Skip to content

Zheruel/claude-lore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Claude Lore

Turn CLAUDE.md into a living system brain that understands your entire multi-project codebase.

What It Does

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.

Quick Start

git clone https://github.com/tinzeljar/claude-lore.git architecture
cd architecture && claude
/lore-init

What You Get

my-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/
└── ...

What You Can Do After Init

"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

Skills

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 for Plan Mode

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-design skill

Supported Tech Stacks

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

License

MIT

About

Give Claude the lore on your codebase. Architecture documentation for multi-project systems, powered by Claude Code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors