Skill Claude CodeCodex
List durability snapshots (workspace checkpoints) for a run. Run smithers snapshots --help for usage details.
Skill Claude CodeCodex
List durability snapshots (workspace checkpoints) for a run. Run smithers snapshots --help for usage details.
Skill Claude CodeCodex
Show plain-English starter workflows with copy-paste commands. Run smithers starters --help for usage details.
Skill Claude CodeCodex
Watch for stale running runs and auto-resume them. Run smithers supervise --help for usage details.
Skill Claude CodeCodex
View execution timeline for a run and its forks (time travel). Run smithers timeline --help for usage details.
Skill Claude CodeCodex
Time-travel to a previous task state by reverting filesystem state, resetting DB state, and optionally resuming. Run smithers timetravel --help for usage details.
Skill Claude CodeCodex
Issue and revoke short-lived Gateway bearer tokens. Run smithers token --help for usage details.
Skill Claude CodeCodex
Print DevTools snapshot as XML tree. Run smithers tree --help for usage details.
Skill Claude CodeCodex
Open the custom UI for a workflow run in your browser. Starts a local Gateway automatically if none is running (serving workflow-owned declarations); pass --no-autostart or --gateway to opt out. Run smithers ui --help for usage details.
Skill Claude CodeCodex
Start a workflow execution. Omit the workflow (or pass --interactive) to pick one interactively and monitor it in the full-screen TUI; use -d for detached (background) mode. Run smithers up --help for usage details.
Skill Claude CodeCodex
Check for a newer Smithers release and upgrade the install (or print how). Run smithers update --help for usage details.
Skill Claude CodeCodex
Run the agent-assisted Smithers upgrade workflow: fetch changelogs, upgrade with a cheap agent, and escalate to a smart agent only when needed. Run smithers upgrade --help for usage details.
Skill Claude CodeCodex
Show how much rate limit / subscription quota each registered account has used. Run smithers usage --help for usage details.
Instructions file CodexOpenCode
AGENTS.md instructions for smithersai/webui, covering smithers-webui — project conventions, stack, typescript conventions, documentation and testing.
Skill Claude CodeCodex
Render rich React + MDX UIs in a browser window for the user. Pipe MDX via stdin in a single tool call — no temp files. Use when presenting plans, diffs, tables, comparisons, dashboards, or anything where markdown-in-terminal would be lossy.