Prompt to skill spec
Skill alexzhu0/agent-skill-radar/starters/prompt-to-skill-spec
Use this to convert prompts, playbook text, or policy text into a structured `SKILL.md` specification.From its SKILL.md
npx -y skills add alexzhu0/agent-skill-radar --skill prompt-to-skill-specAssembled 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.1 KB, 212 tokens by cl100k_base, as published. Nobody here has run it
Prompt To Skill Spec
Purpose
Convert prompt-style instructions into a structured skill spec with clear fit and validation.
Fit
- Use when a team prompt has repeated structure but no stable reuse format.
- Do not use for one-off drafting tasks or raw creative writing requests.
Inputs
- Source prompt text.
- Intended user and context.
- Known success criteria and hard constraints.
Workflow
- Extract purpose and non-goals.
- Define explicit required inputs and optional inputs.
- Define trigger phrase and boundaries.
- Add failure handling and missing data.
- Write output shape with expected sections and validation points.
Output
Produce:
SKILL.mdwith frontmatter fields:name,description.Purpose,Fit,Inputs,Workflow,Output,Validation.- Sections that separate facts from assumptions.
Validation
- Assumptions are labeled, not hidden.
- Output is deterministic enough for reuse.
- Safety and policy guardrails are preserved.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.