Strip the disable-model-invocation frontmatter key from all 19 editable skills. Absent = default = model invocation enabled. 8 were 'true' and blocked the model AND orchestrators from self-routing (status, plugin-check, analyze, onboard, refactor, init-project, pdf-translate, ship-feature) — contradicting the CLAUDE.md skill-routing rules. The other 11 were 'false', a no-op noise line. The setting is binary (no per-caller granularity), so enabling orchestrator chaining also enables model auto-fire — accepted. Genuinely destructive operations remain guarded by the careful/guard hooks, independent of this flag. Capitalized: BDR-019 (decision), LRN-026 (learning), journal 2026-06-09. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
14 lines
411 B
Markdown
14 lines
411 B
Markdown
---
|
|
name: analyze
|
|
description: Deep factual code analysis (read-only) or DEBUG mode (pass error/stack trace) — no solutions proposed, no file modifications
|
|
argument-hint: <file/area to analyze — OR paste error/stack trace for DEBUG mode>
|
|
allowed-tools: Read, Grep, Glob, Bash
|
|
---
|
|
|
|
Load and follow strictly:
|
|
- $HOME/.claude/agents/analyzer.md
|
|
|
|
Execute the ANALYZER agent on the following target:
|
|
|
|
$ARGUMENTS
|