Official entries come straight from the public github.com/anthropics/skills repo; community entries are verified against authoritative charts before inclusion. Each skill is a self-contained folder with a SKILL.md — Claude loads it automatically on task match, or you can call it by name.
Create, edit, and analyze Word documents: tracked changes, comments, format preservation, and text extraction. The same skill behind Claude.ai's document features.
/plugin install document-skills@anthropic-agent-skills The all-round PDF toolbox: extract text and tables, merge and split, rotate and watermark, fill forms, encrypt and decrypt. First choice for scans and form documents.
/plugin install document-skills@anthropic-agent-skills Generate and edit PowerPoint decks: layouts, templates, charts, and batch automation — highly efficient for weekly reports and proposals.
/plugin install document-skills@anthropic-agent-skills Read and write Excel with formulas, formatting, analysis, and charts. Chain the four document skills: PDF extract → Excel analyze → Word report → PPT brief.
/plugin install document-skills@anthropic-agent-skills Anthropic engineers' distilled taste for frontend design — the antidote to same-y 'AI-flavored' interfaces (identical fonts, purple gradients, rounded cards). A perennial plugin-chart favorite.
/plugin install example-skills@anthropic-agent-skills A complete four-phase workflow for high-quality MCP servers: research and plan → implement (structure / errors / pagination) → review → test with MCP Inspector.
/plugin install example-skills@anthropic-agent-skills Test local web apps with Playwright: UI verification, screenshot comparison, and debugging — let Claude open a browser and look before changing code.
/plugin install example-skills@anthropic-agent-skills Ships the latest Claude API reference, SDK docs, and best practices in 8 languages — no more stale training memory when writing integrations.
/plugin install example-skills@anthropic-agent-skills Build complex frontend artifacts: state management, routing, shadcn/ui components — interactive prototypes, dashboards, and internal-tool MVPs beyond single-file HTML.
/plugin install example-skills@anthropic-agent-skills The official scaffold for creating skills: guides you to design, generate, and iterate your own SKILL.md. Usually one session (15–30 min) to a working skill.
/plugin install example-skills@anthropic-agent-skills Produce PNG / PDF visuals with an explicit design philosophy: posters, covers, cards — graphic artifacts rather than web pages.
/plugin install example-skills@anthropic-agent-skills Generative art with p5.js: seeded randomness, flow fields, particle systems — reproducible algorithmic visual experiments.
/plugin install example-skills@anthropic-agent-skills Apply cohesive themes to any artifact: palette, type, and component styling in one pass — ideal for keeping batches visually consistent.
/plugin install example-skills@anthropic-agent-skills Make animated emoji and GIFs that fit Slack's size limits — essential kit for team fun and shipping celebrations.
/plugin install example-skills@anthropic-agent-skills Loads a brand palette and typography rules and applies them to any artifact (Anthropic brand by default). The bigger win: clone it into your own company's brand skill.
/plugin install example-skills@anthropic-agent-skills Write internal communications of every kind: 3P progress reports (Progress / Plans / Problems), all-hands emails, change notices, incident reports, FAQs, and exec briefs.
/plugin install example-skills@anthropic-agent-skills A three-stage co-writing flow for serious documents: gather material → polish the draft → test from the reader's perspective. Built for PRDs and design docs.
/plugin install example-skills@anthropic-agent-skills obra/superpowers' signature skill: a four-phase root-cause process — evidence before fixes, the cure for guess-driven debugging.
/plugin install superpowers@claude-plugins-official superpowers' TDD discipline: a strict RED → GREEN → REFACTOR loop, with a reference list of testing anti-patterns.
/plugin install superpowers@claude-plugins-official superpowers' Socratic design refinement: interrogate requirements and edge cases before coding, and grind ideas into executable plans.
/plugin install superpowers@claude-plugins-official Vercel's browser-automation skill: a Rust CLI plus a Playwright daemon that gives Claude deterministic, reference-based control over any web page.
npx skills add vercel-labs/agent-browser/agent-browser Vercel's official React / Next.js best practices: data fetching, caching, and component patterns. Top of the skills.sh install chart.
npx skills add vercel-labs/agent-skills/vercel-react-best-practices The #1 meta-skill on skills.sh by installs: lets Claude search for and install the right skill for the task on its own.
npx skills add vercel-labs/skills/find-skills Matt Pocock's relentless interviewer: stress-tests your plans and designs with systematic questioning before you commit.
npx skills add mattpocock/skills/grill-me Vercel's web design guidelines: hard checklists for typography, spacing, contrast, and accessibility. High on the skills.sh chart.
npx skills add vercel-labs/agent-skills/web-design-guidelines ESTHER's personal-IP design system: brand DNA plus five scene specs (tutorial, landing, app, card images, WeChat layout) with templates — taste written as a manual the AI must follow (CC BY-NC-SA).
npx skills add esthersjw/esther-design-system Official Remotion best practices: build videos programmatically in React/TypeScript — animation, transitions, captions, audio, and charts. Consult before touching any Remotion API.
npx skills add remotion-dev/skills/remotion-best-practices Matt Pocock's triage state machine for issues and external PRs: categorise, verify, grill when needed, and write agent-ready briefs.
npx skills add mattpocock/skills/triage Compacts the current conversation into a handoff document a fresh agent can pick up — a practical cure for long-session decay.
npx skills add mattpocock/skills/handoff ※ The official skills above are installed by the two /plugin install lines in STEP 02; Claude.ai paid plans have them built in. Each skill keeps only ~100 tokens of metadata resident — progressive disclosure means even a full rack won’t slow your session.