From dispatch
This skill should be used when the user invokes "/dispatch:sonnet <task>", asks to "run this with sonnet", "use sonnet for this", "dispatch to sonnet", or wants the balanced default model for standard dev tasks. Dispatches the given task to a Sonnet model subagent and returns the result.
npx claudepluginhub jobrien127/plugin-marketplace --plugin dispatchThis skill is limited to using the following tools:
Dispatch the task in `$ARGUMENTS` to a Sonnet model subagent.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Dispatch the task in $ARGUMENTS to a Sonnet model subagent.
Sonnet is the balanced default tier — good reasoning, moderate cost. Use it for standard dev tasks: code edits, bug fixes, test generation, codebase exploration, explanations, moderate analysis.
$ARGUMENTS is empty, ask the user: "What task should I dispatch to Sonnet?"Agent({
model: "sonnet",
description: "<one-line summary of the task>",
prompt: "<the full task from $ARGUMENTS>"
})
If the task is very simple (single lookup, format conversion, yes/no), suggest
/dispatch:haiku — it's faster and cheaper. If the task requires deep architectural
reasoning or root-cause debugging of a non-obvious issue, suggest /dispatch:opus.