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.
npx claudepluginhub all-the-vibes/atv-starterkit --plugin atv-starter-kitThis skill uses the workspace's default tool permissions.
Display all instincts learned for this project, grouped by domain with confidence scores.
Extracts 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 scoring, evolves them into skills/commands/agents, adds project-scoped storage to isolate learnings.
Tracks project-specific code patterns as confidence-scored instincts through observe-hypothesize-confirm cycles, storing in .claude/instincts.md for promotion to MEMORY.md.
Share bugs, ideas, or general feedback.
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 |