con un clic
claude-code-skills
// Guide for Claude Code skills installation, usage, and development. Use when working with Claude Code specific features, paths, and conventions.
// Guide for Claude Code skills installation, usage, and development. Use when working with Claude Code specific features, paths, and conventions.
Guide for AI Agents and LLM development skills including RAG, multi-agent systems, prompt engineering, memory systems, and context engineering.
Guide for development and code tools skills including document processing, browser automation, testing frameworks, and IDE integrations.
Guide for marketing and growth skills including SEO, copywriting, CRO, email campaigns, paid ads, and product launch strategies.
Guide for understanding and contributing to the awesome-skills curated resource list. Use this skill when adding resources, organizing categories, or maintaining README.md consistency (no duplicates).
Guide for multi-platform skill compatibility across Claude Code, Codex, Gemini CLI, Cursor, GitHub Copilot, and other AI coding agents.
Guide for security-related Agent Skills including penetration testing, code auditing, threat hunting, and forensics skills.
| name | claude-code-skills |
| description | Guide for Claude Code skills installation, usage, and development. Use when working with Claude Code specific features, paths, and conventions. |
Use this skill when:
.claude/skills/ in project root~/.claude/skills/Claude Code auto-discovers skills from these directories.
# 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-name
.claude/skills/SKILL.md with frontmatter# List installed skills
ls ~/.claude/skills/
# Check skill metadata
head ~/.claude/skills/skill-name/SKILL.md
Skills activate automatically based on your request context. You can also:
/init to bootstrap context for a repository| 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 |
/init - Initialize project contextFor 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.md
The README.md contains the complete categorized resource list with all links.