What problem does it solve?
This Skill automates the process of capturing user patterns and workflows from Claude Code sessions, transforming them into reusable "instincts" that can evolve into skills, commands, or agents, thereby enhancing AI learning and personalization.
Core Features & Use Cases
- Instinct-Based Learning: Observes session activity via hooks to create atomic learned behaviors with confidence scoring.
- Project-Scoped Instincts: Prevents cross-project contamination by isolating learned patterns to specific projects.
- Evolution Pipeline: Provides commands to cluster instincts, evolve them into more complex AI components (skills, commands, agents), and promote them to global scope.
- Use Case: As you consistently use a specific Git workflow (e.g.,
git commit -m "feat: ..." --no-verify), the system learns this pattern, assigns it a confidence score, and can eventually suggest it as a global command or skill for future use.
Quick Start
Enable observation hooks in your ~/.claude/settings.json to begin learning from your sessions.