Fastest path: let your agent do it
Paste this into your harness of choice (Claude Code, Codex, Cursor, Copilot, or any agent with shell access). It installs the workflow pack, the skill, and the MCP server, then reports which starter fits your next task.Setup prompt
init prints what it scaffolds, which coding agents it detected on your machine,
and the next commands to try. skills add and mcp add reach every agent they
detect, so a single run wires up Claude Code, Codex, Cursor, Copilot, Gemini,
OpenCode, Amp, Windsurf, and ~20 more at once.
Or wire it by hand
--agent <name> for one harness, or --no-global to
write into the current repo instead of your home directory:
No skills directory in your agent? Point it at
bunx smithers-orchestrator docs-full
(prints the full docs bundle) or bunx smithers-orchestrator ask "<question>",
and add a few standing lines to AGENTS.md or CLAUDE.md so it remembers
Smithers is available.Pick your harness
Each page covers the exact paths, config files, and any harness-specific steps.| Harness | Setup page |
|---|---|
| Claude Code | agents/claude-code |
| Codex | agents/codex |
| Cursor | agents/cursor |
| GitHub Copilot | agents/copilot |
| Pi | agents/pi |
| Hermes | agents/hermes |
| OpenClaw | agents/openclaw |
Verify it worked
Ask your agent to list the workflows, or run it yourself:list_workflows,
run_workflow, watch_run, and resolve_approval directly. See the
MCP Server reference for every tool.
Next steps
- Quickstart runs a seeded workflow immediately.
- Installation covers the
.smithers/layout in detail. - Agent Support is the per-harness hub.