
Codeplaneapp Smithers
- 338 repo stars
- Updated July 28, 2026
- codeplaneapp/smithers
codeplaneapp-smithers is a Claude Code plugin that adds Smithers orchestration for durable, observable AI agent workflows in React.
About
codeplaneapp-smithers brings Smithers, an orchestration layer for advanced AI agents in React, into Claude Code as a plugin aimed at developers 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. 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.
- 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
Codeplaneapp Smithers by the numbers
- Data as of Jul 28, 2026 (Skillselion catalog sync)
/plugin install codeplaneapp-smithers@codeplaneapp/smithersAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 338 |
|---|---|
| Last updated | July 28, 2026 |
| Repository | codeplaneapp/smithers ↗ |
What it does
Orchestrate durable, phase-based AI workflows in React with retries, state, and observability for Claude-driven products.
Who is it for?
Best when you're shipping React-based agent products and need retries, persisted runs, and step-level visibility with Claude.
Skip if: Static marketing sites or teams that only need a single MCP tool call without workflow state.
What you get
After install, you can define phased Smithers workflows with persisted SQLite state and observability suited to production agent apps.
- Smithers orchestrator integration patterns for React agent apps
- Workflow model with phases, steps, retries, and persisted state
- Observability-oriented hooks for inspecting agent run progress
By the numbers
- Plugin bundle lists pluginCount: 1
- Repository: codeplaneapp/smithers
- Documented keywords include durable, phasessteps, sqlitebacked, and smithersorchestrator
Recommended Plugins
How it compares
React agent orchestration plugin, not a lightweight prompt skill or raw MCP data connector.
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.