Awesome Claude Skills: The Complete Searchable List (2026)
Every major Claude Code skills list and awesome-claude-code repository in one place — with install commands, categories, and a searchable directory for all 370+ skills.
There are five serious community-maintained lists of Claude skills on GitHub. Between them, they index hundreds of skills across development, marketing, finance, research, and more. This post maps all of them, pulls out the best skills by category, and gives you the install commands so you don’t have to find the raw file yourself.
If you want to search or filter by profession instead of scrolling, the full directory is at findskills.co/skills — it indexes 370+ skills from these same sources with full-text search and audience filtering.
The major awesome lists
These are the repositories worth bookmarking. Each has a different focus.
hesreallyhim/awesome-claude-code — 31k stars
The most-linked Claude Code resource on the internet. Goes beyond skills into the full Claude Code ecosystem: hooks, slash-commands, CLAUDE.md files, status lines, alternative clients, IDE integrations, and usage monitors. If you want the complete picture of what Claude Code can do, this is the starting point.
Best for: Claude Code power users who want to customise the full environment, not just install skills.
VoltAgent/awesome-agent-skills — 12.6k stars
680+ skills from real engineering teams — Anthropic, Supabase, Google, Stripe, Cloudflare, Netlify, and more. Explicitly anti-spam: only lists skills authored by the companies behind the tools, not mass AI-generated entries.
Best for: Developers who want skills built by the people who made the underlying tools.
ComposioHQ/awesome-claude-skills — 47.4k stars
The largest star count of any Claude skills list. Focuses on enterprise SaaS integrations via Composio — CRM, project management (Jira, Linear, Asana), communication tools (Slack, Teams), e-commerce (Shopify, Stripe), social media automation. Note: most skills here depend on Composio to run.
Best for: Teams that want pre-built Claude workflows connected to SaaS platforms.
BehiSecc/awesome-claude-skills — 7.8k stars
122+ skills across 13 categories. Broadest domain coverage of any list — includes scientific research, bioinformatics, media processing (video, audio, image), and security tools alongside the standard dev/marketing categories. Also indexes meta-collections like Agent Almanac.
Best for: Users who need coverage beyond software development — research, media, or life sciences.
travisvn/awesome-claude-skills — community maintained
A clean, focused list organised by workflow type. Smaller than the others but well-curated and easy to scan.
The best skills by category
All install commands work with Claude Code. Prefix with bunx or pnpm dlx instead of npx if you prefer those package managers.
Development
RAG Architect — design retrieval-augmented generation systems: chunking strategy, embedding model selection, vector database choice, retrieval pipeline architecture.
npx skills add alirezarezvani/claude-skills --skill engineering/rag-architect
Senior Backend Engineer — production-quality backend code with architecture decisions, security considerations, and scalability built in.
npx skills add alirezarezvani/claude-skills --skill engineering/senior-backend-engineer
MCP Builder — design and implement Model Context Protocol servers from scratch.
npx skills add alirezarezvani/claude-skills --skill engineering/mcp-builder
Agent Designer — architect multi-agent systems: agent roles, communication patterns, tool selection, failure handling.
npx skills add alirezarezvani/claude-skills --skill engineering/agent-designer
Engineering Incident Response — structured incident workflow: triage, communications, mitigation, postmortem. Triggers on “we have an incident” or “production is down”.
npx skills add anthropics/knowledge-work-plugins --skill engineering
CI/CD Pipeline Builder — production pipeline configs for GitHub Actions, GitLab CI, and CircleCI.
npx skills add alirezarezvani/claude-skills --skill engineering/ci-cd-pipeline-builder
Code Reviewer — structured code review covering correctness, security, performance, and maintainability.
npx skills add alirezarezvani/claude-skills --skill engineering/code-reviewer
TDD Guide — test-driven development workflow: red-green-refactor cycle, test structure, coverage strategy.
npx skills add alirezarezvani/claude-skills --skill engineering/tdd-guide
DevOps & Infrastructure
Senior DevOps Engineer — CI/CD architecture, Kubernetes decisions, IaC patterns, infrastructure tradeoffs.
npx skills add alirezarezvani/claude-skills --skill engineering-team/senior-devops
AWS Solution Architect — AWS service selection, architecture patterns, cost optimisation, security configuration.
npx skills add alirezarezvani/claude-skills --skill devops/aws-solution-architect
Observability Designer — monitoring strategy, alerting rules, SLO/SLA definition, dashboard design.
npx skills add alirezarezvani/claude-skills --skill devops/observability-designer
Engineering Deploy Checklist — pre-deploy validation: migrations, rollback plan, monitoring, communication.
npx skills add alirezarezvani/claude-skills --skill engineering/engineering-deploy-checklist
Marketing
Page CRO Optimizer — conversion rate analysis for any marketing page with prioritised, specific improvements.
npx skills add alirezarezvani/claude-skills --skill marketing-skill/page-cro
Cold Email Writer — B2B outreach sequences: subject lines, opening lines, body copy, multi-touch follow-up.
npx skills add alirezarezvani/claude-skills --skill marketing-skill/cold-email
Copywriting — homepage, landing pages, pricing pages, feature descriptions, headlines, CTAs.
npx skills add alirezarezvani/claude-skills --skill marketing-skill/copywriting
AI SEO Optimizer — optimise content to get cited by ChatGPT, Perplexity, and AI Overviews.
npx skills add alirezarezvani/claude-skills --skill marketing-skill/ai-seo
Pricing Strategy Advisor — tier structure, value metrics, packaging, and willingness-to-pay research.
npx skills add alirezarezvani/claude-skills --skill marketing-skill/pricing-strategy
Launch Strategy — product and feature launch planning: timing, channel sequencing, announcement copy, execution.
npx skills add alirezarezvani/claude-skills --skill marketing-skill/launch-strategy
Content Strategy — editorial planning, topic clusters, content calendar, distribution strategy.
npx skills add coreyhaines31/marketingskills --skill content-strategy
SEO Audit — technical SEO audit: crawlability, on-page issues, schema, Core Web Vitals, site architecture.
npx skills add coreyhaines31/marketingskills --skill seo-audit
Data & Analysis
Data Analyze — answer data questions from quick lookups to full analyses with trend decomposition and stakeholder-ready reports.
npx skills add anthropics/knowledge-work-plugins --skill data
Senior Data Scientist — statistical analysis, model selection, feature engineering, result interpretation.
npx skills add alirezarezvani/claude-skills --skill data-analytics/senior-data-scientist
Data Build Dashboard — interactive HTML dashboards with charts, filters, and tables from query results. No BI tool required.
npx skills add anthropics/knowledge-work-plugins --skill data
A/B Test Setup — hypothesis writing, sample size calculation, variant design, results interpretation.
npx skills add alirezarezvani/claude-skills --skill marketing-skill/ab-test-setup
Finance & Investment
Financial Analyst — financial modelling, valuation, ratio analysis, and investment assessment.
npx skills add alirezarezvani/claude-skills --skill financial-analysis/financial-analyst
Investment Banking Pitch Deck — IM and pitch deck structure, narrative, and financial story for M&A and fundraising.
npx skills add alirezarezvani/claude-skills --skill investment-banking/investment-banking-pitch-deck
Private Equity Deal Screening — initial deal assessment: market sizing, business model quality, financial health, fit with investment thesis.
npx skills add alirezarezvani/claude-skills --skill private-equity/private-equity-deal-screening
Legal
Legal Review Contract — contract review for risks, missing clauses, unfavourable terms, and negotiation points.
npx skills add alirezarezvani/claude-skills --skill legal/legal-review-contract
Legal Triage NDA — fast NDA review: key terms, red flags, standard vs non-standard provisions.
npx skills add alirezarezvani/claude-skills --skill legal/legal-triage-nda
Legal Risk Assessment — identify legal exposure across contracts, operations, IP, employment, and compliance.
npx skills add alirezarezvani/claude-skills --skill legal/legal-legal-risk-assessment
Leadership & Strategy
CEO Advisor — strategic decision-making, organisational development, and board-level thinking.
npx skills add alirezarezvani/claude-skills --skill c-level-advisor/ceo-advisor
Chief of Staff — executive support: meeting prep, stakeholder communications, initiative tracking.
npx skills add alirezarezvani/claude-skills --skill leadership/chief-of-staff
Scenario War Room — stress-test strategic decisions against multiple future scenarios before committing.
npx skills add alirezarezvani/claude-skills --skill leadership/scenario-war-room
HR & People
Human Resources Performance Review — structured performance review writing: achievements, development areas, ratings, growth plan.
npx skills add anthropics/knowledge-work-plugins --skill human-resources
Human Resources Recruiting Pipeline — job description writing, screening criteria, interview structure, and evaluation rubrics.
npx skills add anthropics/knowledge-work-plugins --skill human-resources
Culture Architect — design team culture: values, rituals, norms, and the systems that make culture real.
npx skills add alirezarezvani/claude-skills --skill leadership/culture-architect
Productivity & Writing
Senior Prompt Engineer — write, evaluate, and optimise prompts for any model or use case.
npx skills add alirezarezvani/claude-skills --skill productivity/senior-prompt-engineer
Content Research Writer — long-form research-backed content from outline to polished draft.
npx skills add alirezarezvani/claude-skills --skill writing/content-research-writer
Doc Coauthoring — collaborative document writing with structured section drafting, feedback integration, and version tracking.
npx skills add anthropics/knowledge-work-plugins --skill productivity
Where these skills come from
The skills above are sourced from these GitHub repositories:
- anthropics/knowledge-work-plugins — Anthropic’s official collection. 108 skills for engineering, data, operations, HR, sales, legal, and productivity.
- alirezarezvani/claude-skills — the largest community-built collection. 143 skills across marketing, engineering, finance, and business.
- coreyhaines31/marketingskills — 33 marketing skills covering SEO, CRO, copywriting, launch strategy, and growth.
- anthropics/skills — 17 official Anthropic skills including brand guidelines, PPTX generation, and internal comms.
- ComposioHQ/awesome-claude-skills — SaaS integration automations via Composio.
Browse and search everything
The skills above are a curated selection. The full directory — 370+ skills with search, category filters, and audience filters — is at findskills.co/skills.
Filter by your profession: Developers · Founders · Marketers · Lawyers · Finance · HR Teams · Sales · Writers
Or browse curated Skill Stacks — collections of 6–10 skills that work together for a specific workflow.
→ The best free Claude skills on GitHub, organized by use case
📬 Weekly digest
Get the best new skills every Tuesday
3–5 hand-picked skills. Free forever.
More guides
April 4, 2026 · 8 min read
The CEO of Y Combinator Ships 10,000 Lines of Code a Day. Here's Exactly How.
Garry Tan runs one of the most demanding jobs in tech. He's also shipping more code than ever. gstack — his open-source Claude Code system — is how. Here's what it is and why it works.
March 25, 2026 · 7 min read
How to Create a Claude Skill (Step-by-Step Guide)
Learn how to build, test, and share your own Claude Code skills. A complete walkthrough — from blank file to installed skill — with real examples and best practices.
March 23, 2026 · 10 min read
33 Marketing Skills by Corey Haines: CRO, SEO, Copywriting, and Growth
A complete guide to the coreyhaines31/marketingskills library — 33 Claude Code skills covering the full marketing stack from conversion optimization to organic growth to sales enablement.