docs(skill-creator): explicitly state no .skill packaging needed

This commit is contained in:
Jiang Bohan 2026-01-30 17:43:59 +08:00
parent 66cb3e5a93
commit dc2c369ca9

View file

@ -102,6 +102,8 @@ The skill is automatically loaded (hot-reload). Verify with:
pnpm skills:cli list | grep <skill-name>
```
**IMPORTANT: Do NOT create .skill package files.** Skills are loaded directly from the directory structure. There is no packaging step needed.
## SKILL.md Format
Every skill must have a `SKILL.md` file with YAML frontmatter: