一键导入
instinct-review
Reviews/promotes/removes instincts from `.claude/instincts/*.md`. Triggers: instinct review, curate instincts, manage instincts, promote instinct.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Reviews/promotes/removes instincts from `.claude/instincts/*.md`. Triggers: instinct review, curate instincts, manage instincts, promote instinct.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
REST/GraphQL API design: naming, versioning, pagination, idempotency, OpenAPI. Triggers: API design, REST, GraphQL, OpenAPI, Swagger, idempotency, rate limit.
Direct technical voice for docs, README, user-facing text. Concise/strict modes. Triggers: documentation, README, content, output-mode, voice, prose style.
Multi-source web research methodology: retrieve-vs-answer gate, complexity-scaled search budget, query craft, primary-source preference, source-conflict skepticism, adversarial verification, attribution-without-reproduction. Triggers: deep research, multi-source, web research, synthesize sources, cross-reference, fact synthesis, source verification.
UI craftsmanship: animation rules, easing, micro-interactions, state polish. Triggers: animation, transition, ease-out, motion, micro-interaction, hover, loading state, UI polish.
Builds production MCP servers via 4-phase methodology: research, implement, test, evaluate. Triggers: build MCP, new MCP, MCP integration, MCP server scaffold.
MCP server design: tool schemas, resources, stdio/SSE, capability negotiation. Triggers: MCP, Model Context Protocol, JSON-RPC, stdio, SSE, Claude Desktop.
| name | instinct-review |
| description | Reviews/promotes/removes instincts from `.claude/instincts/*.md`. Triggers: instinct review, curate instincts, manage instincts, promote instinct. |
| effort | low |
| user-invocable | true |
| argument-hint | [--list | --promote <id> | --remove <id> | --clear] |
| allowed-tools | Bash, Read, Write, Glob |
$ARGUMENTS
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).
/instinct-review --list
Shows all instincts with confidence scores and source sessions.
/instinct-review
Interactive review: shows each instinct and asks promote/remove/keep.
/instinct-review --promote <filename>
/instinct-review --remove <filename>
/instinct-review --clear
.claude/instincts/. There is no automatic session-end extractor today (see When NOT to Use)..claude/instincts/<pattern-name>.md, each carrying a confidence score (see format below).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./instinct-review to list, promote, remove, or clear them.# Pattern: [pattern name]
Confidence: 0.85
Sessions: 3
Last seen: 2026-03-25
[Description of the pattern or preference]
ls .claude/instincts/ 2>/dev/null || echo "No instincts yet"$ARGUMENTS:
--list: display table of all instincts--promote <id>: set confidence to 1.0, add "pinned" tag--remove <id>: delete the file--clear: delete all files in .claude/instincts/--clear — this action is irreversible without a backup--promote, --remove, --clear flags..claude/instincts/, not in ~/.softspark/ai-toolkit/. Running this skill in a different project sees a different set — do not treat the list as global state.--clear and re-author is often cleaner than migrating stale notes after a major toolkit bump.<pattern-name>.md) is the identity used by --promote and --remove. Renaming files manually breaks those flags until the user reopens the review UI./mem-search~/.claude/projects/*/memory/ and are managed by the auto-memory system, not this skill--clear, or set AI_TOOLKIT_HOOK_QUIET=1 to suppress all session-start output. There is no extraction process to disable.