orbit
v0.22.1Task and activity orchestration for AI coding agents. Adds Orbit's MCP task and knowledge surface plus workflow skills to Codex.
By constellation-worksLicense: MIT11 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Codex, Claude Code, and Agent Plugins
- Parsed components
- 3 skill or MCP entries
- Source updated
- Sep 16, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install orbit for Codex and Claude Code
codex plugin marketplace add constellation-works/orbit
codex plugin marketplace upgrade orbit
codex plugin add orbit@orbitPaste and run these commands in a terminal with Codex. They add and refresh the orbit catalog, then install this plugin.
Compatibility: the page URL and API slug “orbit” remain stable.
- Codex:
orbit@agent-plugin-marketplace→orbit@orbit
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/constellation-works/orbitClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugin/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── plugin.json├── skills/orbit/SKILL.md├── skills/orbit-orchestrate/SKILL.md└── .mcp.json
Included Skills2
Orbit — the task/audit/dispatch layer for AI coding agents. Use for anything touching a task ID, `.orbit/`, `orbit` CLI or `orbit.*` MCP tools, the docs corpus, friction records, jobs and `jrun-*` runs, routines, auto-tasks, the sweep clock, worktree GC, task publication and recovery, federated MCP, the dashboard, or setting Orbit up on a machine or repository. Covers both doing work through Orbit and configuring Orbit so that work runs unattended.
Prepare and supervise an Orbit backlog — discover useful work, deduplicate tasks, run task-pilot, promote ready work, supervise authorized delivery, and route CI/QA findings into repairs. Use orbit instead for one assigned implementation task.
MCP servers1
- command
- npx
- args
- -y @orbit-tools/[email protected] mcp serve
Plugin manifests3
{
"name": "orbit",
"version": "0.22.1",
"description": "Task and activity orchestration for AI coding agents. Adds Orbit's MCP task and knowledge surface plus workflow skills to Codex.",
"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",
"codex",
"task-management",
"agent-orchestration",
"mcp"
],
"skills": "./skills/",
"mcpServers": {
"orbit": {
"command": "npx",
"args": [
"-y",
"@orbit-tools/[email protected]",
"mcp",
"serve"
]
}
},
"interface": {
"displayName": "Orbit",
"shortDescription": "Task, docs search, and workflow tools.",
"longDescription": "Orbit adds a local task lifecycle, searchable project documentation, and auditable workflows for Codex workspaces.",
"developerName": "constellation-works",
"category": "Developer Tools",
"capabilities": [
"MCP",
"Skills",
"Agent Workflows"
],
"websiteURL": "https://github.com/constellation-works/orbit",
"defaultPrompt": [
"Create an Orbit task for this change.",
"Search Orbit for related decisions.",
"Run the default Orbit workflow for this task."
],
"brandColor": "#2563EB"
}
}{
"name": "orbit",
"version": "0.22.1",
"description": "Task and activity orchestration for AI coding agents. Adds Orbit's MCP tool surface, skills, and orchestration subagents to Claude Code.",
"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"
]
}{
"$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"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[orbit on Agent Plugins Marketplace](https://pluginsmp.com/plugins/orbit)