67 Essential Claude Skills: Unlock 100% Potential and Build Your AI Development Team

@ClaudeCode_love
JAPANESE2 months ago ยท Apr 17, 2026
1.3M
2.1K
189
4
5.1K

TL;DR

A comprehensive breakdown of 67 Claude Skills that enhance Claude Code's capabilities across design, development, and business tasks, including a step-by-step installation guide.

Everyone, there are so many Skills that you might be wondering which ones to add, right? ๐Ÿ˜ฑ

Don't worry. This article will solve everything! I promise that by the end, your Claude will become 10 times smarter! ๐Ÿ”ฅ

By the way, do you have these problems when using Claude or Claude Code?

Claude Code Studio - inline image

ใƒปUsing Claude Code but repeating the same explanations every time

ใƒปKnowing the "Skills" feature exists but not knowing what to add

ใƒปWanting to automate the flow from design โ†’ development โ†’ testing โ†’ documentation

ใƒปWanting to use Claude Code as more than just "simple code completion"

Right now, the "67 Claude Skills" post by Mr. Buzzoni (@polydao), an influential figure in the overseas AI and crypto space, is going viral with 1.24 million views ๐Ÿ˜ณ

This time, I will break down and explain that content in an easy-to-understand way ๐Ÿ‘‡

Original post here: https://x.com/polydao/status/2044317956893471081?s=20

โ–  What are ๐—–๐—น๐—ฎ๐˜‚๐—ฑ๐—ฒ ๐—ฆ๐—ธ๐—ถ๐—น๐—น๐˜€ in the first place?

Claude Code Studio - inline image

Most people use Claude Code by "just giving normal instructions." You ask a question, get an answer, and that's it.

But Claude Code has a mechanism called "Skills," and by using this, Claude Code functions as a development team that combines the roles of designer, reviewer, debugger, and document writer.

A Skill is a folder containing a SKILL.md file. This file contains step-by-step instructions on "how to perform a specific task." It can also include constraints, examples, helper scripts, and templates.

Claude Code Studio - inline image

In other words, you no longer need to explain "do this, then do that" every session. Once installed as a Skill, it can be reused forever.

Installation is basically this command:

npx skills@latest add [repository/path]

Claude Code Studio - inline image

Major sources for Skills:

ใƒปAnthropic Official: github.com/anthropics/skills

ใƒปMatt Pocock (over 15,000 stars): github.com/mattpocock/skills

ใƒปCommunity Marketplace (over 66,000 Skills): skillsmp.com

โ–  ๐— ๐—ฒ๐˜๐—ฎ ๐—ฆ๐—ธ๐—ถ๐—น๐—น๐˜€ โ”€โ”€ The "skills to make skills" you should add first

Claude Code Studio - inline image

Meta Skills are the foundation for all other Skills.

๐—ฆ๐—ธ๐—ถ๐—น๐—น ๐—–๐—ฟ๐—ฒ๐—ฎ๐˜๐—ผ๐—ฟ (Extremely useful)

Claude Code Studio - inline image

Benchmarks Claude on your tasks and helps create and improve new Skills based on actual execution results.

How to use: Explain the workflow in bullet points โ†’ Have it propose a SKILL.md draft โ†’ Test 3-5 times and analyze failures โ†’ Let it improve.

Link: github.com/anthropics/skills/tree/main/skills/skill-creator

๐—ช๐—ฟ๐—ถ๐˜๐—ฒ ๐—ฎ ๐—ฆ๐—ธ๐—ถ๐—น๐—น

Guides you on how to write a Skill with proper structure, progressive disclosure, and bundled resources. Once you have a raw draft from Skill Creator, use this to organize the structure.

Install: npx skills@latest add mattpocock/skills/write-a-skill

Link: github.com/mattpocock/skills/tree/main/write-a-skill

๐—™๐—ถ๐—ป๐—ฑ ๐—ฆ๐—ธ๐—ถ๐—น๐—น๐˜€

Search for Skills that fit your use case from public marketplaces like SkillsMP. The golden rule is to look for existing ones and fork them before writing a new Skill.

Marketplace: skillsmp.com

โ–  ๐—ฃ๐—น๐—ฎ๐—ป๐—ป๐—ถ๐—ป๐—ด & ๐——๐—ฒ๐˜€๐—ถ๐—ด๐—ป โ”€โ”€ Skills to prevent "building the wrong thing"

This might be the most important part. Skills in the design phase prevent 80% of rework after development.

Claude Code Studio - inline image

Here are the skills to prevent "building the wrong thing" ๐Ÿ‘‡

Claude Code Studio - inline image

