Vision
A public registry for dispatch modules — think npm but agent-native. Anyone can publish a module, anyone's agent can discover and use it.
Why this matters
Right now modules are local to a project. The missing piece is a distribution channel that makes the ecosystem composable:
- Community builds modules for GitHub, Stripe, Linear, etc.
- Anyone runs
dispatch module install stripe and gets the runtime + agent instructions
SKILL.md ships with every module so agents know how to use it without README hunting
Resolution hierarchy (full picture)
local (./modules/) ← development / override
user registry ← personal modules
org registry ← company-shared (configured per project)
public dispatch registry ← community modules ← this issue
The public registry is the top-level default — the layer everything else builds on.
What it needs
- Hosted registry (npm-compatible or custom)
dispatch module publish command
dispatch module install <name> command
SKILL.md as a first-class field in module.json or alongside it
- Registry browsing / search:
dispatch module search <keyword>
Deferred until
Private/personal/org registry layer is proven first. This is explicitly a later phase.
Related
- Private org registry (dispatch config
registry.url)
- User-level registry (~/.dispatch/registry)
SKILL.md convention
Vision
A public registry for dispatch modules — think npm but agent-native. Anyone can publish a module, anyone's agent can discover and use it.
Why this matters
Right now modules are local to a project. The missing piece is a distribution channel that makes the ecosystem composable:
dispatch module install stripeand gets the runtime + agent instructionsSKILL.mdships with every module so agents know how to use it without README huntingResolution hierarchy (full picture)
The public registry is the top-level default — the layer everything else builds on.
What it needs
dispatch module publishcommanddispatch module install <name>commandSKILL.mdas a first-class field inmodule.jsonor alongside itdispatch module search <keyword>Deferred until
Private/personal/org registry layer is proven first. This is explicitly a later phase.
Related
registry.url)SKILL.mdconvention