claude-memory
Installation
SKILL.md
<core_principle> Memory files consume tokens from the context window. ~100-150 instruction slots available for your customizations. Keep files minimal — only include what the agent cannot discover on its own.
Two approaches:
- CLAUDE.md — Single file, best for small projects (< 100 lines)
- .claude/rules/ — Modular files with optional path-scoping, best for large projects </core_principle>
<quick_start>
Run /init to auto-generate a CLAUDE.md. Or create manually:
# Project Name
## Tech Stack
- [Primary framework]
- [Key non-obvious libraries]