๐—š๐—ฟ๐—ถ๐—น๐—น ๐— ๐—ฒ

Claude asks relentless questions until all branches of the decision tree are resolved. Use this for new features, refactoring, or high-risk migrations.

Install: npx skills@latest add mattpocock/skills/grill-me

You'll be asked about data models, edge cases, failure modes, and relations to existing systems. Answering patiently once prevents firefighting later.

๐—ช๐—ฟ๐—ถ๐˜๐—ฒ ๐—ฎ ๐—ฃ๐—ฅ๐——

Creates a PRD (Product Requirements Document) through interactive interviews, codebase exploration, and modular design, then registers it as a GitHub issue.

Install: npx skills@latest add mattpocock/skills/write-a-prd

๐—ฃ๐—ฅ๐—— ๐˜๐—ผ ๐—ฃ๐—น๐—ฎ๐—ป

Claude Code Studio - inline image

Converts a PRD into a multi-stage implementation plan using the tracer bullet method of vertical slices. It provides an order that actually lowers integration risk, not just task decomposition.

Install: npx skills@latest add mattpocock/skills/prd-to-plan

๐—ฃ๐—ฅ๐—— ๐˜๐—ผ ๐—œ๐˜€๐˜€๐˜‚๐—ฒ๐˜€

Decomposes a PRD into independent GitHub issues with vertical slices and blocking relationships.

Install: npx skills@latest add mattpocock/skills/prd-to-issues

๐——๐—ฒ๐˜€๐—ถ๐—ด๐—ป ๐—ฎ๐—ป ๐—œ๐—ป๐˜๐—ฒ๐—ฟ๐—ณ๐—ฎ๐—ฐ๐—ฒ

Uses parallel sub-agents to generate 3-5 radically different interface designs for a single module. You get multiple options with different trade-offs instead of just one.

Install: npx skills@latest add mattpocock/skills/design-an-interface

๐—ฅ๐—ฒ๐—พ๐˜‚๐—ฒ๐˜€๐˜ ๐—ฅ๐—ฒ๐—ณ๐—ฎ๐—ฐ๐˜๐—ผ๐—ฟ ๐—ฃ๐—น๐—ฎ๐—ป

Creates a detailed refactor plan in small commit units through user interviews and registers them as GitHub issues.

Install: npx skills@latest add mattpocock/skills/request-refactor-plan

โ–  ๐—–๐—ผ๐—ฑ๐—ฒ ๐——๐—ฒ๐˜ƒ๐—ฒ๐—น๐—ผ๐—ฝ๐—บ๐—ฒ๐—ป๐˜ โ”€โ”€ Turning Claude Code into a "disciplined development partner"

Claude Code Studio - inline image

๐—ง๐——๐——

Enforces a strict test-first red-green-refactor loop. First a failing test โ†’ minimal code to pass it โ†’ refactor while maintaining tests.

Install: npx skills@latest add mattpocock/skills/tdd

๐—ง๐—ฟ๐—ถ๐—ฎ๐—ด๐—ฒ ๐—œ๐˜€๐˜€๐˜‚๐—ฒ

A skill for when you have "no idea why it's broken." Explores the codebase to identify the root cause and registers a TDD-based fix plan as a GitHub issue.

Install: npx skills@latest add mattpocock/skills/triage-issue

๐—ค๐—”

Executes a full QA pass on features. Performs issue decomposition with blocking relationships. Use before every PR to identify edge cases and ship without regressions.

Install: npx skills@latest add mattpocock/skills/qa

๐—œ๐—บ๐—ฝ๐—ฟ๐—ผ๐˜ƒ๐—ฒ ๐—–๐—ผ๐—ฑ๐—ฒ๐—ฏ๐—ฎ๐˜€๐—ฒ ๐—”๐—ฟ๐—ฐ๐—ต๐—ถ๐˜๐—ฒ๐—ฐ๐˜๐˜‚๐—ฟ๐—ฒ

Explores architecture improvement points in the codebase. Identifies hotspots, proposes 2-3 refactoring strategies, and provides details on risk, effort, and impact for each.

Install: npx skills@latest add mattpocock/skills/improve-codebase-architecture

๐—ฆ๐˜†๐˜€๐˜๐—ฒ๐—บ๐—ฎ๐˜๐—ถ๐—ฐ ๐——๐—ฒ๐—ฏ๐˜‚๐—ด๐—ด๐—ถ๐—ป๐—ด

A 4-stage debugging methodology that forbids "just changing things." Reproduce โ†’ create minimal failing test โ†’ narrow down root cause โ†’ single fix โ†’ test verification.

