Continuous Learning
🤖 AI Summary
After each coding session, this agent automatically extracts and categorizes lessons into **Corrections**, **Successful Approaches**, and **Anti-Patterns**, building a reusable knowledge base to improve future behavior.
How to Install
Claude Code:
git clone --depth 1 https://github.com/rohitg00/awesome-claude-code-toolkit.git && cp awesome-claude-code-toolkit/skills/continuous-learning ~/.claude/skills/SKILL.md -rAfter 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 caused problems and should be avoided
Details
| Category | Coding → generation |
| Source | rohitg00/awesome-claude-code-toolkit |
| SKILL.md | View on GitHub → |
| Repo Stars | ★ 2.2K |
| Est. per Skill | 54 (shared across 40 skills from this repo) |
| Difficulty | Intermediate |
| Risk Level | N/A |
Related Skills
jq
jq — JSON Querying and Transformation Overview jq is the standard CLI tool for querying and reshapin
git-hooks-automation
Git Hooks Automation Automate code quality enforcement at the Git level. Set up hooks that lint, for
conductor-setup
Set up this Rails project for Conductor, the Mac app for parallel coding agents. When to Use You nee
simplify-code
Simplify Code Review changed code for reuse, quality, efficiency, and clarity issues. Use Codex sub-
Works Well With
Skills from the same repository — often designed to work together