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 →truongnat/tester-skills
Practical Claude skills for manual testers: requirement review, test case design, bug investigation, and reporting workflows.
$ npx skills add truongnat/tester-skillsluca-mom/claude-sql-to-report
A claude skill to analyze the output of an SQL query over a database.
$ npx skills add luca-mom/claude-sql-to-reportshimo4228/search-first
Claude Code skill: forces agents to research existing solutions before building — reduces reinvention
$ npx skills add shimo4228/search-firstmonkilabs/opencastle
Multi agens orchestration setup for Github Copilot, Cursor, Claude Code, OpenCode, Windsurf, Codex and Antigravity.
$ npx skills add monkilabs/opencastleinvestorthm-ops/Grundsteuer-app
Bundesweite Transparenz für kommunale Hebesätze (Grundsteuer A/B, Gewerbesteuer). Next.js 16 + Supabase + Claude Skill Pipeline.
$ npx skills add investorthm-ops/Grundsteuer-applaunchdarkly/mcp-configure
Configure the LaunchDarkly hosted MCP server during onboarding. Use when the parent LaunchDarkly onboarding skill reaches Step 4 (MCP). Supports Cursor, Claude Code, Windsurf, GitHub Copilot, and other MCP-compatible agents. OAuth authentication; no API keys for the hosted server.
$ npx skills add launchdarkly/agent-skillsNova1390/obsidian-memory-closeout
Privacy-first agent skill for curated Obsidian memory closeouts, retrieval, Codex, and Claude
$ npx skills add Nova1390/obsidian-memory-closeoutReysGG/Claude-Skills-Expert
GitHub repository ReysGG/Claude-Skills-Expert updated in the last 24 hours.
$ npx skills add ReysGG/Claude-Skills-Expertliush2yuxjtu/html-artifacts
Claude skill: build a self-contained interactive HTML artifact (report/deck/flowchart/prototype/editor UI), save to ~/.claude/artifacts, pop it open. Bundles 20 Apache-2.0 examples from ThariqS/html-effectiveness.
$ npx skills add liush2yuxjtu/html-artifactsMarcel-Bich/marcel-bich-claude-marketplace
A collection of mainly my own productivity plugins for Claude Code.
$ npx skills add Marcel-Bich/marcel-bich-claude-marketplaceood-labs/agent-workflow-bundle
Portable agent workflow bundle for Codex, Claude Code, skills, playbooks, and project scaffolding
$ npx skills add ood-labs/agent-workflow-bundledull-bird/changde-dialect-skill
常德方言 Agent Skill:说常德话跟 Claude Code / Codex / OpenClaw 聊天,基于常德方言词语汇1000整理
$ npx skills add dull-bird/changde-dialect-skillHow 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.