v2 Instinct-based learning system. Builds confidence through repeated observations and evolves high-confidence patterns into skills.
Scanned 9/5/2026
Install to Claude Code
npx -y skills add WenJunDuan/Rlues --skill continuous-learning-v2 --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Continuous Learning V2?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/wenjunduan-continuous-learning-v2-35c0ec92)More formats (shields.io, HTML) on the badges page.
---
name: continuous-learning-v2
description: |
v2 Instinct-based learning system. Builds confidence through
repeated observations and evolves high-confidence patterns into skills.
---
# Continuous Learning v2 (Instinct System)
## Instinct 生命周期
```
观察 → 记录 instinct (confidence=0.3)
→ 再次观察同一模式 → confidence += 0.15
→ confidence > 0.8 AND count > 5 → 建议 evolve
→ evolve → 生成独立 skill 文件
```
## Instinct 格式
```yaml
- 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 JSON
- `vibe-learn --import FILE` → 导入 instincts
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.