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 →madrank8/ai-citation-auditor
Free, dependency-free Claude skill that predicts whether AI answer engines will cite a page (GEO/AEO), with a prioritized fix list. Runs on native web tools, no paid APIs.
$ npx skills add madrank8/ai-citation-auditorsoftaworks/command-creator
This skill should be used when creating a Claude Code slash command. Use when users ask to "create a command", "make a slash command", "add a command", or want to document a workflow as a reusable command. Essential for creating optimized, agent-executable slash commands with proper structure and best practices.
$ npx skills add softaworks/agent-toolkitsoftaworks/plugin-forge
Create and manage Claude Code plugins with proper structure, manifests, and marketplace integration. Use when creating plugins for a marketplace, adding plugin components (commands, agents, hooks), bumping plugin versions, or working with plugin.json/marketplace.json manifests.
$ npx skills add softaworks/agent-toolkitpytorch/skill-writer
Guide users through creating Agent Skills for Claude Code. Use when the user wants to create, write, author, or design a new Skill, or needs help with SKILL.md files, frontmatter, or skill structure.
$ npx skills add pytorch/pytorchneilwashere/claude-skills
Just a few personal preference skills
$ npx skills add neilwashere/claude-skillsnexadevapp/nexa-claude-skills-marketplace
Nexa Agentic Engineering Marketplace
$ npx skills add nexadevapp/nexa-claude-skills-marketplacesoftaworks/daily-meeting-update
Interactive daily standup/meeting update generator. Use when user says 'daily', 'standup', 'scrum update', 'status update', 'what did I do yesterday', 'prepare for meeting', 'morning update', or 'team sync'. Pulls activity from GitHub, Jira, and Claude Code session history. Conducts 4-question interview (yesterday, today, blockers, discussion topics) and generates formatted Markdown update.
$ npx skills add softaworks/agent-toolkitofirdamr/claude-skills-
Skills for Claude made by Ofir damri
$ npx skills add ofirdamr/claude-skills-omerycll/claude-aso
Recently updated agent-skill-related GitHub repository: omerycll/claude-aso.
$ npx skills add omerycll/claude-asoashu2012/claude-skill-connectors-plugins
Recently updated agent-skill-related GitHub repository: ashu2012/claude-skill-connectors-plugins.
$ npx skills add ashu2012/claude-skill-connectors-pluginspablolok/claude-skills
a repository to upload gemini skills
$ npx skills add pablolok/claude-skillspaulingram/claude-skills
Recently updated agent-skill-related GitHub repository: paulingram/claude-skills.
$ npx skills add paulingram/claude-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.