Link: github.com/obra/superpowers/tree/main/skills/systematic-debugging

๐—”๐˜‚๐˜๐—ผ-๐—–๐—ผ๐—บ๐—บ๐—ถ๐˜ ๐— ๐—ฒ๐˜€๐˜€๐—ฎ๐—ด๐—ฒ๐˜€

Reads staged diffs and automatically generates Conventional Commit messages including type, scope, and body. No more writing "fix stuff" at 2 AM.

Link: github.com/anthropics/skills/tree/main/skills/auto-commit

๐—–๐—ผ๐—ฑ๐—ฒ ๐—ฅ๐—ฒ๐˜ƒ๐—ถ๐—ฒ๐˜„

Systematic review of security, performance, error handling, and architecture. You can specify focus areas like "security-focused review."

Link: github.com/anthropics/skills

๐—ฆ๐˜‚๐—ฝ๐—ฒ๐—ฟ๐—ฝ๐—ผ๐˜„๐—ฒ๐—ฟ๐˜€

A set of battle-tested Skills for TDD, debugging, refactoring, and execution. Can be used as a default "engineering brain" layer.

Link: github.com/obra/superpowers

โ–  ๐—ง๐—ผ๐—ผ๐—น๐—ถ๐—ป๐—ด & ๐—ฆ๐—ฒ๐˜๐˜‚๐—ฝ โ”€โ”€ "Set it and forget it" skills

Claude Code Studio - inline image

๐—ฆ๐—ฒ๐˜๐˜‚๐—ฝ ๐—ฃ๐—ฟ๐—ฒ-๐—–๐—ผ๐—บ๐—บ๐—ถ๐˜

Sets up Husky pre-commit hooks + lint-staged + Prettier + type checking + tests. Should be run for every new repository.

Install: npx skills@latest add mattpocock/skills/setup-pre-commit

๐—š๐—ถ๐˜ ๐—š๐˜‚๐—ฎ๐—ฟ๐—ฑ๐—ฟ๐—ฎ๐—ถ๐—น๐˜€ ๐—ณ๐—ผ๐—ฟ ๐—–๐—น๐—ฎ๐˜‚๐—ฑ๐—ฒ ๐—–๐—ผ๐—ฑ๐—ฒ

Sets up hooks to block dangerous git commands like push, reset --hard, and clean before execution. An essential safety net if you use Claude Code on production repositories ๐Ÿšจ

Install: npx skills@latest add mattpocock/skills/git-guardrails-claude-code

๐——๐—ฒ๐—ฝ๐—ฒ๐—ป๐—ฑ๐—ฒ๐—ป๐—ฐ๐˜† ๐—”๐˜‚๐—ฑ๐—ถ๐˜๐—ผ๐—ฟ

Scans package.json for old, vulnerable, or abandoned packages and outputs a prioritized fix list.

Link: github.com/ComposioHQ/awesome-claude-skills

โ–  ๐—ช๐—ฟ๐—ถ๐˜๐—ถ๐—ป๐—ด & ๐—ž๐—ป๐—ผ๐˜„๐—น๐—ฒ๐—ฑ๐—ด๐—ฒ โ”€โ”€ Documentation, articles, and terminology

Claude Code Studio - inline image

๐—˜๐—ฑ๐—ถ๐˜ ๐—”๐—ฟ๐˜๐—ถ๐—ฐ๐—น๐—ฒ

Performs editing at the level of restructuring arguments, cutting unnecessary parts, and sharpening points, rather than just "grammar correction."

Install: npx skills@latest add mattpocock/skills/edit-article

๐—จ๐—ฏ๐—ถ๐—พ๐˜‚๐—ถ๐˜๐—ผ๐˜‚๐˜€ ๐—Ÿ๐—ฎ๐—ป๐—ด๐˜‚๐—ฎ๐—ด๐—ฒ

Extracts a DDD (Domain-Driven Design) style ubiquitous language glossary from conversations. Solves the problem of "event," "order," and "user" being used with different meanings within a team. By defining and unifying domain language before writing code, the codebase, documentation, and conversations share the same vocabulary.

Install: npx skills@latest add mattpocock/skills/ubiquitous-language

๐—”๐—ฃ๐—œ ๐——๐—ผ๐—ฐ๐˜‚๐—บ๐—ฒ๐—ป๐˜๐—ฎ๐˜๐—ถ๐—ผ๐—ป ๐—š๐—ฒ๐—ป๐—ฒ๐—ฟ๐—ฎ๐˜๐—ผ๐—ฟ

Reads routes and generates OpenAPI/Swagger documentation with examples, error codes, and auth requirements. For when you've shipped an API but haven't written docs. Done in 30 seconds.

