Agent skill
continuous-learning
Auto-extract reusable patterns from coding sessions. Activates on session end or when /learn command is invoked. Identifies successful patterns, debugging solutions, and architectural decisions worth preserving for future sessions.
Install this agent skill to your Project
npx add-skill https://github.com/WenJunDuan/Rlues/tree/main/vibeCoding/old version/codex/config-agent_v7.9.1-codex/.codex/skills/continuous-learning
SKILL.md
Continuous Learning Skill
Extract and preserve valuable patterns from development sessions.
When to Use
- Session ending with significant work completed
- User invokes
/learncommand mid-session - After successful debugging of complex issues
- When discovering new architectural patterns
Pattern Categories
| Type | Description |
|---|---|
code |
Reusable code patterns |
debugging |
Debug approaches |
architecture |
Design decisions |
workflow |
Process improvements |
Extraction Workflow
- Session Analysis - Evaluate for extractable patterns
- Pattern Identification - Filter reusable, non-trivial solutions
- User Confirmation - Present for approval
- Storage - Save to
.ai_state/experience/learned/ - Index Update - Add to experience index
Quality Criteria
Patterns worth extracting must:
- ✅ Be reusable across projects
- ✅ Save significant time/effort
- ✅ Document non-obvious solutions
- ❌ NOT be trivial or well-documented
- ❌ NOT be too project-specific
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-teams
Path D 并行编排 — 子代理分工 + Agent Teams 协作。需要 CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1
tdd
Path 分级 TDD 策略
context7
E 阶段按需拉取库文档 — 用 ctx7 获取准确 API 信息
knowledge
跨会话经验管理 — 在 .ai_state 内沉淀和复用项目经验
code-quality
Rev 阶段 Plugin 编排顺序
verification
V 阶段 Path 分级验证清单
Didn't find tool you were looking for?