Skip to main content

smithersai/smithers

SkillsMP has collected 86 skills from smithersai/smithers. Open a skill to review its source and details.

Latest recorded source activity
SkillsMP catalog refreshed
skills collected
86
GitHub stars
404
GitHub forks
50

Showing 40 of 86 collected skills.

occupation
unclassified
description

Drive Smithers, a durable control plane for long-running coding agents, from Claude Code. Use when the user wants multi-step, long-running, crash-safe, or human-in-the-loop agent work ('orchestrate agents', 'run a workflow', 'implement this and review it',…

updated
occupation
unclassified
description

Drive Smithers, a durable control plane for long-running coding agents, from Codex. Use when the user wants multi-step, long-running, crash-safe, or human-in-the-loop agent work ("orchestrate agents", "run a workflow", "implement this and review it", "keep…

updated
occupation
unclassified
description

Drive Smithers, a durable control plane for long-running coding agents. Use when the user wants multi-step, long-running, crash-safe, or human-in-the-loop agent work: "orchestrate agents", "run a workflow", "implement this and review it", "keep iterating…

updated
occupation
unclassified
description

Drive Smithers, a durable control plane for long-running coding agents. Use when the user wants multi-step, long-running, crash-safe, or human-in-the-loop agent work: "orchestrate agents", "run a workflow", "implement this and review it", "keep iterating…

updated
occupation
Computer Occupations, All Other
description

Use every registered Claude Code and Codex subscription as one quota-aware failover pool in Smithers workflows, so rate limits on a single account never stall a run. Use when the user mentions rate limits, quota, multiple subscriptions/accounts, "fallback…

updated
occupation
Computer Occupations, All Other
description

Drive Smithers — a durable control plane for long-running coding agents — from inside Hermes. Use for any multi-step, long-running, crash-safe, or human-in-the-loop work: "run a workflow", "implement and review", "keep iterating until tests pass", "plan then…

updated
occupation
Software Developers
description

Drive Smithers durable workflows from OpenClaw. Use for multi-step, long-running, background, human-in-the-loop, retryable, or repeatable work. Prefer creating or improving a Smithers workflow over repeating ad-hoc agent turns, and use evals plus optimization…

updated
occupation
Computer Occupations, All Other
description

The concierge proxy — turn a vague user script ("I need the agent to help me do X") into a context contract, route it to the right skills/workflows, add backpressure (tests/evals/reviews/approvals), execute, and report. Use when a request is multi-step,…

updated
occupation
Software Quality Assurance Analysts & Testers
description

How this repo does eval-driven development (EDD) for Smithers workflows — write the failing suite first, build until green, validate on a holdout, then optimize. Use when adding evals to a workflow, changing a prompt/model/graph that has a suite, setting up a…

updated
occupation
Software Quality Assurance Analysts & Testers
description

Turn acceptance criteria into a runnable Smithers eval suite (JSONL cases + rubric) and wire it to `smithers eval`. Use when a workflow's quality must be measured and regression-tested — not "looks good" once, but a repeatable check that fails when the model…

updated
occupation
Software Developers
description

Design a single high-quality prompt — the innermost layer an agent reads. Use when a Smithers <Task>'s prompt (its .mdx body or inline string) is vague, ambiguous, or underperforming and you want to tighten the instruction, role, constraints, examples, and…

updated
occupation
Software Developers
description

Turn a run's persisted state into a self-contained HTML slideshow report — objective, decisions, graph, gates, evals, artifacts, failures, and the recommended next run. Use when a long or important run needs a legible, shareable summary instead of scrolling…

updated
occupation
Software Developers
description

Design the Zod output schema of a Smithers <Task> as the contract between steps. Use when a step's output feeds a later step (or a branch/loop condition) and must be reliable — design the schema first, keep it minimal, and prefer typed fields over prose so…

updated
occupation
Data Scientists
description

Prepare, launch, and evaluate Kimi LoRA fine-tuning for Smithers TypeScript/JSX workflow authoring. Use when building a Smithers training corpus, validating Fireworks JSONL, comparing base and tuned Kimi models, starting a Fireworks Kimi K2.7 managed SFT job,…

updated
occupation
Computer Occupations, All Other
description

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.

updated
occupation
Software Developers
description

Safety/risk review for agent actions — the backpressure layer that gates side effects (secrets, external publishing, destructive repo changes, expensive ops) behind human approval inside a Smithers workflow. Use when a workflow performs outward-facing or…

updated
occupation
Computer Occupations, All Other
description

Query node/run lifecycle history by default; pass --raw for raw agent chunks and all event types. Run `smithers events --help` for usage details.

updated
occupation
Computer Occupations, All Other
description

Output detailed run state. Structured output canonically uses nodes[].nodeId (legacy steps[].id remains for compatibility); --pool tallies attempt engine/model usage. Run `smithers inspect --help` for usage details.

updated
occupation
Computer Occupations, All Other
description

Build a new Smithers workflow from a plain-English description. Dispatches to the create-workflow builder. Run `smithers init` first if the .smithers/ pack is not yet installed. Run `smithers make-workflow --help` for usage details.

updated
occupation
Computer Occupations, All Other
description

Concise run health at a glance: verdict, node counts, agent/model mix, throughput, and the nodes gating progress. Run `smithers status --help` for usage details.

updated
occupation
Computer Occupations, All Other
description

Watch explicitly named stale runs and auto-resume them; pass --all to opt into a workspace-wide sweep. Run `smithers supervise --help` for usage details.

updated
occupation
Software Developers
description

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.

updated
occupation
Software Developers
description

Discover local workflows from .smithers/workflows. Run `smithers workflow --help` for usage details.

updated
occupation
Software Developers
description

Inspect and reclaim the worktrees Smithers created for <Worktree> lanes. Run `smithers worktree --help` for usage details.

updated
occupation
Software Developers
description

Inspect and register subscriptions and api keys. Run `smithers agents --help` for usage details.

updated
occupation
Software Developers
description

List and manage durable alert instances. Run `smithers alerts --help` for usage details.

updated
occupation
Software Developers
description

Approve a paused approval gate. Auto-detects the pending node if only one exists. Run `smithers approve --help` for usage details.

updated
occupation
Software Developers
description

Raise a blocking human-approval request from inside a run and wait for the decision. Use when blocked, uncertain, or about to do something irreversible — never guess. Run `smithers ask-human --help` for usage details.

updated
occupation
Software Developers
description

Ask a question about Smithers using your installed agent and the Smithers MCP server. Run `smithers ask --help` for usage details.

updated
occupation
Software Developers
description

File a smithers bug report to bug.smithers.sh; with --run it attaches the run's status, error, and last ~50 events (secrets scrubbed). Run `smithers bug --help` for usage details.

updated
occupation
Software Developers
description

Safely halt agents and terminate a run. Run `smithers cancel --help` for usage details.

updated
occupation
Software Developers
description

Create and start a one-task auto-hijacked chat run. Run `smithers chat-create --help` for usage details.

updated
occupation
Software Developers
description

Show agent chat output for the latest run or a specific run. Run `smithers chat --help` for usage details.

updated
occupation
Software Developers
description

Protocol commands for the Claude Code plugin: mirror runs into /workflows and notify the session. Run `smithers claude --help` for usage details.

updated
occupation
Software Developers
description

Manage and run background schedule triggers. Run `smithers cron --help` for usage details.

updated
occupation
Software Developers
description

Deny a paused approval gate. Run `smithers deny --help` for usage details.

updated
occupation
Software Developers
description

Print DiffBundle as unified diff. Run `smithers diff --help` for usage details.

updated
occupation
Software Developers
description

Print llms-full.txt (full docs bundle for LLMs) for this CLI version. Run `smithers docs-full --help` for usage details.

updated
occupation
Software Developers
description

Print llms.txt (concise docs index for LLMs) for this CLI version. Run `smithers docs --help` for usage details.

updated
occupation
Software Developers
description

Cancel all active runs. Like 'docker compose down' for workflows. Run `smithers down --help` for usage details.

updated
Showing 40 of 86 collected skills.