From atv-starter-kit
Displays all learned project instincts grouped by domain with confidence scores. Reviews patterns, identifies those ready to evolve into skills, and suggests /learn or /evolve actions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/atv-starter-kit:instinctsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Display all instincts learned for this project, grouped by domain with confidence scores.
Display all instincts learned for this project, grouped by domain with confidence scores.
Read .atv/instincts/project.yaml. If the file doesn't exist, report:
No instincts found. Run /learn to extract patterns from your work.
Group instincts by domain and show:
Project Instincts — [project name from git remote or directory]
Code Style (3 instincts)
● prefer-early-returns 0.8 "use early returns instead of deep nesting" 12 obs
● kebab-case-files 0.7 "name files with kebab-case" 8 obs
○ trailing-commas 0.4 "use trailing commas in multi-line literals" 3 obs
Error Handling (2 instincts)
★ always-wrap-errors 0.9 "wrap errors with fmt.Errorf using %w" 15 obs
● sentinel-errors 0.6 "use sentinel errors for expected conditions" 5 obs
Testing (2 instincts)
● table-driven-tests 0.7 "use table-driven test pattern" 9 obs
○ test-helpers-in-helpers 0.3 "put test helpers in _test.go helpers file" 2 obs
Legend: ★ ready to evolve (>0.8) ● active ○ tentative (<0.5)
Total: 7 instincts across 3 domains
Last learned: 2026-04-06
After the dashboard, suggest actions:
| Symbol | Range | Meaning |
|---|---|---|
| ★ | > 0.8 | Ready to evolve into a full skill |
| ● | 0.5–0.8 | Active — seen multiple times |
| ○ | < 0.5 | Tentative — needs more evidence |
npx claudepluginhub all-the-vibes/atv-starterkit --plugin atv-starter-kitExtracts reusable code style, workflow, architecture, and tool patterns from git history, diffs, and observations into confidence-scored instincts. Run after features, bugs, or sessions.
Observes Claude Code sessions via hooks to build atomic instincts with confidence scores, evolving them into skills/commands/agents. Supports project-scoped storage and promotion.
Observes Claude Code sessions to extract atomic 'instincts' (behaviors with confidence scoring), evolving them into reusable skills/commands/agents. Adds project-scoped instincts in v2.1 to prevent cross-project contamination.