allowed-tools: Read Grep |
Pre-approves these tools while the skill is active — no per-use permission prompt |
Skills you want running without interrupts |
model · effort |
Override the model and/or effort level for this skill's turn (otherwise inherits the session) |
Reasoning-heavy work (spec, design review) |
context: fork + agent: Explore |
Run the whole skill in a forked subagent of the named type; main thread only sees the return |
Long exploratory skills (deep-research) |
paths: ["**/*.test.ts"] |
Glob patterns that limit auto-activation to matching files |
Path-scoped skills — though a folder CLAUDE.md often fits better |
hooks: |
Hooks scoped to this skill's lifecycle |
Composing skills into pipelines |
disable-model-invocation: true |
Prevents Claude from auto-invoking — user-only via /skill-name |
Workflows with side effects (deploy, commit, send-message) |
user-invocable: false |
Hides from the / menu — Claude-only |
Background-knowledge skills users shouldn't run directly |