Link: github.com/ComposioHQ/awesome-claude-skills

๐—ข๐—ฏ๐˜€๐—ถ๐—ฑ๐—ถ๐—ฎ๐—ป ๐—ฉ๐—ฎ๐˜‚๐—น๐˜

Search, create, and manage an Obsidian Vault with wikilinks and index notes. Automatically navigates the Vault, creates new notes, and maintains link consistency.

Install: npx skills@latest add mattpocock/skills/obsidian-vault

โ–  ๐—จ๐—œ / ๐——๐—ฒ๐˜€๐—ถ๐—ด๐—ป / ๐—™๐—ฟ๐—ผ๐—ป๐˜๐—ฒ๐—ป๐—ฑ โ”€โ”€ Design skills

Claude Code Studio - inline image

๐—™๐—ฟ๐—ผ๐—ป๐˜๐—ฒ๐—ป๐—ฑ ๐——๐—ฒ๐˜€๐—ถ๐—ด๐—ป

Guides the generation of modern, clean UI.

Link: github.com/anthropics/skills/tree/main/skills/frontend-design

๐—ง๐—ต๐—ฒ๐—บ๐—ฒ ๐—™๐—ฎ๐—ฐ๐˜๐—ผ๐—ฟ๏ฝ™

Generates a complete color palette and theme from a single text prompt. "Calm fintech, trust, dark accents" โ†’ palette with tokens โ†’ apply to Tailwind/CSS variables.

Link: github.com/anthropics/skills/tree/main/skills/theme-factory

๐—ช๐—ฒ๐—ฏ ๐—”๐—ฟ๐˜๐—ถ๐—ณ๐—ฎ๐—ฐ๐˜๐˜€ ๐—•๐˜‚๐—ถ๐—น๐—ฑ๐—ฒ๐—ฟ

Builds interactive dashboards, calculators, and tools from natural language.

Link: github.com/anthropics/skills/tree/main/skills/web-artifacts-builder

๐—•๐—ฟ๐—ฎ๐—ป๐—ฑ ๐—š๐˜‚๐—ถ๐—ฑ๐—ฒ๐—น๐—ถ๐—ป๐—ฒ๐˜€

Enforces brand systems on all new components.

Link: github.com/anthropics/skills/tree/main/skills/brand-guidelines

โ–  ๐—•๐˜‚๐˜€๐—ถ๐—ป๐—ฒ๐˜€๐˜€ / ๐—ฆ๐—ฎ๐—น๐—ฒ๐˜€ / ๐— ๐—ฎ๐—ฟ๐—ธ๐—ฒ๐˜๐—ถ๐—ป๐—ด โ”€โ”€ Business skills

Claude Code Studio - inline image

๐—ฆ๐˜๐—ฟ๐—ถ๐—ฝ๐—ฒ ๐—œ๐—ป๐˜๐—ฒ๐—ด๐—ฟ๐—ฎ๐˜๐—ถ๐—ผ๐—ป

Sets up secure payment flows, webhooks, and subscriptions. Prevents basic API mistakes.

Link: github.com/wshobson/agents/tree/main/plugins/payment-processing/skills/stripe-integration

๐— ๐—ฎ๐—ฟ๐—ธ๐—ฒ๐˜๐—ถ๐—ป๐—ด ๐—ฆ๐—ธ๐—ถ๐—น๐—น๐˜€

A collection of over 20 skills including CRO, copywriting, and email flows.

Link: github.com/coreyhaines31/marketingskills

๐—–๐—น๐—ฎ๐˜‚๐—ฑ๐—ฒ ๐—ฆ๐—˜๐—ข

Full version of technical SEO audits, schema, and on-page optimization.

Link: github.com/AgriciDaniel/claude-seo

๐——๐—ผ๐—บ๐—ฎ๐—ถ๐—ป ๐—ก๐—ฎ๐—บ๐—ฒ ๐—•๐—ฟ๐—ฎ๐—ถ๐—ป๐˜€๐˜๐—ผ๐—ฟ๐—บ๐—ฒ๐—ฟ

Generates product names and checks domain availability. For launching new apps or micro-brands.

Link: github.com/Microck/ordinary-claude-skills/tree/main/skills_all/domain-name-brainstormer

โ–  ๐—ข๐—ณ๐—ณ๐—ถ๐—ฐ๐—ฒ & ๐——๐—ผ๐—ฐ๐˜‚๐—บ๐—ฒ๐—ป๐˜๐˜€ โ”€โ”€ Office skills

Claude Code Studio - inline image

