docs(skill-creator): explicitly state no .skill packaging needed
This commit is contained in:
parent
66cb3e5a93
commit
dc2c369ca9
1 changed files with 2 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue