grimdevminion
SolidMinion: manual-only routing note for using built-in subagents first, or direct Codex, Claude, Cursor, Grok, LM Studio, Ollama, and OpenRouter runners when explicitly requested.
Install
Quality Score: 83/100
Skill Content
Details
- Author
- MindGoblinStudios
- Repository
- MindGoblinStudios/grim-tome
- Created
- 2 weeks ago
- Last Updated
- yesterday
- Language
- JavaScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
send-to-minion
Use this skill only when the user explicitly invokes $send-to-minion, /send-to-minion, or explicitly asks to delegate a prompt to one minion, helper, worker, child agent, spawned agent, subagent, Claude Code agent, or other single delegated agent. It sends the user's prompt to exactly one subagent using the current runtime's delegation tools, coordinates follow-up with the runtime's messaging/resume tools, verifies the result, and returns the parent agent's final answer.
bearing-minions
Fan work out to a swarm of cheap, anchored subagents that GATHER — for wide mechanical work you would otherwise grind through serially: finding every call site, auditing N files against one rule, discovering migration sites, cross-referencing a list against the codebase, 'where is this used and how does it flow'. Use when the work is bounded, verifiable, independent and wide (3+ units). NOT when the judgment IS the work, when the answer only survives verbatim, or when the unit needs conversation context the minion was never in. Examples: "find every place we do X", "which files still use the old API", "trace all callers of these 12 symbols", "audit every route for auth".
grimdevthree-minions-in-a-trench-coat
Three Minions in a Trench Coat: manual-only multi-model coding council that runs three top Minion routes in parallel, compares their answers, and synthesizes the best final answer.