mirror of
https://github.com/harivansh-afk/claude-continual-learning.git
synced 2026-04-15 06:04:40 +00:00
memory setup [BASIC]
| commands | ||
| hooks | ||
| skills/codebase-agent | ||
| install.sh | ||
| README.md | ||
| settings.json | ||
Continual Learning System for Claude Code
A self-improving coding agent that learns from every session. Patterns, failures, edge cases, and insights are automatically extracted and stored, making the agent smarter over time.
Install
curl -fsSL https://raw.githubusercontent.com/harivansh-afk/claude-continual-learning/main/install.sh | bash
Or clone and install manually:
git clone https://github.com/harivansh-afk/claude-continual-learning.git
cd continual-learning
./install.sh /path/to/your/project
Setup
After installing, run the setup command in Claude Code:
/setup-agent
How It Works
- You code with Claude as normal
- SessionEnd hook fires after each session
- Learnings are automatically extracted and stored
- Next session benefits from accumulated knowledge
Requirements
- Claude Code (latest version)
jqcommand-line tool
License
MIT