Switchboard is a TypeScript implementation of the [Symphony specification](https://github.com/openai/symphony/blob/main/SPEC.md) from OpenAI. It is a Bun project that uses OpenTUI with React as the TU
Imported from markhuot/switchboard (AGENTS.md). Install upstream with npx skills add markhuot/switchboard. Copyright stays with the author.
AGENTS.md
Switchboard is a TypeScript implementation of the Symphony specification from OpenAI. It is a Bun project that uses OpenTUI with React as the TUI rendering layer, and is designed to be composable with any TUI coding agent.
All work should be done in this project folder. If you need a temporary directory use .tmp/ in this project. It is already .gitignored.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/markhuot-switchboard-switchboard/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
markhuot-switchboard-switchboard.ocm.jsonjson
{
"ocm": "1",
"id": "markhuot-switchboard-switchboard",
"kind": "skill",
"name": "switchboard",
"description": "Switchboard is a TypeScript implementation of the [Symphony specification](https://github.com/openai/symphony/blob/main/SPEC.md) from OpenAI. It is a Bun project that uses OpenTUI with React as the TUI rendering layer, and is designed to be composable with any TUI coding agent.",
"publisher": "markhuot",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Switchboard is a TypeScript implementation of the [Symphony specification](https://github.com/openai/symphony/blob/main/SPEC.md) from OpenAI. It is a Bun project that uses OpenTUI with React as the TUI rendering layer, and is designed to be composable with any TUI coding agent."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/markhuot/switchboard",
"path": "AGENTS.md",
"ref": "c6876129d0cb35abe1efff9ea9cf9fd0f1086ffd",
"url": "https://github.com/markhuot/switchboard/blob/c6876129d0cb35abe1efff9ea9cf9fd0f1086ffd/AGENTS.md",
"key": "markhuot/switchboard/AGENTS.md"
}
},
"instructions": "# AGENTS.md\n\nSwitchboard is a TypeScript implementation of the [Symphony specification](https://github.com/openai/symphony/blob/main/SPEC.md) from OpenAI. It is a Bun project that uses OpenTUI with React as the TUI rendering layer, and is designed to be composable with any TUI coding agent.\n\nAll work should be done in this project folder. If you need a temporary directory use `.tmp/` in this project. It is already .gitignored.",
"cost": {
"context_tokens": 107
}
}
Fetch it by URL: GET /api/v1/registry/markhuot-switchboard-switchboard/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.