| name | Skill Creator |
| description | Use when the user asks 3xhaustPi to add, capture, or improve a reusable skill. |
Skill Creator
Turn a repeated workflow into one focused 3xhaustPi skill.
- Choose a lowercase skill id using letters, numbers, dots, underscores, or hyphens.
- Create the project template with
3xhaustpi skill create <id>.
- Edit
.3xhaust/skills/<id>/SKILL.md.
- Keep frontmatter limited to:
name: a short display name
description: specific trigger conditions
- Write instructions as concrete decisions and observable steps.
- Name exact commands only when they are stable and safe for this workflow.
- Do not embed credentials, tokens, private URLs, machine-specific home paths, or copied chat history.
- Verify discovery with
3xhaustpi resource list.
Prefer one narrow skill over a large skill that mixes unrelated workflows.