Turn CLAUDE.md into a living system brain that understands your entire multi-project codebase.
Claude Lore scans all projects in your codebase, maps their relationships, and generates comprehensive documentation that Claude Code loads automatically. Every future session starts with full context about your system architecture, tech stacks, and how everything connects.
git clone https://github.com/tinzeljar/claude-lore.git architecture
cd architecture && claude
/lore-initmy-company/
├── architecture/
│ ├── CLAUDE.md # System context (auto-loaded by Claude)
│ ├── OVERVIEW.md # Architecture diagrams and data flows
│ ├── services/
│ │ ├── api.md # Per-project documentation
│ │ ├── frontend.md
│ │ └── external/
│ │ └── stripe.md # External service docs
│ └── tickets/
│ ├── api/
│ ├── frontend/
│ └── cross-project/
├── api/
├── frontend/
└── ...
"Add user notifications to the platform"
Claude knows which projects need changes, where the relevant code lives, and how they connect
"/lore-ticket rate limiting for the API"
Creates an architectural implementation plan with specific file paths, ordered by dependency, optimized for plan mode
"How does authentication work?"
Claude explains the flow across all your services with file references
"What would break if I change the user schema?"
Claude traces the impact across projects
| Skill | Description |
|---|---|
/lore-init |
Scan all projects, generate full documentation |
/lore-update |
Update docs after code changes |
/lore-ticket [description] |
Create architectural implementation tickets |
Tickets created by /lore-ticket are designed as input for Claude Code's plan mode:
- No code snippets — architectural decisions and rationale only
- Specific file paths to modify
- Implementation steps ordered by dependency
- Cross-service integration points and edge cases
- Frontend tickets reference the
/frontend-designskill
| Marker | Stack |
|---|---|
package.json |
Node.js / TypeScript |
*.csproj / *.sln |
.NET / C# |
pyproject.toml / requirements.txt |
Python |
pom.xml |
Java / Maven |
build.gradle |
Java / Kotlin / Gradle |
go.mod |
Go |
Cargo.toml |
Rust |
Gemfile |
Ruby |
composer.json |
PHP |
Dockerfile |
Containerized services |
nx.json / turbo.json / lerna.json |
Monorepos |
MIT