From 2fa98125d1dd1b36d74f79343203c582ca359e98 Mon Sep 17 00:00:00 2001 From: Claude Code Date: Tue, 21 Apr 2026 06:43:28 +0000 Subject: [PATCH] fix: add missing model declarations to skill-source frontmatter Nine skill-source files declared allowed-tools but omitted the model field. Without it Claude Code cannot select the right inference tier and falls back to the ambient model, which may differ from the intended tier. Co-Authored-By: Claude Code --- skill-sources/learn/SKILL.md | 1 + skill-sources/ralph/SKILL.md | 1 + skill-sources/reduce/SKILL.md | 1 + skill-sources/refactor/SKILL.md | 1 + skill-sources/reflect/SKILL.md | 1 + skill-sources/rethink/SKILL.md | 1 + skill-sources/reweave/SKILL.md | 1 + skill-sources/verify/SKILL.md | 1 + skills/help/SKILL.md | 1 + 9 files changed, 9 insertions(+) diff --git a/skill-sources/learn/SKILL.md b/skill-sources/learn/SKILL.md index 1befcdb..f91e322 100644 --- a/skill-sources/learn/SKILL.md +++ b/skill-sources/learn/SKILL.md @@ -2,6 +2,7 @@ name: learn description: Research a topic and grow your knowledge graph. Uses Exa deep researcher, web search, or basic search to investigate topics, files results with full provenance, and chains to processing pipeline. Triggers on "/learn", "/learn [topic]", "research this", "find out about". user-invocable: true +model: sonnet allowed-tools: Read, Write, Edit, Grep, Glob, Bash, mcp__exa__web_search_exa, mcp__exa__deep_researcher_start, mcp__exa__deep_researcher_check, WebSearch context: fork --- diff --git a/skill-sources/ralph/SKILL.md b/skill-sources/ralph/SKILL.md index 72b15c8..128a137 100644 --- a/skill-sources/ralph/SKILL.md +++ b/skill-sources/ralph/SKILL.md @@ -5,6 +5,7 @@ version: "1.0" generated_from: "arscontexta-v1.6" user-invocable: true context: fork +model: sonnet allowed-tools: Read, Write, Edit, Grep, Glob, Bash, Task argument-hint: "N [--parallel] [--batch id] [--type extract] [--dry-run] — N = number of tasks to process" --- diff --git a/skill-sources/reduce/SKILL.md b/skill-sources/reduce/SKILL.md index fe70498..f5624b1 100644 --- a/skill-sources/reduce/SKILL.md +++ b/skill-sources/reduce/SKILL.md @@ -4,6 +4,7 @@ description: Extract structured knowledge from source material. Comprehensive ex version: "1.0" generated_from: "arscontexta-v1.6" user-invocable: true +model: sonnet allowed-tools: Read, Write, Grep, Glob, mcp__qmd__vector_search context: fork --- diff --git a/skill-sources/refactor/SKILL.md b/skill-sources/refactor/SKILL.md index 286d56d..dfb6ef1 100644 --- a/skill-sources/refactor/SKILL.md +++ b/skill-sources/refactor/SKILL.md @@ -5,6 +5,7 @@ version: "1.0" generated_from: "arscontexta-v1.6" user-invocable: true context: fork +model: sonnet allowed-tools: Read, Write, Edit, Grep, Glob, Bash argument-hint: "[dimension|--dry-run] — focus on specific dimension or preview without approval prompt" --- diff --git a/skill-sources/reflect/SKILL.md b/skill-sources/reflect/SKILL.md index fe6b1dd..e0de24a 100644 --- a/skill-sources/reflect/SKILL.md +++ b/skill-sources/reflect/SKILL.md @@ -2,6 +2,7 @@ name: reflect description: Find connections between notes and update MOCs. Requires semantic judgment to identify genuine relationships. Use after /reduce creates notes, when exploring connections, or when a topic needs synthesis. Triggers on "/reflect", "/reflect [note]", "find connections", "update MOCs", "connect these notes". user-invocable: true +model: sonnet allowed-tools: Read, Write, Edit, Grep, Glob, Bash, mcp__qmd__search, mcp__qmd__vector_search, mcp__qmd__deep_search, mcp__qmd__status context: fork --- diff --git a/skill-sources/rethink/SKILL.md b/skill-sources/rethink/SKILL.md index 76c4257..fad2014 100644 --- a/skill-sources/rethink/SKILL.md +++ b/skill-sources/rethink/SKILL.md @@ -2,6 +2,7 @@ name: rethink description: Challenge system assumptions against accumulated evidence. Triages observations and tensions, detects patterns, generates proposals. The scientific method applied to knowledge systems. Triggers on "/rethink", "review observations", "challenge assumptions", "what have I learned". user-invocable: true +model: sonnet allowed-tools: Read, Write, Edit, Grep, Glob, Bash, AskUserQuestion context: fork --- diff --git a/skill-sources/reweave/SKILL.md b/skill-sources/reweave/SKILL.md index 373b418..437495f 100644 --- a/skill-sources/reweave/SKILL.md +++ b/skill-sources/reweave/SKILL.md @@ -2,6 +2,7 @@ name: reweave description: Update old notes with new connections. The backward pass that /reflect doesn't do. Revisit existing notes that predate newer related content, add connections, sharpen claims, consider splits. Triggers on "/reweave", "/reweave [note]", "update old notes", "backward connections", "revisit notes". user-invocable: true +model: sonnet allowed-tools: Read, Write, Edit, Grep, Glob, Bash, mcp__qmd__search, mcp__qmd__vector_search, mcp__qmd__deep_search, mcp__qmd__status context: fork --- diff --git a/skill-sources/verify/SKILL.md b/skill-sources/verify/SKILL.md index 0e0aa7f..cb91438 100644 --- a/skill-sources/verify/SKILL.md +++ b/skill-sources/verify/SKILL.md @@ -2,6 +2,7 @@ name: verify description: Combined verification — recite (description quality via cold-read prediction) + validate (schema compliance) + review (health checks). Use as a quality gate after creating notes or as periodic maintenance. Triggers on "/verify", "/verify [note]", "verify note quality", "check note health". user-invocable: true +model: sonnet allowed-tools: Read, Write, Edit, Grep, Glob, mcp__qmd__vector_search context: fork --- diff --git a/skills/help/SKILL.md b/skills/help/SKILL.md index 6445ece..474dccb 100644 --- a/skills/help/SKILL.md +++ b/skills/help/SKILL.md @@ -2,6 +2,7 @@ name: help description: Contextual guidance and command discovery. Three modes — narrative (first-time), contextual (mid-task), compact (quick reference). Shows available commands, active skills, and intelligent suggestions based on vault state. Triggers on "/help", "what can I do", "show commands", "how does this work". user-invocable: true +model: sonnet allowed-tools: Read, Grep, Glob, Bash version: "1.0" generated_from: "arscontexta-v1.6"