From pm-engineering
Authors a high-quality SKILL.md with strong frontmatter, trigger phrases, output contract, quality checks, and anti-patterns. Produces a complete, SkillCheck-passing skill file.
How this skill is triggered — by the user, by Claude, or both
Slash command
/pm-engineering:writing-great-skillsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
A skill is a promise: *given this kind of request, produce this kind of professional output, every time.* The best SKILL.md files win on two things — the model **triggers** them at the right moment, and once triggered it **produces the right artifact** without hand-holding. This skill helps you write one that does both.
A skill is a promise: given this kind of request, produce this kind of professional output, every time. The best SKILL.md files win on two things — the model triggers them at the right moment, and once triggered it produces the right artifact without hand-holding. This skill helps you write one that does both.
Given a rough idea ("a skill for writing changelogs"), produce the full SKILL.md anyway — infer the deliverable, inputs, and structure, and mark genuinely open choices. Never hand back a skeleton with <!-- TODO --> left in; fill them.
Ask for (if not already provided), else infer and label:
---
name: kebab-case-name # matches the folder; short, specific
description: "<one rich sentence>"
---
The description is the most important line in the file — it's all the model sees when deciding whether to load the skill (progressive disclosure: only names + descriptions are in context until one is invoked). A strong description has three parts:
Write triggers the way users speak, not the way you'd categorise the skill. Cover synonyms.
Open the body with a single sentence on the value, in the voice of a senior practitioner.
State that the skill delivers a complete artifact even with thin input — infer and label assumptions, never leave bracketed placeholders, never refuse for missing context. This is what separates a skill that works from one that nags.
A short list of what to ask for — and an instruction to proceed with labelled inferences if they're missing.
The heart of the skill: a concrete template — real headings, tables, and sections — of the final artifact. Show the shape, don't describe it abstractly. This is where most of the quality lives.
A short checklist the output must satisfy (the rubric a reviewer would apply). Make them observable.
The specific failure modes to avoid — the lazy or generic outputs a weaker model would produce.
npm run skillcheck (structure) and run it against a thin brief to confirm it doesn't beg for inputs.Return:
skills/<name>/SKILL.md.name is kebab-case and matches the intended folderTODO/placeholder text left innpm run skillcheck with no errors<!-- TODO --> or [bracketed] placeholders in the final filenpx claudepluginhub mohitagw15856/pm-claude-skills --plugin pm-engineeringGuides creating, modifying, and optimizing SKILL.md files with intent capture, drafting, testing, and progressive-disclosure organization.
Guides creation, updating, and improvement of agent skills using decision trees for tiers, templates, CSO optimization, anti-rationalization, standards, and testing.
Meta-skill that generates and refines SKILL.md files using the 12 prompting techniques as a quality checklist. The skill that writes skills. Triggers: craft skill, create skill, generate skill, write skill, skill template, meta prompt, improve skill, refine skill.