Agent skill
experience
Experience management for pattern retrieval and deposit. Searches past solutions before development, deposits new patterns after completion. Works with continuous-learning skill for auto-extraction.
Install this agent skill to your Project
npx add-skill https://github.com/WenJunDuan/Rlues/tree/main/vibeCoding/old version/claude/config-agent_v7.9.1/.claude/skills/experience
SKILL.md
Experience Skill
Functions
experience-index
Search experience library before development:
Trigger: 开发任务开始前
Action: 搜索相关经验
Output: 匹配的模式和解决方案
experience-deposit
Save new experience after completion:
Trigger: 任务完成后
Action: 沉淀经验到库
Format: EXP-xxx.md
experience-match
Rule-based best practice matching:
Input: 当前任务描述
Process: 关键词匹配 + 语义相似
Output: 排序的相关经验列表
Storage Structure
.ai_state/experience/
├── index.md # 经验索引
├── learned/ # 自动提取的模式
│ └── pattern-xxx.md
└── EXP-xxx.md # 手动沉淀的经验
Experience Format
# EXP-001: [标题]
Created: 2025-01-23
Tags: [auth, jwt, nextjs]
## 问题背景
[遇到的问题]
## 解决方案
[如何解决]
## 代码示例
[关键代码]
## 注意事项
[经验教训]
Commands
/vibe-exp search <keyword> # 搜索经验
/vibe-exp add # 添加经验
/vibe-exp list # 列出经验
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?