Workflow to skill converter
Skill alexzhu0/agent-skill-radar/starters/workflow-to-skill-converter
Use this when a stable workflow exists and should become a triggerable `SKILL.md`.From its SKILL.md
npx -y skills add alexzhu0/agent-skill-radar --skill workflow-to-skill-converterAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.2 KB, 244 tokens by cl100k_base, as published. Nobody here has run it
Workflow To Skill Converter
Purpose
Convert one clear workflow into a compact, reusable SKILL.md with trigger, inputs, and output shape.
Fit
- Use when a workflow happens repeatedly and is currently only in chat notes or docs.
- Do not use when the request is one-off advice with no repeat value.
Inputs
- A stable workflow or playbook.
- Trigger phrase, scope boundaries, and expected outcome.
- Examples of failure cases or missing details.
Workflow
- Capture the core objective in one sentence.
- List required inputs and optional inputs.
- Define trigger phrase and anti-trigger conditions.
- Write required output sections from this repo's card style.
- Add a short missing-data and validation section.
Output
Produce:
SKILL.mdwith frontmatter fields:name,description.Purpose,Fit,Inputs,Workflow,Output, andValidation.- Clear do-not-use boundaries.
Validation
- Output is short enough to paste into an agent instruction file.
- Scope is one workflow, not a full platform migration.
- At least one concrete missing-data item is included.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.