Authoring prompts
--- name: prompt-engineering description: Write, review, or fix a prompt. Use when the user asks for a prompt, wants better output from a model, says the model is ignoring instructions, or is building a system prompt for an app or agent. --- # Prompt Engineering There is no perfect prompt, only a perfect process. The highest-leverage moSKILL.md
Prompt Engineering Skill
A skill for writing and fixing prompts: diagnose the model and task first, strip anti-patterns, and finish with a way to measure the result.
Skilladvanced
--- name: [skill-name-in-kebab-case] description: > [What the skill does in third person, then WHEN to use it, including the exact words users type. E.g.: "Generates release notes from merged PRs. Use when the user asks for release notes, a changelog, or 'what shipped', or before tagging a release."] --- # [Skill Name] [2-3 sentSKILL.md
SKILL.md Template
A spec-correct SKILL.md template with trigger-rich description, workflow steps, and progressive disclosure: works across Claude Code, Codex, and Cursor.
Skillintermediate
--- name: writing-great-skills description: Reference for writing and editing skills well, the vocabulary and principles that make a skill predictable. disable-model-invocation: true --- A skill exists to wrangle determinism out of a stochastic system. **Predictability**: the agent taking the same _process_ every run, not producing the sSKILL.md
Writing Great Skills
Matt Pocock's reference for writing skills that behave predictably: invocation trade-offs, the information hierarchy, pruning, and leading words.
Skilladvanced
--- name: writing-skills description: Use when creating new skills, editing existing skills, or verifying skills work before deployment --- # Writing Skills ## Overview **Writing skills IS Test-Driven Development applied to process documentation.** **Personal skills live in your runtime's skills directory** (`~/.claude/skills/` on ClaSKILL.md
Writing Skills With TDD
Jesse Vincent's meta-skill: skill writing IS test-driven development, baseline a subagent failing without the skill, write it, watch compliance, close loopholes.
Skilladvanced