원클릭으로
switchboard
switchboard에는 TentacleOpera에서 수집한 skills 49개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
When planning, flag uncertain assumptions and supply a ready-to-run web-research prompt to confirm them.
Local Switchboard management console — drive the board when the VS Code extension is running
Implement with high accuracy and self-review (invest effort up front to minimize rework)
Reconcile and restructure a feature's subtasks — improve each, then merge/delete/rewrite/split to make the set coherent
Deep planning, dependency checks, and adversarial review
Cloud-VM planning mode — plan first, do not auto-code in a remote VM
Memo capture mode — append-only, no analysis; exit with process memo
Remote Switchboard control — drive plans via Linear or Notion when the local machine is off
Group loose Switchboard plans into features — scan pre-coding columns, cluster by capability, propose all groupings for one approval, then create features via create-feature.js
Make direct ClickUp API calls via LocalApiServer proxy
Move kanban cards and query kanban state via direct database access.
Make direct Linear GraphQL API calls via LocalApiServer proxy
Post replies back to a Notion-driven Remote Control card via the LocalApiServer bridge
Improve a Switchboard plan stored in Linear — reads, deepens, writes back via the LocalApiServer GraphQL proxy without touching git. Use in remote sessions.
Local stdio MCP server bridging Claude Desktop (and other MCP-only hosts) to Switchboard's LocalApiServer HTTP surface
Switchboard orchestration HTTP surface — the complete LocalApiServer contract for external AI coding tools and fleet agents. Discover the port, read the board/plans/features/worktrees/inbox/session-log, manage plan lifecycle, move cards, group and split features, dispatch fan-out, file requests to the orchestrator, and merge/clean up worktrees — all over localhost HTTP. Includes end-to-end workflows for a fleet coder inside a worktree and for an external orchestrator driving the board.
Drive your Switchboard board from Claude Cowork — plan, move cards, and manage features over a local MCP bridge.
System behavior contracts for agents driving Switchboard — consult when unsure how the system behaves; never for invocation. This doc answers how the system behaves. It never answers how to invoke something — for invocation, use the switchboard-orchestration skill and GET /catalog.
Make direct ClickUp API calls via LocalApiServer proxy
Move a ClickUp task to a different list via LocalApiServer
Create a Switchboard feature from a remote session by writing the feature file directly — use when the VS Code extension is not running and create-feature.js is unreachable
Improve a Switchboard plan stored in Linear — reads, deepens, writes back via the LocalApiServer GraphQL proxy without touching git. Use in remote sessions.
Move kanban cards and query kanban state via direct database access.
Move a Linear issue to a different project via LocalApiServer
Query the DuckDB archive directly using duckdb CLI.
Query kanban state using direct SQL access to kanban.db
Refine a feature into a complete, decomposable specification — clear goal, success criteria, scope, and a proposed subtask breakdown
Refine a ticket into a lean, agent-actionable spec — real files, testable acceptance criteria, no invented context
Run comprehensive multi-source web research and synthesize a cited summary.
Mark a worktree merged and clean it up (kind-aware) via LocalApiServer
Create a Switchboard feature from a known set of plans — no discovery, just mechanics. Use when the user already knows which plans to group.
Move kanban cards and query kanban state via direct database access.
Query the DuckDB archive directly using duckdb CLI.
Query the Kanban database for plans by workspace name, project, and features.
Post replies back to a Notion-driven Remote Control card via the LocalApiServer bridge
Query and manage the DuckDB archive of historical plans and conversations.
Attach files to ClickUp tasks via LocalApiServer
Create doc pages in ClickUp via LocalApiServer
Create ClickUp tasks with optional subtasks via LocalApiServer
Fetch ClickUp tasks/lists with automatic name resolution