The skill directory Claude didn't ship with
A curated index of official and community-made Skills for teaching Claude repeatable tasks without bloating its context window.

What it does This repo is a well-organized awesome-list that catalogs Claude Skills — specialized folders of instructions, scripts, and resources that Claude loads dynamically when relevant. It covers official Anthropic offerings (docx, pdf, pptx, xlsx manipulation; frontend design; MCP building) alongside community contributions ranging from iOS simulator automation to a 37-agent “startup in a box.”
The interesting bit The list itself is glue, but the underlying architecture it documents is clever: Skills use progressive disclosure — ~100 tokens of metadata for discovery, full instructions only on match, bundled code on demand. That keeps dozens of Skills available without turning Claude’s context window into a landfill.
Key highlights
- Official Skills for document wrangling, web artifacts, Playwright testing, and MCP server creation
- Community collections like
obra/superpowers(20+ battle-tested dev skills) andsuperpowers-labfor experimental techniques - Individual gems:
frontend-designexplicitly fights “AI slop” aesthetics;loki-modeorchestrates 37 agents across 6 swarms - Includes a step-by-step guide for writing your own
SKILL.mdwith frontmatter, plus askill-creatorSkill that interviews you to generate the boilerplate - Skills install via
/pluginin Claude Code, web UI toggle, or the/v1/skillsAPI endpoint
Caveats
- The README warns that Skills can execute arbitrary code; security implications are real but not deeply explored in the sources
- Community Skills section is still a flat table — “will be broken down into categories once there are enough” — so discovery is currently limited
- Some listed Skills (especially
loki-mode) make ambitious claims that the list doesn’t verify
Verdict Worth bookmarking if you’re using Claude Code daily and want to stop reinventing prompts for recurring tasks. Skip it if you’re looking for a rigorous, reviewed marketplace — this is a community bulletin board, not an app store.