Skip to main content

Step 1: Create the directory

Step 2: Write SKILL.md

Every skill starts with a SKILL.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:
Any language works. Use whatever makes sense:

Step 4: Test locally

That’s the whole debugging experience. No inspector needed. No protocol trace to parse.

Step 5: Install it

The skill is now available to any SCP-compatible agent on your system.

Directory structure reference

The only required file is SKILL.md. Everything else is optional and depends on what your skill needs to do.