What problem does it solve?
Claude Code sessions contain valuable patterns, corrections, and workflows that disappear after the session ends. This Skill automatically captures these moments through hooks, converts them into atomic "instincts" with confidence scores, and evolves them into reusable skills, commands, or agents. It prevents knowledge loss and helps you build a personalized library of best practices that improve over time.
Core Features & Use Cases
- Automatic Session Observation: Hooks capture every tool use and user correction in real-time, ensuring no pattern is missed.
- Project-Scoped Learning: v2.1 isolates instincts per project so React patterns stay in React projects and Python conventions stay in Python projects, preventing cross-project contamination.
- Confidence-Weighted Evolution: Instincts start with confidence scores (0.3-0.9) based on observation frequency and can be promoted to global scope when they appear across multiple projects.
- Use Case: A developer working on multiple codebases can automatically learn project-specific conventions like "use functional components" for one project and "prefer dataclasses" for another, while universal patterns like "always validate input" are shared globally.
Quick Start
Add the provided hook configuration to your Claude Code settings, open any project directory, and begin your normal workflow to let the system automatically capture and learn your coding patterns.