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 →DuyDan1305/claude-code-memory-setup
Reduce token usage and add long-term memory to Claude Code using Obsidian and Graphify for efficient codebase awareness.
$ npx skills add DuyDan1305/claude-code-memory-setupwarren830/super-aidlc
Structured AI development skill combining AIDLC-workflows + Superpowers + gstack. Supports Kiro and Claude Code.
$ npx skills add warren830/super-aidlcmytricker0/my-claude-skills
Auto-synced Claude Code skills & config
$ npx skills add mytricker0/my-claude-skillsHanGe88/huashu-ai-use-advisor
非官方 Claude Code Skill:基于花叔公开作品蒸馏的 AI 使用方法论顾问
$ npx skills add HanGe88/huashu-ai-use-advisormatriiix67/ohmyskills
claude/codex skills
$ npx skills add matriiix67/ohmyskillsphj6688/linear-issue-craft
Portable Claude Code skill for writing high-signal Linear issues (epics, stories, hardening tickets) in any workspace.
$ npx skills add phj6688/linear-issue-craftizzidescendent834/skill-builder
Build reusable skills from shell, git, browser, and Claude logs to spot patterns and install slash commands in your AI tools
$ npx skills add izzidescendent834/skill-builderjgsystemsconsulting/jgs-goal-spec
Turn a rough idea into a hardened engineering spec: goal-formatter -> goal-spec -> spec-review. Tool-agnostic Claude Code skills.
$ npx skills add jgsystemsconsulting/jgs-goal-specAmit06/claude-diary-skill
A Claude Code skill that logs sessions as structured diary entries in an Obsidian vault
$ npx skills add Amit06/claude-diary-skillChristosPat/my-claude-skills
Personal library with Claude skills and prompts
$ npx skills add ChristosPat/my-claude-skillsyour2025-hub/KillBug
6-round industrial code review pipeline skill for Claude Code
$ npx skills add your2025-hub/KillBuggtd-bhaskar/claude-skill
Recently updated AI agent skill repository: gtd-bhaskar/claude-skill
$ npx skills add gtd-bhaskar/claude-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.