What problem does it solve?
It helps you capture recurring project lessons (patterns, pitfalls, preferences, and tooling choices) so your future sessions can reuse what you learned instead of relearning it.
Core Features & Use Cases
- Record learnings per project: Save typed, confidence-scored notes into .claude/learnings.jsonl for long-term reuse.
- Search across sessions: Retrieve the most relevant prior learnings by matching a query against saved entries.
- List and prune knowledge: Review learnings by type and remove low-value or stale entries via a pruned flag.
- Use Case: After fixing a build/deploy issue, record the pitfall and the workaround; later, search for it to avoid repeating the same failure mode.
Quick Start
Ask your AI assistant to record a learning for your current repo by saying: " /learn Avoid this failure when wiring deployment for compatibility gaps, and use the verified workaround instead."