continuous-learning

Auto-extract patterns from coding sessions, track corrections, and build reusable knowledge with confidence scoring

Content Preview
---
name: continuous-learning
description: Auto-extract patterns from coding sessions, track corrections, and build reusable knowledge with confidence scoring
---

# Continuous Learning

## Pattern Extraction Framework

After every significant coding session, extract and categorize learnings into three buckets:

1. **Corrections** - Mistakes caught during review or by the user
2. **Successful Approaches** - Patterns that worked well and should be repeated
3. **Anti-Patterns** - Approaches that c
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/continuous-learning.md \
  https://raw.githubusercontent.com/rohitg00/awesome-claude-code-toolkit/main/skills/continuous-learning/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/rohitg00/awesome-claude-code-toolkit

Then reference at skills/continuous-learning/SKILL.md

Related Skills