Awesome Claude Code Skills
The largest directory of Claude Code agent skills. Install coding tools, automation workflows, and developer plugins that extend Claude's capabilities with structured SKILL.md files.
What Are Claude Code Skills?
Claude Code skills are reusable instruction sets packaged as SKILL.md files that teach Claude how to perform specialized tasks. They extend Claude's capabilities beyond its default training, giving it domain expertise in specific tools, frameworks, and workflows.
- ✓Extend Claude with domain-specific expertise
- ✓Automate repetitive development tasks
- ✓Structured prompts for consistent, high-quality output
- ✓Reusable across projects and teams
- ✓Git-friendly — version control your AI skills
- ✓Compatible with Claude Code, Codex, and Cursor
- ✓Community-driven — 1,000+ skills and growing
- ✓One-line install via npx skills add
Featured Claude Code Skills
View all →winbeau/self-skills
Personal Claude Code and Codex skills, including the idea research pipeline and XJU DOCX tooling.
$ npx skills add winbeau/self-skillswuisabel-gif/elegance
A Claude skill for building beautiful PHP + Bootstrap websites (or converting static HTML to PHP).
$ npx skills add wuisabel-gif/elegancegiuseppe-trisciuoglio/github-issue-workflow
Provides a structured 8-phase workflow for resolving GitHub issues in Claude Code. Covers fetching issue details, analyzing requirements, implementing solutions, verifying correctness, performing code review, committing changes, and creating pull requests. Use when user asks to resolve, implement, work on, fix, or close a GitHub issue, or references an issue URL or number for implementation.
$ npx skills add giuseppe-trisciuoglio/developer-kitgiuseppe-trisciuoglio/aws-sdk-java-v2-bedrock
Provides Amazon Bedrock patterns using AWS SDK for Java 2.x. Invokes foundation models (Claude, Llama, Titan), generates text and images, creates embeddings for RAG, streams real-time responses, and configures Spring Boot integration. Use when asking about Bedrock integration, Java SDK for AI models, AWS generative AI, Claude/Llama invocation, embeddings for RAG, or Spring Boot AI setup.
$ npx skills add giuseppe-trisciuoglio/developer-kitthejesh23/ai-plugin-rankings
Daily-updated star rankings of AI coding assistant plugins (Claude Code, Cursor, GitHub Copilot, Codex CLI)
$ npx skills add thejesh23/ai-plugin-rankingsraphaelchristi/harness-evolver
Automated harness evolution for AI agents. A Claude Code plugin that iteratively optimizes system prompts, routing, retrieval, and orchestration code using full-trace counterfactual diagnosis. Based on Meta-Harness (Lee et al., 2026).
$ npx skills add raphaelchristi/harness-evolveraiskillstore/marketplace
Security-audited skills for Claude, Codex & Claude Code. One-click install, quality verified.
$ npx skills add aiskillstore/marketplacePanGan21/clean-architecture-claude-skills
Clean Architecture primitives for Claude Code — skills for reviewing, writing use cases, inverting dependencies, and generating tests. Works with any OO language.
$ npx skills add PanGan21/clean-architecture-claude-skillsget-zeked/perplexity-super-skills
Complete collection of 12 Perplexity Computer Super-Skills merging Perplexity + Claude Code capabilities across AI agents, dev, marketing, sales, finance, legal, PM, ops, research, content, security, and token efficiency.
$ npx skills add get-zeked/perplexity-super-skillsproject-development
This skill should be used for project-level decisions about LLM-powered systems: whether an LLM is the right primitive for the task at hand, the shape of a multi-stage batch or agent pipeline, token and cost estimation, choosing between single-agent and multi-agent at the project level, structured output design for downstream parsing, and structuring agent-assisted iteration. Use this when the unit of work is a whole project or a multi-stage pipeline. Route individual tool design to tool-design and individual skill-loading or context-budget tactics to context-optimization.
$ npx skills add muratcankoylan/Agent-Skills-for-Context-EngineeringasiNgjela/claude-codex-mcp-starter
🤖 Streamline AI assistant integration with templates for effective collaboration and project-specific configurations in your development workflow.
$ npx skills add asiNgjela/claude-codex-mcp-startercognitedata/skill-creator
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch for Claude Code or Cursor, update or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
$ npx skills add cognitedata/builder-skillsHow to Install Claude Code Skills
Install with add-skill (recommended)
The fastest way to install any skill. This clones the skill repo and sets up the SKILL.md in your workspace.
npx skills add anthropics/skills
Or clone manually from GitHub
Clone the skill repository and copy the SKILL.md file to your Claude Code skills directory.
git clone https://github.com/author/skill-repo cp skill-repo/SKILL.md ~/.claude/skills/
Use the skill in Claude Code
Once installed, Claude Code automatically loads the skill when you start a new session. The skill's instructions are injected into Claude's context, giving it specialized capabilities.