What problem does it solve? Valuable patterns from your Claude Code sessions—corrections, error fixes, repeated workflows—are lost when sessions end. This Skill observes tool usage deterministically via hooks, distills patterns into atomic confidence-scored instincts, and evolves them into reusable skills, commands, and agents. ## Core Features & Use Cases - Hook-Based Observation: PreToolUse/PostToolUse hooks log every tool call to a local JSONL observations file, capturing 100% of session activity instead of relying on probabilistic skill activation. - Instinct Management CLI: A Python CLI provides status, import, export, and evolve commands to review confidence-scored instincts, share them with teammates, and cluster them into skills, commands, or agents. - Background Observer Agent: A Haiku-based background agent periodically analyzes observations to detect user corrections, error resolutions, repeated workflows, and tool preferences. - Use Case: After several sessions where you repeatedly correct Claude to use functional patterns over classes, the system creates a 'prefer-functional-style' instinct with rising confidence, which you later evolve into a team-shared coding-style skill. ## Quick Start Set up continuous learning by adding the observation hooks to my Claude settings and show me the status of any learned instincts.