continuous-learning
Installation
SKILL.md
Continuous Learning
Strategies for Claude Code to build and maintain project knowledge across sessions.
Knowledge Sources
1. CLAUDE.md as Living Memory
CLAUDE.md is the primary mechanism for persisting knowledge between sessions. Update it when you discover project-specific patterns.
## Discovered Patterns
### Error Handling
- This project uses Result<T, AppError> everywhere — never throw
- All API errors return { error: string, code: string } format