English

10 Best Claude Skills in 2026 (Tested & Ranked)

Skills turn a general-purpose agent into a specialist — one folder of instructions at a time.

TL;DR: The best Claude skills in 2026 cover six jobs: sales prospecting (Lessie), coding discipline (Superpowers, Karpathy Skills, Caveman), design (frontend-design, artifacts-builder), documents (Anthropic's docx and its sibling document skills), video (Remotion), and building your own tooling (skill-creator, mcp-builder). We installed and ran every one of themplus the contenders that got cut. Lessie ranks first for go-to-market teamsone slash command searches 100+ live data sources with 95% email accuracy.

Anthropic's Agent Skills went from a niche Claude Code feature to an open standard in about a yearand the ecosystem exploded. Community directories now index more than 12,000 skills, which makes finding the best Claude skills a genuine research project. We did that project: we installed and ran more than a dozen contenders, then kept the 10 that earn a slot.

A skill is just a foldera SKILL.md file with instructions, plus optional scriptsthat teaches your agent to do one job the same way every time. Since Anthropic released the format as an open standard in December 2025, the same skill runs in Claude Code, claude.ai, the API, Codex, and Cursor. New to the format? Our full Claude Skills guide covers how skills work under the hood.

This roundup ranks skills by what they produce, not by star counts. Every entry lists an install path, what it's best for, and one honest conbecause a listicle without cons is just an ad.

One command turns Claude into a prospecting engine: the Lessie Skill searches 100+ live data sources with 95% email accuracy, straight from your terminal.
Install the Lessie Skill →

How We Picked These Skills

We installed more than a dozen skills and ran each on real tasks in Claude Codeprospecting runs, refactors, documents, and design passesthen kept only the 10 whose output we would ship. Three criteria decided the ranking.

  • Real output quality does the skill measurably change what the agent produces? We compared runs with and without it installed.
  • Maintenance active commits and compatibility with current agent versions. Abandoned skills rot fast in a format this young.
  • Documentation a clear SKILL.md, install steps that work first try, and honest notes about limits.

The Top Claude Skills of 2026, Ranked

Here are the top Claude skills of 2026 across six categories: sales and GTM, coding workflow, design, documents, video, and builder tools. Lessie leads because it converts the agent you already use into a working prospecting stack.

Sales & GTM

Most skills make Claude better at building software. This one makes it better at finding customers.

1

Lessie Skill

Best for prospecting and GTM research from your terminal
Lessie Skill page showing terminal-based prospecting

The Lessie Skill (GitHub repo LessieAI/lessie-skill) turns Claude Code, Codex, or any MCP-compatible agent into a live prospecting engine. Run /lessie find Engineering Managers at Stripe and it returns real, verified peoplenot stale database rows. Searches sweep 100+ live data sources and come back in about 1.9 seconds on average. See the Lessie Skill page for the full setup.

The skill exposes nine tools: find_people, enrich_people (verified email, phone, LinkedIn, and work history), review_people, find_organizations, enrich_organization, get_company_job_postings, search_company_news, plus a cached, free web_search and web_fetch. That coverage is why users have lifted cold reply rates from 1% to 12% with hyper-personalized outreach built on its data. A free account gets you started, and one unified credit pool means you pay only for what you use. It runs in Codex toosee our Codex skills guide.

The honest con: Lessie is focused on people and company data, so it won't help with coding tasksand enrichment beyond the free tier requires credits plus a Lessie account. For sales, recruiting, and GTM research, though, nothing else on this list comes close.

Best for: SDRs, founders, and GTM engineers who live in an agent
Install: npx skills add LessieAI/lessie-skill -y -g
Notable: 95% email accuracy across 100+ live sources; ~1.9s average search

Coding Workflow & Methodology

These three change how the agent works: one adds process, one adds discipline, one cuts the token bill.

2

Superpowers

Best for making Claude plan and test before it codes
Superpowers skills framework repository

Superpowers, by Jesse Vincent, is a full development methodology encoded as skills: brainstorm the design, write a plan with exact file paths, then execute test-first via /brainstorm, /write-plan, and /execute-plan. It works across Claude Code, Codex, Cursor, and other agents.

The con is the flip side of the pitch: the ceremony is real. For a one-line fix, the brainstorm-plan-execute loop feels like filing paperworkit shines on features, not patches.

Best for: Developers shipping multi-step features with an agent
Install: /plugin marketplace add obra/superpowers-marketplace
Notable: 20+ composable skills; 90K+ GitHub stars per 2026 roundups
3

Andrej Karpathy Skills

Best for reining in overeager agent coding habits
Andrej Karpathy Skills repository

This skill distills Andrej Karpathy's January 2026 observations on LLM coding pitfalls into four enforced principles: Think Before Coding, Simplicity First, Surgical Changes, and Goal-Driven Execution. The agent states assumptions, asks when uncertain, and stops padding diffs with speculative extras.

Worth knowing: Karpathy didn't write itthe community (originally Forrest Chang, now the Multica org) packaged his public notes into a plugin. The ask-first behavior also adds friction on trivial edits.

Best for: Teams tired of speculative, sprawling agent edits
Install: /plugin marketplace add multica-ai/andrej-karpathy-skills
Notable: Crossed 100K GitHub stars within months, per GitHub trending coverage
4

Caveman

Best for cutting token spend on long agent sessions
Caveman token compression skill repository

Caveman, by Julius Brussee, strips narration, filler, and pleasantries from agent replies while keeping code, commands, and errors byte-for-byte intacta measured 65% average output-token cut, per its own benchmark. No telemetry, no backend, zero network calls after install.

The con comes from its own docs: only output tokens shrinkthe skill adds roughly 11.5K input tokens per turnand terse replies can hide reasoning you want when debugging.

Best for: Heavy Claude Code users watching their usage bills
Install: From GitHub: JuliusBrussee/caveman
Notable: 65% average output-token cut, measured in its own benchmark

Design & Frontend

Anthropic's own design skills attack the most common complaint about AI-built UI: it all looks the same.

5

frontend-design

Best for UI that doesn't look AI-generated
Anthropic frontend-design skill in the official skills repository

frontend-design hands Claude a design philosophy before it writes code: commit to one bold directionbrutally minimal, editorial, retro-futuristicthen execute it precisely. It is the most direct antidote to the generic gradient-hero look that screams AI slop.

The con: it has opinions. If your product already has a design system, those bold directions can fight your brandpin your tokens in the prompt first.

Best for: Landing pages, dashboards, and production interfaces
Install: From the anthropics/skills repo or plugin marketplace
Notable: Anthropic official; 277K+ installs reported as of March 2026
6

artifacts-builder

Best for complex interactive claude.ai artifacts
Anthropic artifacts-builder skill in the official skills repository

artifacts-builder teaches Claude the patterns that make complex artifacts work inside claude.aistate, styling, sandbox constraintsso multi-view React apps stop breaking on the second iteration.

The con is scope: if your work lives in a terminal and a repo rather than claude.ai artifacts, this one earns little of its keep.

Best for: Shareable single-page apps and interactive demos
Install: From the anthropics/skills repo
Notable: Patterns tuned to claude.ai artifact constraints

Documents & Office Files

Anthropic's document skills are the production code behind Claude's file abilities, shared in the official repoand worth installing anywhere else skills run. We rank docx as the flagship; its siblings follow the same playbook.

7

docx

Best for Word documents with tracked changes
Anthropic docx skill in the official skills repository

The docx skill creates and edits Word files with real structureheadings, styles, comments, and tracked changesinstead of dumping Markdown into a renamed file. It is the same skill Anthropic runs in production, and it fronts a whole suite: sibling skills xlsx, pptx, and pdf live in the same repo and install the same way. Between them, the four cover spreadsheets with live formulas, editable slide decks, and PDF form-filling, merging, and extractioninstall whichever formats your work actually touches.

One con: unlike most of the repo, the document skillsdocx and its siblings alikeare source-available rather than Apache-licensedread the license before redistributing.

Best for: Contracts, proposals, and reports in .docx
Install: From the anthropics/skills repo (skills/docx)
Notable: The production skill behind document work in Claude apps

Video & Creative

Programmatic video used to mean learning an editor. Now it means describing the video.

8

Remotion Agent Skill

Best for programmatic video with React
Remotion agent skills documentation page

Remotion's official agent skill teaches Claude the framework's patterns for building video as React componentscompositions, timelines, animationsso you can prompt a product launch video and get a rendered MP4 without opening an editor.

The con: rendering is compute-heavy, and while the skill is free, Remotion has a separate company license for larger teamscheck the terms first.

Best for: Product demos, launch videos, and data-driven clips
Install: Official skill via the Remotion docs (remotion.dev)
Notable: Works with Claude Code, Codex, and OpenCode, per Remotion

Skill & MCP Builders

The last two are meta: once skills change how you work, you will want to build your ownthese are Anthropic's official tools for that.

9

skill-creator

Best for turning your SOPs into reusable skills
Anthropic skill-creator skill in the official skills repository

skill-creator is an interactive guide for building skills: it walks you from use-case definition through YAML frontmatter to validation, producing a properly structured SKILL.md instead of a prompt pasted into a file.

The con: it scaffolds structure, not substance. The skill it produces will be exactly as good as your description of the workflow.

Best for: Encoding team workflows the agent can repeat
Install: From the anthropics/skills repo (skills/skill-creator)
Notable: Walks through use case, frontmatter, and validation
10

mcp-builder

Best for building MCP servers without the boilerplate
Anthropic mcp-builder skill in the official skills repository

mcp-builder guides Claude through building high-quality Model Context Protocol servers in Python or TypeScripttool definitions, schemas, and transport wiringso hooking an agent to your internal API stops being a weekend project.

The con: it assumes you already understand MCP conceptsit accelerates builders, it does not replace the learning.

Best for: Connecting agents to internal APIs and services
Install: From the anthropics/skills repo (skills/mcp-builder)
Notable: Guides Python and TypeScript MCP server builds

Best Claude Skills at a Glance

Here is how all 10 of the best Claude skills compare on category, primary use case, and cost:

SkillCategoryBest forFree?
Lessie SkillSales & GTMProspecting from your terminalFree tier + credits
SuperpowersCoding workflowPlan-first, test-first developmentYes
Andrej Karpathy SkillsCoding workflowDisciplined, surgical agent editsYes
CavemanCoding workflowCutting output-token spendYes
frontend-designDesignDistinctive production UIYes
artifacts-builderDesignComplex claude.ai artifactsYes
docxDocumentsWord files with tracked changesYes
Remotion Agent SkillVideoProgrammatic video in ReactSkill free; licensing applies
skill-creatorBuilder toolsBuilding your own skillsYes
mcp-builderBuilder toolsBuilding MCP serversYes
Nine of these skills make Claude better at building. Lessie makes it better at sellingverified contacts from 100+ live sources, and cold reply rates lifted from 1% to 12%.
Try Lessie free →

Claude Skills Examples: What They Look Like in Practice

The fastest way to understand skills is to see the prompts they unlock. These claude skills examples are all single messagesthe skill supplies the process behind each.

  • Prospecting "/lessie find Engineering Managers at Stripe" returns verified people with emails, phones, and work history.
  • Feature work "/brainstorm a rate limiter for our webhooks" kicks off Superpowers' design-plan-execute loop instead of an immediate code dump.
  • Documents "Redline this contract draft" returns a .docx with real tracked changes and comments, not a rewritten wall of text.
  • Video "Turn this changelog into a 30-second launch clip" has Remotion build the video as React components and render an MP4.

Marketing teams chain these the same waydraft assets with the document and design skills, verify contacts with Lessie. Our guide to Claude skills for marketing walks through those stacks.

Where to Find More Claude Skills

Three places cover essentially the entire claude skills library. First, Anthropic's official repository (anthropics/skills on GitHub) holds the production-grade reference skillsfive of our ten picks live there. Second, the plugin marketplace built into Claude Code installs skills with a slash command. Third, the community's awesome claude skills listssearchable on GitHub as awesome-claude-skills, maintained by Composio, travisvn, and othersindex more than 12,000 community skills.

Quality varies wildly outside the official repo. Before installing, open the SKILL.md and skim what it actually instructsit's readable Markdown.

How to Install Claude Skills

Installation takes under a minute for most skills. The skills CLI is the fastest pathour skills CLI guide covers it end to end.

  1. 1
    Add the skill

    Run npx skills add <owner>/<repo>for example, npx skills add LessieAI/lessie-skill -y -g installs the Lessie Skill globally. Prefer marketplaces? Use /plugin marketplace add inside Claude Code, then /plugin install.

  2. 2
    Restart your session

    Agents discover skills at startup. Restart Claude Code (or your Codex or Cursor session) so the new SKILL.md gets picked up.

  3. 3
    Run the command

    Invoke the skill's slash command/lessie find Engineering Managers at Stripe, /brainstormor just describe the task and let the agent load the relevant skill automatically.

FAQ

What are Claude Skills?

Claude Skills are folders of instructions — a SKILL.md file plus optional scripts — that teach an AI agent to perform a specific task the same way every time. Anthropic introduced the format in October 2025 and released it as an open standard in December 2025, so the same skill runs in Claude Code, claude.ai, the API, and agents like Codex and Cursor.

Are Claude skills free?

Most skills are free to install: everything in Anthropic’s official repo and community projects like Superpowers and Caveman cost nothing. Some skills connect to paid services — the Lessie Skill, for example, starts with a free account plus a unified credit pool where you pay only for what you use. See Lessie pricing for details.

What are the best Claude Code skills for developers?

The best Claude Code skills for day-to-day development are Superpowers for plan-first, test-driven execution, the Andrej Karpathy Skills for disciplined and surgical changes, and Caveman for cutting output-token costs on long sessions. Add mcp-builder and skill-creator once you start building your own agent tooling.

Which Claude skill is best for sales and prospecting?

The Lessie Skill is the strongest sales option we tested. One command like /lessie find Engineering Managers at Stripe returns verified people from 100+ live data sources with 95% email accuracy, with enrichment for phones, LinkedIn, and work history. Users have lifted cold reply rates from 1% to 12% with the outreach it enables.

Are third-party Claude skills safe to install?

Treat skills like any dependency. A skill is readable Markdown, so open the SKILL.md and any bundled scripts before installing — you can see exactly what it instructs the agent to do. Prefer maintained repos, be extra careful with skills that ship executables or hooks, and start from Anthropic’s official repo or widely used community projects.

How do I install Claude skills?

Three ways: run npx skills add owner/repo with the skills CLI, install through the plugin marketplace inside Claude Code (/plugin marketplace add, then /plugin install), or copy the skill folder into your agent’s skills directory. Restart the session so the new skill is discovered.

Is there a Claude skills marketplace?

There is no single official store, but three sources cover the ecosystem: the plugin marketplace built into Claude Code, Anthropic’s anthropics/skills repository, and community directories like the awesome-claude-skills lists, which together index more than 12,000 skills.

Turn Claude Into a Prospecting Engine.

Install the Lessie Skill and search 100+ live data sources without leaving your terminal — verified emails, phones, and company signals at 95% accuracy. Free to start, pay only for what you use.

Start for free →

Related Articles