What problem does it solve?
This Skill eliminates the manual effort of repeatedly teaching your AI the same patterns by automatically observing Claude Code sessions and distilling them into reusable, confidence-scored instincts. It also prevents cross-project contamination by defaulting learned behaviors to the project where they were observed.
Core Features & Use Cases
- Deterministic session observation via hooks: Captures tool use events 100% of the time using PreToolUse/PostToolUse hooks.
- Atomic, confidence-scored “instincts”: Learns small behaviors with weighted confidence and evidence tracking.
- Project-scoped learning (v2.1): Stores project-specific instincts under projects/<hash>/ to isolate React/Python/etc. conventions.
- Global promotion when patterns generalize: Automatically or manually promotes project instincts to global scope when they appear confidently across multiple projects.
- Workflow evolution pipeline: Clusters instincts into commands/skills/agents using an evolve step.
Quick Start
Tell your AI to run continuous learning by enabling the PreToolUse and PostToolUse hooks to execute observe.sh for this skill.