Skip to main content
Back to registry

continuous-learning

affaan-m/everything-claude-code

Automatically evaluates Claude Code sessions on end to extract reusable patterns that can be saved as learned skills.

Installs1
Install command
npx skills add https://github.com/affaan-m/everything-claude-code --skill continuous-learning
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Automatically evaluates Claude Code sessions on end to extract reusable patterns that can be saved as learned skills. This skill runs as a Stop hook at the end of each session: Edit config.json to customize: Add to your ~/.claude/settings.json : Homunculus v2 takes a more sophisticated approach: Key insight from homunculus: "v1 relied on skills to observe. Skills are probabilistic—they fire ~50-80% of the time. v2 uses hooks for observation (100% reliable) and instincts as the atomic unit of learned behavior." See: docs/continuous-learning-v2-spec.md for full spec. - Setting up automatic pattern extraction from Claude Code sessions - Configuring the Stop hook for session evaluation - Reviewing or curating learned skills in ~/.claude/skills/learned/ - Adjusting extraction thresholds or pattern categories - Comparing v1 (this) vs v2 (instinct-based) approaches - Session Evaluation : Checks if session has enough messages (default: 10+) - Pattern Detection : Identifies extractable patterns from the session - Skill Extraction : Saves useful patterns to ~/.claude/skills/learned/ - Lightweight : Runs once at session end - Non-blocking : Doesn't add latency to every message - Complete context : Has access to full session transcript - The Longform Guide - Section on continuous learning - /learn command - Manual pattern extraction mid-session - Instinct-based learning - Smaller, atomic...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does continuous-learning do?

Automatically evaluates Claude Code sessions on end to extract reusable patterns that can be saved as learned skills.

Is continuous-learning good?

continuous-learning does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does continuous-learning work with?

continuous-learning currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code.

What are alternatives to continuous-learning?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install continuous-learning?

npx skills add https://github.com/affaan-m/everything-claude-code --skill continuous-learning

Related skills

More from affaan-m/everything-claude-code

Related skills

Alternatives in Software Engineering