Skip to content
Development
Skill

/ctx-dispatch

Coordinate nontrivial work in the ctx repository when a task has independent investigation, implementation, or test lanes; compute-heavy checks; or repetitive changes suited to scripts or codemods. Use for decomposition and concurrency decisions, not simple edits or questions.

From plugin
stevesolun-ctx
56916 skills3 agents2 hooks
Install
$ npx -y skills add stevesolun/ctx --skill ctx-dispatch --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/ctx-dispatch

Context preview

The summary Claude sees to decide when to auto-load this skill.

Coordinate nontrivial work in the ctx repository when a task has independent investigation, implementation, or test lanes; compute-heavy checks; or repetitive changes suited to scripts or codemods. Use for decomposition and concurrency decisions, not simple edits or questions.

SKILL.md

ctx-dispatch.SKILL.md
name: ctx-dispatch
description: Coordinate nontrivial work in the ctx repository when a task has independent investigation, implementation, or test lanes; compute-heavy checks; or repetitive changes suited to scripts or codemods. Use for decomposition and concurrency decisions, not simple edits or questions.

Dispatch ctx work

1. Identify the requested outcome, dependencies, and independently executable lanes. Keep simple work local. 2. Reserve subagents for bounded semantic work that benefits from isolated context. 3. Run lanes concurrently only when this reduces elapsed time without duplicate work or competing writes. Give each writer disjoint ownership; keep shared files with one owner. 4. Inspect CPU, memory, and disk pressure only before genuinely compute-heavy work, then size concurrency to the available capacity. 5. Keep scope, dependency resolution, and synthesis with one coordinator. Merge evidence from every required lane before reporting completion.

Ships withstevesolun-ctx

ctx is a Python CLI and library that recommends a small, relevant set of skills, agents, and MCP servers for a repository or task. It can use your organization's local/private knowledge or the shipped graph.

Get the whole plugin

Other skills on stevesolun-ctx.