Loading...
Loading...
Mandatory protocol for dispatching any built-in and custom agent in this project via the task tool. Use this skill EVERY TIME you are about to call the task tool with a custom agent_type. This skill ensures the agent's intended model (declared in its YAML frontmatter) is respected rather than overridden by a default. Also encodes prompting best practices for subagent context and quality. ALWAYS invoke before any task tool call that targets a custom agent — even if the agent name seems obvious.
npx skill4agent add rakaadi/agent-kit subagent-dispatch.github/agents/modeltaskmodel.github/agents/<agent-name>.agent.mdagent_typeui-composerui-composer.agent.md.agent.mdmodelAgent frontmatter | | Model Fallback |
|---|---|---|
| | Claude Opus 4.6 |
| | Claude Opus 4.6 |
| | |
| | GPT-5.4 |
| | GPT-5.4 |
| | |
| | |
| | Claude Haiku 4.5 |
| |
Pattern: strip, lowercase, replace spaces with hyphens.(copilot)
Fallbacks: If the intended model isn't available, use the fallback. Otherwise, default to the platform's default for that agent type.
Some built-in agent types (,task) have nocode-reviewfile. Skip model resolution for these — use platform defaults or override manually based on task complexity..agent.md
GPT-5.4 miniGPT-5.3-Codexexploregeneral-purposemodelmodeltask({
agent_type: "ui-composer",
model: "gemini-3.1-pro-preview", // resolved from frontmatter
description: "Build patient card component",
prompt: "..."
})