grimdevminion

Solid

Minion: 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.

AI & Automation 19 stars 0 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 83/100

Stars 20%
43
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Minion ## Routing Rule Prefer the current host agent's built-in subagent system first. ## Long-Running and Parallel Minions When this skill is explicitly triggered, ask the user whether they want: - the host's built-in subagent tool - a direct CLI Minion - an LM Studio local Minion - an Ollama local Minion - or the OpenRouter helper Use an external Minion route only when: - the user asks for a specific CLI/model/harness/agent - the current host has no useful built-in subagent tool - a model/provider comparison is the point of the task - we are trying to get multiple perspectives - we are doing code review and want other opinions - or the work needs an outside runner through OpenRouter - or the work benefits from a local/offline LM Studio or Ollama model Before launching any outside route, make the route explicit: - runner - model - prompt - optional: structured output - whether it may edit files or must stay read-only - whether this is a new conversation or a resumed one When running multiple minions in parallel, do not wait for every model before responding. As soon as one useful review/result comes back, report the current finding to the user and say which minions are still running. Fold slower minion results into a follow-up when they finish. Some high-reasoning models can run silently for a long time. Silence usually means it is still working. Do not interrupt or kill a minion just because it has not printed output yet. If you need to check, poll or check the c...

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

AI & Automation Listed

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.

7 Updated 1 months ago
bastos
AI & Automation Listed

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".

6 Updated yesterday
ReidenXerx
AI & Automation Solid

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.

19 Updated yesterday
MindGoblinStudios