Registry-powered CLI
Make any repo
AI-agent
ready.
Install curated instruction packs for Codex, Claude Code, Cursor, and Copilot from one CLI.
The problem
AI agents are powerful but most repos don't instruct them.
Without repo-level instructions, agents make expensive assumptions and cut corners.
- Guesses your architecture without reading project context
- Skips verification and claims work is done without evidence
- Adds packages without checking what already exists
- Mishandles Git — merges, rebases, resets — without asking
- Ignores your project conventions and established patterns
- Produces inconsistent frontend code across components
- Misses security, testing, and documentation requirements
Architecture
One command. Registry-pulled. Installed locally.
Core packs
Installed on every project by default.
Six always-active packs that enforce the habits making AI agents reliable across every project.
verification-before-completion
Prevents agents from claiming success without fresh, observable evidence.
systematic-debugging
Forces root-cause debugging. No random patches.
code-review
Reviews changes for correctness, security, performance, and maintainability.
git-workflow
Permission-gates commits, pushes, merges, resets, and history rewrites.
dependency-management
Checks existing dependencies before adding anything new.
diataxis-docs
Keeps documentation updated using tutorial, how-to, reference, and explanation structures.
Stack packs
Detected automatically from your project.
ContextForge reads your project and installs the right stack packs. More added as the registry grows.
One command. Any repo.
Agent-ready.
Run it in any existing project. Takes less than a minute.