← Skills

Custom skills

Any markdown file becomes a slash command.

What it does

Any markdown file you put in .claude/commands/ becomes a slash command you can run from Claude Code. Write instructions in plain English — no code required. This is how every built-in skill works, and how you extend Patina with your own.

How to create one

Create a markdown file in .claude/commands/:

# .claude/commands/my-skill.md

Do something useful.

## Steps
1. Read the relevant files
2. Do the thing
3. Write the output

Then run /my-skill from Claude Code. That's it.

Tips

Examples

Every built-in skill is a custom skill. Look at the files in .claude/commands/ to see how they work: