Agent skill
experience
Experience management. Stores learned patterns, mistakes, and best practices from past development sessions.
Install this agent skill to your Project
npx add-skill https://github.com/WenJunDuan/Rlues/tree/main/vibeCoding/old version/claude/config-agent_v8.0/.claude/skills/experience
SKILL.md
Experience Skill
存储
.knowledge/experience/
├── patterns.md # 反复出现的成功模式
├── mistakes.md # 错误和修复记录
├── instincts.md # 自动学习的直觉 (v2)
└── evolved/ # 已演化为 skill 的模式
经验格式
### EXP-{{id}}: {{标题}}
- **模式**: {{描述}}
- **置信度**: {{0.0-1.0}}
- **来源**: {{观察次数和场景}}
- **分类**: coding-pattern | error-pattern | architecture | workflow
触发时机
- R2 (Review) 阶段自动提取
- vibe-learn 手动触发
- 用户纠正时记录到 mistakes.md
演化路径
instinct (置信度 >0.8, 出现 >5 次) → 建议 evolve 为 skill
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?