Agent skill
continuous-learning-v2
v2 Instinct-based learning system. Builds confidence through repeated observations and evolves high-confidence patterns into skills.
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/continuous-learning-v2
SKILL.md
Continuous Learning v2 (Instinct System)
Instinct 生命周期
观察 → 记录 instinct (confidence=0.3)
→ 再次观察同一模式 → confidence += 0.15
→ confidence > 0.8 AND count > 5 → 建议 evolve
→ evolve → 生成独立 skill 文件
Instinct 格式
- id: INST-{{序号}}
pattern: "描述"
confidence: 0.45
observations: 3
first_seen: "2026-02-06"
last_seen: "2026-02-06"
category: "coding-pattern"
存储
.knowledge/experience/instincts.md
命令集成
vibe-learn→ 手动触发提取vibe-learn --export→ 导出 instincts JSONvibe-learn --import FILE→ 导入 instincts
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?