workflow-skill reads local Smithers workflow metadata and asks an agent to write concise skill documentation for selected workflows. It passes each workflow’s ID, display name, source type, entry file path, and full source to the agent. The agent infers descriptions, inputs, and other workflow-specific fields directly from the source.
For deterministic, no-agent generation, use the CLI command. The generated skill includes the workflow’s real input schema: field names, types, required/default status, enum values, and descriptions when the Zod schema provides them.
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.