One well-designed skill is worth a hundred perfect prompts.
The prompt works once. The skill works every time, in every session, without re-prompting. It encodes your standards, your constraints, and your expected output format so Claude delivers production-quality results on the first attempt — instead of the third, after multiple rounds of correction.
Anthropic released 17 official Claude skills in late 2025. The community has since expanded this to over 1,200 skills across every professional domain. This guide covers the best ones by role, with install commands and real use cases.
What Are Claude Skills?
A Claude skill is a SKILL.md markdown file that teaches Claude a specific, repeatable workflow. Install it once. Claude follows it in every session without you needing to re-explain your requirements.
Skills work in Claude Code, Cursor, and any agent supporting the skills specification. They are plain markdown — no code, no dependencies, no configuration beyond placing the file in the right directory.
When you run Claude Code inside a project that has skills installed, Claude automatically detects and follows the relevant skill for any task that matches. No activation command needed.
Anthropic’s 17 official skills cover core development workflows. The community skills cover everything from specific frameworks and design systems to industry-specific workflows for legal, medical, financial, and marketing professionals.
Why Skills Beat Prompts
Every developer who has used Claude seriously has a collection of prompts they copy-paste from notes. The problem: prompts require you to remember them, find them, and include them in every session. Skills make this automatic.
The deeper advantage: a well-written skill encodes not just what to do but how to do it to a specific standard. The frontend-design skill does not just tell Claude to design a frontend — it enforces a process where Claude commits to a bold, distinctive aesthetic direction before writing any code, preventing the generic “AI slop” that results when you skip this step.
Skills are also shareable. Your team can use the same skill, guaranteeing consistent output quality across everyone who uses Claude on the project. One senior engineer writes the skill. The whole team benefits from their expertise.
Skills for Developers
frontend-design — 277,000+ Installs
The most installed skill in the Claude ecosystem. It forces Claude to commit to a distinctive design direction — typography, color, spacing, visual hierarchy — before writing a single line of code. The result: UI that has an actual aesthetic rather than the generic appearance that most AI-generated interfaces default to.
This skill specifically targets the most common failure mode of AI-assisted UI development: shipping something that looks functional but forgettable. With frontend-design, Claude produces work that looks like a human designer made opinionated choices.
Install: npx skills add anthropics/frontend-design
agent-browser
Lets Claude control any web interface through stable element references. Supports clicks, form fills, screenshots, and parallel browser sessions — all without needing a clean API. Essential for automating any workflow that lives inside a web application rather than an API.
Install: npx skills add agent-browser
superpowers
A complete agentic software development workflow in a single skill: brainstorm → design spec → implementation plan → subagent execution → review → merge. Coordinates multiple Claude agents working in parallel on different parts of the same task.
Install: /plugin marketplace add obra/superpowers-marketplace
gws — Google Workspace CLI
One of the most impressive community skills: 4,900 GitHub stars in its first three days. It dynamically exposes all Google Workspace APIs as a unified CLI interface. One install gives Claude full access to Drive, Gmail, Calendar, Sheets, Docs, Slides, and every other Workspace product — without building custom integrations for each.
For anyone who lives in Google Workspace, this is transformative. Claude can now read your email, update your spreadsheets, draft calendar events, and organize your Drive — as part of any coding or workflow task.
Install: npm install -g @googleworkspace/cli
agent-sandbox
Spins up isolated cloud sandboxes where Claude builds, hosts, and tests full-stack applications without touching your local files or production environment. The agent gets a clean environment, builds what you asked for, and you review before any changes hit the real system.
Install: npx skills add disler/agent-sandbox-skill
Skills for Web Designers
canvas-design
Generates brand-consistent hero images, social graphics, and visual assets. You define your design system once — brand colors, typography, visual style — and the skill encodes it so every output stays on-brand without repeated specification.
Install: npx skills add anthropics/canvas-design
algorithmic-art
Creates unique, art-directable generative visuals that stand apart from generic AI output. Supports SVG, canvas, and WebGL outputs. The key advantage over standard AI image generation: every output is code, so it is infinitely scalable and programmatically modifiable.
Install: npx skills add anthropics/algorithmic-art
web-design-guidelines — 22,000+ Stars, 133,000 Weekly Installs
Built by Vercel Labs, this skill validates web interface code against Vercel’s comprehensive web interface guidelines. It reports violations in file:line format, making it easy to identify and fix issues. With 133,000 weekly installs, it is the standard for web interface quality validation in 2026.
Install: npx skills add vercel-labs/web-interface-guidelines
design-ops:handoff
Generates developer-ready handoff specifications from design work. Output includes component documentation, spacing tokens, responsive breakpoint definitions, and accessibility notes — everything a developer needs to implement a design accurately without constant back-and-forth.
Install: npx skills add design-ops/handoff
Skills for Marketers
The marketing skills ecosystem exploded in 2026, led by Corey Haines’ open-source marketingskills repository. Thirty skills covering every major marketing function, all free on GitHub, all installable with a single command.
Install All Marketing Skills
npx skillkit install coreyhaines31/marketingskills
Or install individual skills:
page-cro
Optimizes landing pages for conversion. Diagnoses CTA placement, copy clarity, trust signals, and form friction. Returns scored recommendations in priority order. If you are launching a product or running experiments, run this skill on every landing page variant.
Install: npx skillkit install coreyhaines31/marketingskills --skill page-cro
copywriting
Writes homepage copy, feature descriptions, and positioning statements for SaaS products. Follows the jobs-to-be-done framework — so it focuses on what the customer is trying to accomplish, not what the product feature is.
Install: npx skillkit install coreyhaines31/marketingskills --skill copywriting
email-sequence
Creates multi-email welcome sequences, nurture flows, and re-engagement campaigns. Handles onboarding, cancellation, and win-back scenarios with personalization token placeholders. Built for B2B and B2C SaaS with different default sequences for each.
Install: npx skillkit install coreyhaines31/marketingskills --skill email-sequence
ad-creative
Generates and iterates Google Ads and Meta Ads creative at scale — headlines, descriptions, primary text, and full ad sets. Useful both for initial creation and for quickly generating multiple test variants when running experiments.
Install: npx skillkit install coreyhaines31/marketingskills --skill ad-creative
cold-outreach
Writes B2B cold emails and follow-up sequences built around proven frameworks: AIDA, PAS, and pattern interrupts. The output is copy that sounds like a human who has done their research, not like a mail merge template.
Install: npx skillkit install coreyhaines31/marketingskills --skill cold-outreach
analytics-tracking
Sets up Google Analytics 4 tracking for signups, conversions, feature usage, and user behavior. Outputs Google Tag Manager configurations and event schemas that you can implement directly without needing a GA4 specialist.
Install: npx skillkit install coreyhaines31/marketingskills --skill analytics-tracking
Skills for Content Creators
voice-dna
The most personal skill in the ecosystem. You document your writing voice — word choice, sentence structure, tone, what you avoid — and the skill encodes it so Claude matches your style consistently across every piece of content it produces.
Without voice-dna, Claude defaults to its own voice. With it, Claude writes in yours. This is the skill that makes ghost-writing workflows actually viable.
Build manually: Create .agents/skills/voice.md with your voice documentation
youtube-transcript
Downloads YouTube videos, audio, and transcripts in one request. Handles quality selection, format conversion, and subtitle extraction. Essential for any workflow that starts with a video — turning a YouTube tutorial into a blog post, extracting quotes from a conference talk, or building on existing educational content.
Install: npx skills add youtube-transcript
brand-hero-images
Generates brand-consistent hero image prompts for articles and blog posts. Maintains visual identity across all content by encoding your brand’s aesthetic direction, ensuring your AI-generated images look like they belong together rather than like random outputs from different sessions.
Build manually: Create .agents/skills/brand-images.md with your brand visual guidelines
How to Build Your Own Skill
A skill is a markdown file. That is it. No code, no deployment, no configuration infrastructure.
Three steps:
- Create the file:
.agents/skills/your-skill-name.mdinside your project - Write instructions for a specific, repeatable task in plain English
- Claude detects and uses it automatically when you run a matching task
What makes a good skill:
- Define a specific, bounded task (not “help me with code” but “review pull requests for security vulnerabilities”)
- Include the output format explicitly — this is where most prompts fail and skills succeed
- Specify what to check, what to avoid, and what success looks like
- Include examples of good and bad outputs if the standard is subtle
Anthropic’s Skill-Creator: If you want help writing a skill, Anthropic’s official Skill-Creator skill can build and test new skills for you. Enable it from Settings → Customize → Skills → Skill-Creator, then describe what you want the skill to do.
The community contribution model means skills improve over time. The best skills on GitHub have hundreds of contributors refining edge cases and improving output quality. Build yours, share it, and let the community make it better.
FAQ
Q: What are Claude skills?
Claude skills are SKILL.md files — markdown instruction sets that teach Claude how to complete specific tasks repeatably. Install a skill once and Claude follows it in every session without re-prompting. They encode your standards and output format so you get production-quality results on the first attempt.
Q: How do I install Claude skills?
Most skills install via one terminal command: npx skills add [skill-name]. Official Anthropic skills are at github.com/anthropics/claude-code-skills. Community skills install via the plugin marketplace inside Claude Code: /plugin marketplace add [repo-name].
Q: What is the most popular Claude skill?
The frontend-design skill from Anthropic has 277,000+ installs as of March 2026. It forces Claude to commit to a bold, distinctive design direction before writing any code — preventing the generic “AI slop” aesthetic that most AI-generated UIs default to.
Q: Are Claude skills free?
Yes. All official Anthropic skills and most community skills are open source and free to install. Some third-party skill packs exist with premium pricing, but the core ecosystem is entirely free.
Q: Can I build my own Claude skill?
Yes — a skill is just a markdown file saved to .agents/skills/ in your project. Write instructions for a specific task, save it, and Claude uses it automatically. For best results, use Anthropic’s Skill-Creator skill to help you write and test it: Settings → Customize → Skills → enable Skill-Creator.