Install any skill in seconds. Free to start, no credit card required.
Get Started Free →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.
.claude/skills/smithersai-smithers-up/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-02 | ✗→✓ | ▲ Improved | -24% | 0% |
| case-03 | ✗→✓ | ▲ Improved | 8% | 0% |
| case-04 | ✗→✓ | ▲ Improved | 10% | 0% |
| case-05 | ✗→✓ | ▲ Improved | 14% | 0% |
| case-06 | ✗→✓ | ▲ Improved | 18% | 0% |
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.
| Name | Type | Required | Description | |------|------|----------|-------------| | workflow | string | no | Workflow ID (from smithers workflow list) or path to a .tsx workflow file (omit with --interactive to pick one) |
| Flag | Type | Default | Description | |------|------|---------|-------------| | --detach | boolean | false | Run in background, print run ID, exit | | --runId | string | | Explicit run ID | | --parentRunId | string | | Existing run ID to record as this run's parent (persisted lineage, surfaced by inspect/ps and the MCP run tools) | | --maxConcurrency | number | | Maximum parallel tasks (default: 4) | | --root | string | | Tool sandbox root directory | | --log | boolean | true | Enable NDJSON event log file output | | --logDir | string | | NDJSON event logs directory | | --allowNetwork | boolean | false | Allow bash tool network requests | | --maxOutputBytes | number | | Max bytes a single tool call can return | | --toolTimeoutMs | number | | Max wall-clock time per tool call in ms | | --hot | boolean | false | Enable hot module replacement for .tsx workflows | | --input | string | | Input data as JSON string | | --annotations | string | | Run annotations as a flat JSON object of string/number/boolean values | | --resume | unknown | false | Resume a previous run. Pass true with --run-id, or pass the run ID directly (e.g. --resume <run-id>) | | --force | boolean | false | Resume even if still marked running | | --acceptWorkflowChange | boolean | false | Resume this run after its workflow source changed, re-blessing durability metadata in place; you own replay determinism | | --resumeClaimOwner | string | | Internal durable resume claim owner | | --resumeClaimHeartbeat | number | | Internal durable resume claim heartbeat | | --resumeRestoreOwner | string | | Internal durable resume restore owner | | --resumeRestoreHeartbeat | number | | Internal durable resume restore heartbeat | | --serve | boolean | false | Start an HTTP server alongside the workflow | | --supervise | boolean | false | Run the stale-run supervisor loop (with --serve) | | --superviseDryRun | boolean | false | With --supervise, detect stale runs without resuming | | --superviseInterval | string | 10s | With --supervise, poll interval (e.g. 10s, 30s) | | --superviseStaleThreshold | string | 30s | With --supervise, stale heartbeat threshold | | --superviseMaxConcurrent | number | 3 | With --supervise, max runs resumed per poll | | --port | number | 7331 | HTTP server port (with --serve) | | --host | string | 127.0.0.1 | HTTP server bind address (with --serve) | | --authToken | string | | Bearer token for HTTP auth (or set SMITHERS_API_KEY); required to bind a non-loopback --host | | --insecure | boolean | false | Allow binding a non-loopback --host with NO auth (exposes unauthenticated approve/deny/cancel control of the run — dangerous) | | --metrics | boolean | true | Expose /metrics endpoint (with --serve) | | --backend | string | | Bootstrap storage selection for a workflow owner or workspace Gateway; not a run-discovery/control flag | | --postFailure | boolean | true | Auto-launch the post-failure autopsy workflow when this run fails (disable with --no-post-failure or SMITHERS_POST_FAILURE=0) | | --verbose | boolean | false | Show engine info logs (run lifecycle, agent sessions) on interactive runs; the default keeps progress lines + warnings only. Non-TTY/structured output always gets full logs. | | --report | boolean | true | On an interactive run, narrate the result with a cheap/fast agent and open an HTML summary in the browser when it finishes (disable with --no-report or SMITHERS_NO_REPORT=1). | | --interactive | boolean | false | Pick a workflow and its inputs through interactive terminal prompts, then launch the full-screen TUI monitor for the run (TTY only) |
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→fail | 12,127 | 2,170 | -82% | 1 | 1 | 0% | 840 | 1,545 | +84% | 0 | 0 | — |
case-02 | fail→pass | 12,670 | 2,306 | -82% | 1 | 1 | 0% | 2,057 | 1,564 | -24% | 0 | 0 | — |
case-03 | fail→pass | 8,525 | 1,937 | -77% | 1 | 1 | 0% | 1,418 | 1,527 | +8% | 0 | 0 | — |
case-04 | fail→pass | 8,336 | 3,003 | -64% | 1 | 1 | 0% | 1,568 | 1,718 | +10% | 0 | 0 | — |
case-05 | fail→pass | 7,816 | 2,480 | -68% | 1 | 1 | 0% | 1,413 | 1,611 | +14% | 0 | 0 | — |
case-06 | fail→pass | 7,408 | 2,212 | -70% | 1 | 1 | 0% | 1,310 | 1,552 | +18% | 0 | 0 | — |
case-07 | fail→pass | 8,531 | 3,036 | -64% | 1 | 1 | 0% | 1,621 | 1,752 | +8% | 0 | 0 | — |
case-08 | fail→pass | 6,628 | 4,387 | -34% | 1 | 1 | 0% | 1,227 | 1,991 | +62% | 0 | 0 | — |
case-09 | fail→pass | 17,633 | 2,688 | -85% | 1 | 1 | 0% | 3,110 | 1,677 | -46% | 0 | 0 | — |
case-10 | fail→pass | 4,430 | 2,382 | -46% | 1 | 1 | 0% | 780 | 1,660 | +113% | 0 | 0 | — |
case-11 | pass→pass | 6,748 | 2,243 | -67% | 1 | 1 | 0% | 1,231 | 1,533 | +25% | 0 | 0 | — |
case-12 | fail→pass | 7,795 | 2,364 | -70% | 1 | 1 | 0% | 1,253 | 1,521 | +21% | 0 | 0 | — |
case-13 | fail→pass | 6,692 | 4,512 | -33% | 1 | 1 | 0% | 1,086 | 1,956 | +80% | 0 | 0 | — |
case-14 | fail→pass | 13,071 | 3,679 | -72% | 1 | 1 | 0% | 1,999 | 1,886 | -6% | 0 | 0 | — |
case-15 | fail→pass | 10,302 | 3,553 | -66% | 1 | 1 | 0% | 1,834 | 1,755 | -4% | 0 | 0 | — |
case-16 | fail→pass | 10,689 | 1,823 | -83% | 1 | 1 | 0% | 1,819 | 1,410 | -22% | 0 | 0 | — |
case-17 | fail→pass | 6,525 | 1,667 | -74% | 1 | 1 | 0% | 959 | 1,408 | +47% | 0 | 0 | — |
case-18 | fail→pass | 3,514 | 2,149 | -39% | 1 | 1 | 0% | 529 | 1,505 | +184% | 0 | 0 | — |
case-19 | fail→pass | 4,553 | 2,304 | -49% | 1 | 1 | 0% | 748 | 1,548 | +107% | 0 | 0 | — |
case-20 | pass→pass | 5,296 | 1,423 | -73% | 1 | 1 | 0% | 817 | 1,389 | +70% | 0 | 0 | — |
case-21 | fail→pass | 10,291 | 5,353 | -48% | 1 | 1 | 0% | 1,881 | 1,991 | +6% | 0 | 0 | — |
case-22 | pass→pass | 6,879 | 6,295 | -8% | 1 | 1 | 0% | 1,171 | 2,252 | +92% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 22 cases were attempted. The headline lift of +82 percentage points is the difference between those two pass rates over the 22 comparable cases.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.