Back to Tools
CLAUDE.md Architect
Generate a lean, correctly-scoped CLAUDE.md — or lint the one you have against the current Claude Code memory model: the <200-line budget, the ~150-instruction ceiling, path-scoped .claude/rules/, and the @AGENTS.md bridge.
Deterministic and local.No model is called and nothing is sent anywhere — the rules are encoded from Claude Code's own memory documentation, checked May 2026.
CLAUDE.md model reference
The model in brief
- Claude Code reads CLAUDE.md, not AGENTS.md — bridge with @AGENTS.md
- Target < 200 lines; sweet spot ~80–120
- @imports expand inline — they don’t save context
- Path-specific rules → .claude/rules/ with paths: frontmatter
- HTML block comments are stripped before context (free notes)
- Auto memory is separate: ~/.claude/projects/<project>/memory/
Privacy notice
Everything runs in your browser. No model is invoked and nothing is sent, stored or logged.
Building with AI agents?
Getting a codebase agent-ready — instructions, rules, hooks and a sane review loop — is part of how we ship starter SaaS and AI prototypes.
How we build prototypes