Agent Skills: Continuous Learning Skill

|

UncategorizedID: WenJunDuan/Rlues/continuous-learning

Install this agent skill to your local

pnpm dlx add-skill https://github.com/WenJunDuan/Rlues/tree/HEAD/vibeCoding/old%20version/claude/config-agent_v7.8/.claude/skills/continuous-learning

Skill Files

Browse the full folder contents for continuous-learning.

Download Skill

Loading file tree…

vibeCoding/old version/claude/config-agent_v7.8/.claude/skills/continuous-learning/SKILL.md

Skill Metadata

Name
continuous-learning
Description
|

Continuous Learning Skill

Extract and preserve valuable patterns from development sessions.

When to Use

  • Session ending with significant work completed
  • User invokes /learn command 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

  1. Session Analysis - Evaluate for extractable patterns
  2. Pattern Identification - Filter reusable, non-trivial solutions
  3. User Confirmation - Present for approval
  4. Storage - Save to .ai_state/experience/learned/
  5. 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