smithers-make-workflow
SolidBuild 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.
AI & Automation 338 stars
43 forks Updated today MIT
Install
Quality Score: 87/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# smithers make-workflow
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.
## Arguments
| Name | Type | Required | Description |
|------|------|----------|-------------|
| `task` | `string` | no | Plain-English description of the workflow to build (forwarded as the builder prompt) |
## Options
| 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/...
Details
- Author
- smithersai
- Repository
- smithersai/smithers
- Created
- 6 months ago
- Last Updated
- today
- Language
- JavaScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
smithers-init
Install the local Smithers workflow pack into .smithers/. Pass an optional prompt to also launch the create-workflow builder after init. Run `smithers init --help` for usage details.
338 Updated today
smithersai AI & Automation Solid
smithers-graph
Render the workflow graph without executing it. Run `smithers graph --help` for usage details.
338 Updated today
smithersai AI & Automation Solid
smithers-eval
Run a workflow over a JSON/JSONL eval suite and write a regression report. Run `smithers eval --help` for usage details.
338 Updated today
smithersai