constellation-works/orbit
v0.22.1MIT
Task and activity orchestration for AI coding agents. Adds Orbit's MCP tool surface and shared workflow skills to compatible clients.
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
orbitstdio
{
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@orbit-tools/cli@0.22.1",
"mcp",
"serve"
]
}What this package declares
The files a client reads when it loads this plugin, exactly as this revision carries them.
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "orbit",
"version": "0.22.1",
"description": "Task and activity orchestration for AI coding agents. Adds Orbit's MCP tool surface and shared workflow skills to compatible clients.",
"author": {
"name": "constellation-works",
"url": "https://github.com/constellation-works"
},
"homepage": "https://github.com/constellation-works/orbit",
"repository": "https://github.com/constellation-works/orbit",
"license": "MIT",
"keywords": [
"orbit",
"task-management",
"agent-orchestration",
"mcp"
]
}