dot_config/ai_templates/skills/devtools/delegate-to-sub/SKILL.md
Explicitly triggered when the user mentions `delegate-to-sub`. It routes work to sub-agents.
npx skillsauth add pascalandy/dotfiles delegate-to-subInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
When the main agent (1-kimi) needs to delegate work, use this skill to determine which sub-agent to call.
1-kimi (Kimi 2p6 via opencode-go)
2-gpt (GPT-5.4 High Reasoning via OpenAI)
3-minimax (MiniMax 2.7 via opencode-go)
gpthigh (GPT-5.4 High Reasoning via OpenAI)
gemini (Gemini 3.1 Pro via OpenRouter)
glm (GLM 5.1 via zai-coding-plan)
When the user requests a review, they explicitly say "do a two pass review", "do a three pass review", or "do a four pass review". The main agent (1-kimi) spawns sub-agents accordingly:
2-Pass Review:
1-kimi (fresh instance) for initial review2-gpt for thorough, deep analysis3-Pass Review (most common):
1-kimi (fresh instance) for initial review2-gpt for thorough, deep analysis3-minimax for alternative perspective4-Pass Review (when user explicitly requests):
1-kimi (fresh instance) for initial review2-gpt for thorough, deep analysis3-minimax for alternative perspectivegemini for additional perspectivedevelopment
Explicitly triggered when the user mentions `wiki-map`. It ingests, queries, lints, or compiles a markdown wiki.
testing
Explicitly triggered when the user mentions `single-skill-creator`. It scaffolds a new `SKILL.md`.
testing
Explicitly triggered when the user mentions `qmd`. It searches local markdown or QMD collections.
development
Explicitly triggered when the user mentions `ontology-map`. It builds, refreshes, or checks an ontology.