smithers-make-workflow

Solid

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.

AI & Automation 338 stars 43 forks Updated today MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
84
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

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