claude-code-skills
Original:🇺🇸 English
Translated
Guide for Claude Code skills installation, usage, and development. Use when working with Claude Code specific features, paths, and conventions.
1installs
Sourcegmh5225/awesome-skills
Added on
NPX Install
npx skill4agent add gmh5225/awesome-skills claude-code-skillsTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Claude Code Skills
Scope
Use this skill when:
- Installing skills for Claude Code
- Developing Claude Code specific skills
- Understanding Claude Code skill discovery
Installation Paths
- Project scope: in project root
.claude/skills/ - User scope:
~/.claude/skills/
Claude Code auto-discovers skills from these directories.
Installing Skills
From GitHub Repository
bash
# Clone to project
git clone https://github.com/user/skill-repo .claude/skills/skill-name
# Or clone to user directory
git clone https://github.com/user/skill-repo ~/.claude/skills/skill-nameManual Installation
- Create skill folder in
.claude/skills/ - Add with frontmatter
SKILL.md - Restart Claude Code to pick up new skills
Verifying Installation
bash
# List installed skills
ls ~/.claude/skills/
# Check skill metadata
head ~/.claude/skills/skill-name/SKILL.mdUsing Skills
Skills activate automatically based on your request context. You can also:
- Mention skill name explicitly in your prompt
- Use to bootstrap context for a repository
/init
Official Skills Repository
Key Official Skills
| Skill | Purpose |
|---|---|
| docx | Word document manipulation |
| xlsx | Excel spreadsheet operations |
| pptx | PowerPoint presentations |
| PDF extraction and creation | |
| webapp-testing | Playwright-based web testing |
| mcp-builder | Create MCP servers |
| skill-creator | Interactive skill creation |
Claude Code Commands
- - Initialize project context
/init - Skills auto-load when relevant to your task
Best Practices
- Keep skills focused on specific tasks
- Use progressive disclosure for large reference files
- Include scripts for automation
- Test skills in isolated environments first
Full Resource List
For more detailed Claude Code skill resources, complete link lists, or the latest information, use WebFetch to retrieve the full README.md:
https://raw.githubusercontent.com/gmh5225/awesome-skills/refs/heads/main/README.mdThe README.md contains the complete categorized resource list with all links.