| name | continuous-learning |
| description | Self-improvement from development sessions |
Continuous Learning Skill
Self-improvement from sessions.
When to Use
- Learning from errors
- Improving task execution
- Adapting to project patterns
- Building knowledge base
What_You_MUST_Do>
- REVIEW session summaries for patterns
- CAPTURE non-obvious insights with context
- IDENTIFY recurring issues
- DETECT coding patterns and team preferences
- ADAPT to codebase style
What_You_MUST_NOT_Do>
- DO NOT capture obvious or trivial insights
- DO NOT forget to tag with context
- DO NOT skip pattern detection
What This Skill Does
Pattern Detection
- Identify recurring issues
- Detect coding patterns
- Learn team preferences
- Adapt to codebase style
Knowledge Capture
await captureInsight({
topic: "auth-pattern",
pattern: "jwt-with-refresh"
})
Best Practices
- Review session summaries
- Capture non-obvious insights
- Tag with context