bootstrap-orchestrate
v2.4.7The /orchestrate skill: delegate one task to a sub-agent of the model and effort you name, in one continuous thread. Invoke-only.
By David KimLicense: MIT1 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 24, 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 bootstrap-orchestrate for Codex and Claude Code
codex plugin marketplace add davekim917/bootstrap
codex plugin marketplace upgrade davekim917-bootstrap
codex plugin add bootstrap-orchestrate@davekim917-bootstrapPaste and run these commands in a terminal with Codex. They add and refresh the davekim917-bootstrap catalog, then install this plugin.
Compatibility: the page URL and API slug “bootstrap-orchestrate” remain stable.
- Codex:
bootstrap-orchestrate@agent-plugin-marketplace→bootstrap-orchestrate@davekim917-bootstrap
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/davekim917/bootstrapClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/orchestrate/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/orchestrate/SKILL.md
Included Skills1
Delegate a task to one sub-agent of the model and effort you name, in one continuous thread, while you coordinate and verify evidence. Invoke with "/orchestrate <model> <effort> <task>", or "use a <model> subagent at <effort> to …". Nothing loads this on its own.
Plugin manifests2
{
"name": "bootstrap-orchestrate",
"version": "2.4.7",
"description": "The /orchestrate skill: delegate one task to a sub-agent of the model and effort you name, in one continuous thread. Invoke-only.",
"author": {
"name": "David Kim"
},
"repository": "https://github.com/davekim917/bootstrap",
"license": "MIT",
"keywords": [
"codex",
"opencode",
"orchestrate",
"delegation",
"sub-agent",
"skills"
],
"skills": "./skills/",
"hooks": "./hooks/orchestrate-codex-hooks.json",
"interface": {
"displayName": "Bootstrap Orchestrate",
"shortDescription": "Delegate one task to a sub-agent you choose",
"longDescription": "Name a model and an effort level, and one retained sub-agent implements, tests and repairs in a continuous thread while you coordinate and verify evidence. Independent review stays separate. Invoke-only.",
"developerName": "David Kim",
"category": "Coding",
"capabilities": [
"Interactive",
"Write"
],
"websiteURL": "https://github.com/davekim917/bootstrap",
"defaultPrompt": [
"Use an opus sub-agent with high effort for this task.",
"Delegate this to one retained sub-agent to build, test and repair; verify its evidence."
],
"brandColor": "#111827"
}
}{
"name": "bootstrap-orchestrate",
"version": "2.4.7",
"description": "The /orchestrate skill: delegate one task to a sub-agent of the model and effort you name, in one continuous thread. Invoke-only.",
"author": {
"name": "David Kim"
},
"repository": "https://github.com/davekim917/bootstrap",
"license": "MIT",
"keywords": [
"orchestrate",
"delegation",
"sub-agent",
"effort",
"skills"
],
"skills": [
"./skills"
],
"hooks": "./hooks/orchestrate-hooks.json"
}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.
[bootstrap-orchestrate on Agent Plugins Marketplace](https://pluginsmp.com/plugins/bootstrap-orchestrate)