Codeplaneapp Smithers
codeplaneapp-smithers is a Claude Code plugin for the Build phase that adds Smithers orchestration for durable, observable AI agent workflows in React.
Orchestrate durable, phase-based AI workflows in React with retries, state, and observability for Claude-driven products.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install codeplaneapp-smithers@codeplaneapp/smithersBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:codeplaneapp/smithers") and the paste-ready config with skillselion.get_install_config("plugin:codeplaneapp/smithers").
What it does
codeplaneapp-smithers brings Smithers, an orchestration layer for advanced AI agents in React, into Claude Code as a plugin aimed at builders who outgrow one-shot prompts. The stack emphasizes durable workflows: phases and steps, automatic retries, SQLite-backed persistence, and observability so you can see where a run stalled. Solo founders shipping agent-native SaaS or internal copilots use it while composing the React frontend and wiring Claude as the reasoning engine, then carry the same patterns into launch checks and production monitoring. It is multi-phase because orchestration spans building the agent surface, hardening launches, and watching live runs—not a one-off integration. Canonical placement remains Build → Agent tooling as the shelf where orchestration libraries first land in the journey.
Highlights
- Smithers orchestrator for advanced AI agents built in React
- Durable workflows with phases, steps, retries, and SQLite-backed state
- Observability-oriented design for long-running Claude-driven tasks
- Keywords emphasize smithersorchestrator, workflows, and write paths for agent automation
- Single-plugin bundle from codeplaneapp/smithers focused on orchestration
Why builders use it
React agent UIs without a durable orchestrator lose state on retries and hide failures across multi-step Claude workflows.
After install, you can define phased Smithers workflows with persisted SQLite state and observability suited to production agent apps.
At a glance
- Type - Plugin in AI Agents.
- Adoption - 0 installs, 98 stars, 0 votes.
FAQ
Who is codeplaneapp-smithers for?
It is for developers building React applications that run multi-step Claude agents and need durable orchestration with state and retries.
When should I use codeplaneapp-smithers?
Use it when you are implementing agent workflows with phases and steps and want SQLite-backed persistence plus observability before and after launch.
How do I add codeplaneapp-smithers to my agent?
Install the plugin from codeplaneapp/smithers in Claude Code, integrate the Smithers orchestrator into your React app per the repository docs, and configure Claude as the agent backend.
Comments
Share how you use codeplaneapp-smithers, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.