memory setup [BASIC]
Find a file
2026-01-01 15:13:56 +05:30
commands update 2026-01-01 14:54:13 +05:30
hooks fix 2026-01-01 12:42:35 +05:30
skills/codebase-agent continual learning setup 2025-12-31 00:39:19 +05:30
install.sh hotfix 2026-01-01 15:13:56 +05:30
README.md Fix install URL to correct repo 2025-12-31 01:17:31 +05:30
settings.json continual learning setup 2025-12-31 00:39:19 +05:30

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

  1. You code with Claude as normal
  2. SessionEnd hook fires after each session
  3. Learnings are automatically extracted and stored
  4. Next session benefits from accumulated knowledge

Requirements

  • Claude Code (latest version)
  • jq command-line tool

License

MIT