skills.sh

Skills Directory

Reusable capabilities you install into Claude Code and other AI agents with a single command. Think of it like npm — but for AI agent behaviors. One install and your agent gains that capability immediately.

The Concept

What Agent Skills Actually Are

Reusable agent behaviors

A skill is a packaged set of instructions and workflows that extends what an AI agent can do. Instead of writing the same system prompt every time you want Claude to do an SEO audit, you install the skill once and it is available in every project.

One command to install

Skills are installed via the npx skills command. They work across Claude Code, Cursor, Cline, Windsurf, and any other agent that supports the skills protocol. Install once, use in any compatible tool.

Community-built and verified

Skills live on skills.sh — an open directory of community-built agent capabilities. Install counts show you what people are actually using. The most-installed skills have been battle-tested by thousands of developers.

🔨

How to Install a Skill

npx skills add owner/repo/skill-name

# Examples
npx skills add anthropics/skills/seo-audit
npx skills add anthropics/skills/systematic-debugging
npx skills add anthropics/skills/frontend-design

Run this in your project terminal. The skill is added to your agent's available capabilities immediately. No restart required.

Compatibility

Which Agents Support Skills

Claude Code

Full support. Skills are the native extension model for Claude Code. Billy's personal default — install skills here first.

Cursor

Supported via the skills protocol. Works with Cursor's agent mode for multi-file operations.

Cline & Windsurf

Both support the skills standard. Useful when you are using Cline with a custom API key setup or Windsurf's Cascade mode.

Category: Marketing

Marketing & Advertising Skills

Skills for copywriting, SEO, content strategy, and conversion optimization. Install counts from the skills.sh leaderboard, April 2026.

Skill Installs What It Does
seo-audit81KFull SEO audit of any page — title, meta, structure, internal links, schema
copywriting71KAI-powered copywriting workflows — landing pages, ads, email, product copy
page-cro41KConversion rate optimization — analyze a page and suggest improvements
analytics-tracking41KSet up and interpret analytics — GA4, Mixpanel, event tracking plans
launch-strategy40KPlan and execute product launches — positioning, channels, timing
email-sequence39KBuild full email nurture sequences — welcome, onboarding, re-engagement
paid-ads39KGoogle and Meta ad copy — headlines, descriptions, ad variations
competitor-alternatives39KAnalyze competitors — pricing, positioning, weakness identification
schema-markup39KAdd JSON-LD schema markup to any page — Article, Product, FAQ, Person
ai-seo34KSEO optimized for the AI search era — GEO principles applied to content
ad-creative31KGenerate ad copy and visual concepts — hooks, CTAs, creative briefs
cold-email31KWrite cold email sequences that do not sound like cold emails
marketing-psychology52KApply psychology principles to copy — loss aversion, social proof, urgency
content-strategy48KBuild full content strategies — pillars, calendar, distribution plan
programmatic-seo47KScale SEO content programmatically — templates, data, automated generation
pricing-strategy45KBuild and analyze pricing models — tiers, anchoring, competitive positioning
marketing-ideas45KBrainstorm marketing campaigns — channel mix, hooks, creative angles
social-content49KGenerate social media content — platform-specific formats and hooks
site-architecture28KPlan and build site structure — URL hierarchy, internal linking, sitemaps
lead-magnets21KCreate lead magnet content — guides, templates, checklists that convert
Category: Design

Design Skills

Frontend UI, UX workflows, design system extraction, and mobile app patterns.

Skill Installs What It Does
frontend-design311KProduction-grade frontend UI — the most-installed skill on the platform
ui-ux-pro-max122KAdvanced UI/UX design workflows — interaction patterns, accessibility, polish
sleek-design-mobile-apps55KMobile app design patterns — iOS and Android conventions, touch targets
extract-design-system47KExtract design systems from existing UI — tokens, components, patterns
canvas-design40KDesign in canvas format — layout, hierarchy, visual structure
theme-factory30KGenerate full design themes — color palettes, typography, spacing systems
brand-guidelines28KBuild brand identity systems — logo rules, color usage, voice and tone
design-taste-frontend21KOpinionated high-taste frontend design — not just functional, genuinely good-looking
high-end-visual-design19KPremium visual design quality — magazine-level polish on digital interfaces
redesign-existing-projects18KRedesign and modernize existing UI — audit, propose, implement improvements
Category: Firebase

Firebase Skills

Billy's stack. If you are building on Firebase these are the skills to have installed before you start.

Skill Installs What It Does
firebase-basics26KFirebase project setup fundamentals — init, config, project structure
firebase-auth-basics26KFirebase authentication setup — email/password, Google sign-in, security rules
firebase-hosting-basics25KDeploy to Firebase hosting — init, deploy, custom domain, rewrite rules
firebase-ai-logic25KAdd AI features to Firebase apps — Vertex AI integration, Gemini in Firebase
firebase-app-hosting-basics25KFirebase app hosting setup — for Next.js and other SSR frameworks
firebase-firestore-standard24KFirestore best practices — data modeling, security rules, query patterns
firebase-data-connect24KFirebase data connections — connect Firebase to external data sources
Billy's Pick Install firebase-auth-basics and firebase-hosting-basics at the start of every Firebase project. They give Claude the correct patterns for security rules and deployment config out of the box — the two places where beginners get burned most.
Category: Development Workflow

Development Workflow Skills

Debugging, planning, testing, and agent coordination. These are the meta-skills — they make every other build go better.

Skill Installs What It Does
skill-creator155KBuild your own custom skills — the meta-skill for extending the ecosystem
brainstorming111KStructured brainstorming sessions — diverge, converge, prioritize
systematic-debugging64KStep-by-step debugging methodology — reproduce, isolate, fix, verify
writing-plans63KWrite execution plans before building — forces Claude to think before it codes
executing-plans51KExecute plans step by step — tracks progress, confirms completion
subagent-driven-development46KUse subagents for parallel work — spawn multiple agents for independent tasks
verification-before-completion44KVerify work before marking done — Claude checks its own output against requirements
test-driven-development54KTDD workflow for AI agents — write tests first, then make them pass
Billy's Pick systematic-debugging and writing-plans are the two that change how Claude approaches problems. Debugging stops being "Claude guesses" and starts being a structured process. Planning stops Claude from jumping straight to code before thinking the problem through.

See the Full Directory

This page covers Billy's curated picks. The full leaderboard with hundreds of community skills lives at skills.sh.