instinct-review

Solid

Reviews/promotes/removes instincts from `.claude/instincts/*.md`. Triggers: instinct review, curate instincts, manage instincts, promote instinct.

AI & Automation 155 stars 19 forks Updated 2 days ago MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
73
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# /instinct-review - Manage Learned Instincts $ARGUMENTS ## What This Does Manages the instinct system: project-local behavioral notes that Claude loads at the start of a session. Instincts are markdown files in `.claude/instincts/`, loaded at session start by `session-start.sh` whenever any exist (set `AI_TOOLKIT_HOOK_QUIET=1` to suppress). ## Commands ### List all instincts ``` /instinct-review --list ``` Shows all instincts with confidence scores and source sessions. ### Review and curate ``` /instinct-review ``` Interactive review: shows each instinct and asks promote/remove/keep. ### Promote instinct (always apply) ``` /instinct-review --promote <filename> ``` ### Remove instinct ``` /instinct-review --remove <filename> ``` ### Clear all instincts ``` /instinct-review --clear ``` ## How Instincts Work 1. **Authoring**: Instinct files are written by hand — one markdown file per pattern in `.claude/instincts/`. There is no automatic session-end extractor today (see [When NOT to Use](#when-not-to-use)). 2. **Storage**: `.claude/instincts/<pattern-name>.md`, each carrying a confidence score (see format below). 3. **Loading**: At session start, `session-start.sh` loads every instinct file into context whenever any exist. No instincts on disk means nothing is loaded; set `AI_TOOLKIT_HOOK_QUIET=1` to suppress. 4. **Curation**: Use `/instinct-review` to list, promote, remove, or clear them. ## Instinct Format ```markdown # Pattern: [pattern name] Confidence: 0.85 S...

Details

Author
softspark
Repository
softspark/ai-toolkit
Created
2 months ago
Last Updated
2 days ago
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category