Share Claude Code skills by URL

Upload a SKILL.md or the zipped folder. You get a link — whoever opens it installs the skill with one command.

Recent skills

0 published
see all
No skills published yet — yours could be the first.
What is a skill?

A folder with a SKILL.md that teaches Claude Code how to do something — a review checklist, your team's commit convention, the deploy runbook. The frontmatter needs name and description:

---
name: pr-review
description: Use when reviewing a pull request in this repository.
---

# PR review

1. Check migrations before application code
2. ...

Read the full guide →