Skills Libraryfor Claude Code
๐ŸŽ
Contribute

I have a new skill I'd like to share.

Paste a standard SKILL.md below. We'll preview it live, then Claude reads it end-to-end and returns a score with specific improvements โ€” nothing stays behind a static checklist.

YAML front-matter with name and description, followed by Markdown instructions. We'll show a live preview and publish it.

Default is private. Switch to public once you're happy with the skill.

1 issue
Please fix before publishing:
  • โ€ข`description` is too short โ€” it's how Claude decides when to use the skill, so be specific.
Body ยท Markdown
# My Skill

Concrete instructions go here. Include:

- **Priorities** (what to get right first)
- **Refusals** (what the skill should never do)
- **A success signal** the skill can check (tests pass, exit 0, etc.)
- **One concrete example** below

## Example

```
$ my-skill --run
โœ“ did the thing
โœ“ tests pass
```