agentsclimarketplace

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

Install
npx -y skills add alexzhu0/agent-skill-radar --skill prompt-to-skill-spec

Assembled 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

  1. Extract purpose and non-goals.
  2. Define explicit required inputs and optional inputs.
  3. Define trigger phrase and boundaries.
  4. Add failure handling and missing data.
  5. Write output shape with expected sections and validation points.

Output

Produce:

  • SKILL.md with 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.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.