continuous-learning-v2
Automatic learning system that captures session patterns as scoped "instincts" with confidence scoring, then evolves them into reusable skills and commands.
- Observes all tool use via hooks (100% reliable capture) and automatically detects project context via git remote URL or repo path
- Creates atomic instincts with confidence scores (0.3–0.9) that are project-scoped by default to prevent cross-project contamination; universal patterns auto-promote to global scope when seen in 2+ projects
- Provides six commands:
/instinct-status(view learned behaviors),/evolve(cluster instincts into skills/commands),/promote(move project instincts to global),/instinct-export//instinct-import(share instincts), and/projects(list all known projects) - Stores observations and instincts in isolated project directories under
~/.claude/homunculus/projects/with a background observer agent (Haiku) that runs on configurable intervals to detect patterns from user corrections, error resolutions, and repeated workflows
Continuous Learning v2.1 - Instinct
-Based Architecture
An advanced learning system that turns your Claude Code sessions into reusable knowledge through atomic "instincts" - small learned behaviors with confidence scoring.
v2.1 adds project-scoped instincts — React patterns stay in your React project, Python conventions stay in your Python project, and universal patterns (like "always validate input") are shared globally.
When to Activate
- Setting up automatic learning from Claude Code sessions
- Configuring instinct-based behavior extraction via hooks
- Tuning confidence thresholds for learned behaviors
- Reviewing, exporting, or importing instinct libraries
- Evolving instincts into full skills, commands, or agents
- Managing project-scoped vs global instincts
- Promoting instincts from project to global scope
What's New in v2.1
More from affaan-m/everything-claude-code
security-review
Use this skill when adding authentication, handling user input, working with secrets, creating API endpoints, or implementing payment/sensitive features. Provides comprehensive security checklist and patterns.
7.9Kgolang-patterns
Idiomatic Go patterns, best practices, and conventions for building robust, efficient, and maintainable Go applications.
7.4Kcoding-standards
Baseline cross-project coding conventions for naming, readability, immutability, and code-quality review. Use detailed frontend or backend skills for framework-specific patterns.
6.6Kfrontend-patterns
Frontend development patterns for React, Next.js, state management, performance optimization, and UI best practices.
6.6Kbackend-patterns
Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.
6.6Kgolang-testing
Go testing patterns including table-driven tests, subtests, benchmarks, fuzzing, and test coverage. Follows TDD methodology with idiomatic Go practices.
6.1K