# Creating Skills

> 用于创建或重构 skill 本身：当主任务是编写 `SKILL.md`、frontmatter、目录结构、命名、bundled resources，或把 skill 迁移到当前 Codex / 本地 skills 约定时使用。Prefer `skill-creator` for eval 循环、benchmark 驱动迭代或 trigger 准确率优化。

- Skill: `hebertzhu/creating-skills` (Agent Skill)
- Install (CLI): `npx skillmds@latest add hebertzhu/creating-skills`
- Raw SKILL.md: https://api.skillmd.com/api/skills/hebertzhu/creating-skills/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: hebertzhu (https://skillmd.com/u/hebertzhu)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/hebertzhu/creating-skills

---


# creating-skills

## Intent
- 用于创建或重构 skill 本身：当主任务是编写 `SKILL.md`、frontmatter、目录结构、命名、bundled resources，或把 skill 迁移到当前 Codex / 本地 skills 约定时使用。Prefer `skill-creator` for eval 循环、benchmark 驱动迭代或 trigger 准确率优化。

## Default operating pattern
1. Clarify the decision that actually matters for the user right now.
2. Compare serious options and explain the trade-offs in plain language.
3. Recommend one default path and explain why it wins.
4. Call out what evidence would change the recommendation.
5. Keep the output concise, reusable, and easy to operationalize.

## Pack fit
- Included in: `skill-authoring`
- Keep examples generic, privacy-safe, and portable across hosts.

## Boundary
- Do not spend time benchmarking before the skill structure is coherent.

