Step 1: Create the directory
Step 2: Write SKILL.md
Every skill starts with aSKILL.md file. This is what the agent reads to understand your skill.
Writing good descriptions
The description is the most important part. It’s how the agent decides whether to use your skill. Be specific:Step 3: Add a script (optional)
If your skill needs to run code, add an executable:Step 4: Test locally
Step 5: Install it
Directory structure reference
SKILL.md. Everything else is optional and depends on what your skill needs to do.