Agent Skills
Browse the skills.sh registry and install agent skills with one click
Last updated: July 19, 2026
Settings → Agent Skills is a built-in browser for the public skills.sh registry: "Browse the public skills.sh registry and install skills with one click."
Skills are reusable instruction packs (folders with a SKILL.md) that teach the AI a workflow — once installed, they show up in the slash menu of every chat.
Browsing the registry
The page lists the registry as a live leaderboard. Each row shows:
- The skill's rank, name, and source repo (
owner/repo) - A Verified badge when it's published by an official source
- A security-checks shield — hover it for per-provider audit results
- An 8-week install trend sparkline and the total install count
Click a row to expand it in place: the full description, the security-check results, and a View on skills.sh link. Use the Search skills box to search the whole registry.
Installing a skill
- Click Install on any row (it reads Installing, then Installed)
- The skill is saved to
~/.agents/skills— the cross-tool convention, so it also works with other agent tools — and linked into~/.claude/skillsfor Claude Code - Type
/in any chat and pick it from the Skills section — no restart needed
Skills are plain folders you own. Anything you drop into
~/.agents/skillsby hand appears in the slash menu the same way — the browser is just the fast path.
Removing a skill
Click the Installed button on a skill's row to remove it — this deletes it from ~/.agents/skills (and unlinks it from ~/.claude/skills) immediately.
Use cases
- Borrow instead of writing: grab a well-reviewed "changelog writer" or "code review" skill from the leaderboard instead of authoring the prompt yourself.
- One library, every tool: skills installed here serve Claude Code and other agent tools too, since everything lives in the shared
~/.agents/skillsfolder. - Vet before you trust: check the security shield and the Verified badge before installing a skill that will be injected into your conversations.