๐—ฃ๐——๐—™ / ๐——๐—ข๐—–๐—ซ / ๐—ฃ๐—ฃ๐—ง๐—ซ / ๐—ซ๐—Ÿ๐—ฆ๐—ซ

Table extraction, form filling, PDF merging, Word editing with track changes, slide deck creation/editing, and creating formulas, pivot tables, and charts from plain text. All provided by Anthropic official.

Link: github.com/anthropics/skills/tree/main/skills/

๐——๐—ผ๐—ฐ ๐—–๐—ผ-๐—”๐˜‚๐˜๐—ต๐—ผ๐—ฟ๐—ถ๐—ป๐—ด

Real-time co-authoring between you and Claude.

Link: github.com/anthropics/skills/tree/main/skills/doc-coauthoring

โ–  ๐— ๐˜‚๐—น๐˜๐—ถ-๐—”๐—ด๐—ฒ๐—ป๐˜ โ”€โ”€ Multi-agent skills

๐—ฆ๐˜๐—ผ๐—ฐ๐—ต๐—ฎ๐˜€๐˜๐—ถ๐—ฐ ๐— ๐˜‚๐—น๐˜๐—ถ-๐—”๐—ด๐—ฒ๐—ป๐˜ ๐—–๐—ผ๐—ป๐˜€๐—ฒ๐—ป๐˜€๐˜‚๐˜€

Generates many sub-agents to solve the same problem and aggregates the answers. For strategic decisions, architecture choices, and risk analysis.

Link: github.com/hungv47/meta-skills

๐— ๐—ผ๐—ฑ๐—ฒ๐—น-๐—ฐ๐—ต๐—ฎ๐˜๏ผˆ๐——๐—ฒ๐—ฏ๐—ฎ๐˜๐—ฒ๏ผ‰

Stress-tests ideas by having multiple Claude instances debate. For when you're torn between 2-3 big bets.

Link: github.com/tommasinigiovanni/conclave

๐—™๐—ถ๐—ฟ๐—ฒ๐—ฐ๐—ฟ๐—ฎ๐˜„๐—น ๐—ฆ๐—ธ๐—ถ๐—น๐—น

Extracts structured data from complex sites that block common scrapers.

Link: github.com/mendableai/firecrawl

โ–  Recommended Installation Order

Claude Code Studio - inline image

The installation order proposed in the original article is quite practical, so I'll introduce it as is:

  1. Start with Meta Skills โ”€โ”€ Install Write a Skill and Skill Creator to be able to create and modify Skills.
  1. Add Planning systems โ”€โ”€ Grill Me, Write a PRD, PRD to Plan, PRD to Issues, Design an Interface. This prevents 80% of rework.
  1. Code safety devices โ”€โ”€ Git Guardrails, Setup Pre-Commit, TDD, Systematic Debugging, Triage Issue. Add to all repositories.
  1. Add Superpowers as a base layer โ”€โ”€ github.com/obra/superpowers
  1. Layer Business skills on top โ”€โ”€ Marketing Skills, Claude SEO, Lead Research, Content Researcher.
  1. Fill gaps with SkillsMP โ”€โ”€ Search skillsmp.com first when you hit a new challenge before making one.
Claude Code Studio - inline image

The important thing is that Skills are not something to "add all of," but to "select and add what you need." Pick one from each section and install it today. In a week, you'll feel like you can't work without them! ๐Ÿ”ฅ

For those who found this article even slightly helpful.

Claude Code Studio - inline image

๐—–๐—น๐—ฎ๐˜‚๐—ฑ๐—ฒ ๐—–๐—ผ๐—ฑ๐—ฒ ๐—ฆ๐˜๐˜‚๐—ฑ๐—ถ๐—ผ @ ๐—๐—ฎ๐—ฝ๐—ฎ๐—ป๏ผˆ@ClaudeCode_love๏ผ‰is

an account run by three Claude Code enthusiasts.

We post daily about practical CLI usage and automation.

Currently co-developing an AI agent with a listed company.

Our usual content ๐Ÿ‘‡

ใƒปReal product development cases using Claude Code and Claude

ใƒปClaude Code usage / Vibe Coding / Organizing development trends

ใƒปLatest information on Claude Code from overseas

From development philosophy to design, implementation, and improvement,

we summarize overseas and primary information to get working products out into the world, not just "finishing the build."

If you're interested, please follow and check us out! ๐Ÿ‘€ I think it'll be useful!

Use YouMind to read viral articles deeply

Save the source, ask focused questions, summarize the argument, and turn a viral article into reusable notes in one AI workspace.

Explore YouMind

More patterns to decode

Recent viral articles

Explore more viral articles