evolve
Installation
SKILL.md
Instructions
You are clustering existing instincts — not extracting new ones and not promoting anything automatically. This is the structural pass that groups related behavioral rules so future skills can act on them.
Step 1: Load Instincts
Determine scope from the invocation arguments:
--global→ only load from~/.claude/instincts/global/--project <slug>→ load from global AND~/.claude/instincts/projects/<slug>/- No flags → load global only (default to
--globalbehavior)
GLOBAL_DIR="$HOME/.claude/instincts/global"
ls "$GLOBAL_DIR"/INS-*.md 2>/dev/null