Documentation Index
Fetch the complete documentation index at: https://smithers.sh/llms.txt
Use this file to discover all available pages before exploring further.
workflow-skill reads local Smithers workflow files and asks an agent to write concise skill documentation for them. The generated skill files describe when to use each workflow, which workflow ID to run, which inputs matter, and how to operate the run.
Inputs
| Input | Type | Default |
|---|---|---|
workflow | string | "all" |
output | string or null | null |
prompt | string | "" |
Output Rules
workflow: "all"scans every local workflow exceptworkflow-skill.- If
outputis omitted, skills are written under.smithers/skills/. - If
workflowis one workflow ID andoutputis provided, the agent writes exactly that file path. - If
workflowis"all"andoutputis provided, the agent treats it as a directory and writes one skill per workflow.