skill-creator

Installation
SKILL.md

Create a New Skill

Guide the user through creating a new agent skill following the Agent Skills specification. Follow each step in order.

Step 1: Understand the Skill

Gather requirements before writing anything.

Ask the user:

  1. What should this skill do? (one sentence)
  2. When should an agent use it? (trigger phrases users would say)
  3. What tools does the skill need? (Read, Grep, Glob, Bash, Task, WebFetch, etc.)
  4. Where should the skill live? (which plugin or directory)

Determine the skill name:

  • Lowercase letters, digits, and hyphens only (a-z, 0-9, -)
  • 1-64 characters; must not start or end with -; no consecutive hyphens (--)
  • Descriptive and unique among existing skills
  • Prefer action-oriented names: processing-pdfs, fix-issue, code-review
Related skills

More from hazat/pi-config

Installs
3
Repository
hazat/pi-config
GitHub Stars
341
First Seen
Mar 22, 2026