codelord
A Claude Code plugin that enforces spec-first dev and builds knowledge across every session.
the supreme being of code
01Install
claude plugin install https://github.com/yuribodo/codelord
/codelord:setup
02Every session
/vaultLoads your knowledge graph into context.
The AI remembers what you've built before.
/specForces a written spec before any code.
No spec, no code.
/donePersists decisions and patterns back to the vault.
Knowledge compounds.
⣾
Code without a spec is noise.
// about
The problem
LLMs have no memory between sessions. Every time you open a new window, you explain the project from scratch — the stack, the conventions, the decisions already made. Context dies when the window closes.
How it works
Codelord maintains a vault — a knowledge graph on your filesystem, compatible with Obsidian. Each session reads what was built before and writes back what was learned. Decisions, patterns, and architectural choices persist. The AI accumulates real context across every session.
// vault847 notes · 312 sessions
Six months of decisions, patterns, and sessions. All connected.