How to Install Claude Skills in Claude Code, Cursor & Windsurf
Claude Skills are SKILL.md files that teach your AI assistant how to perform specific tasks. This guide covers three ways to install them — from the easiest (copy-paste) to the most flexible (git clone).
Method 1: AI-Ready Prompt (Recommended)
The fastest way to install a skill. Every skill on ImAiFox has an AI-ready install prompt you can copy and paste directly into your AI assistant.
- Find the skill on ImAiFox's Skills directory
- Click the copy button on the install prompt
- Paste it into Claude Code, Cursor, or Windsurf
- The AI will download the SKILL.md file, place it in the correct directory, and confirm the installation
This method works because the AI-ready prompt includes all the context your assistant needs — the repository URL, file location, and installation instructions.
Method 2: Manual Download
If you prefer to install skills manually:
- Navigate to the skill's GitHub repository
- Download the SKILL.md file
- Place it in your project's skills directory:
- Claude Code:
.claude/skills/SKILL.md - Cursor:
.cursor/skills/SKILL.md - Windsurf:
.windsurf/skills/SKILL.md
- Claude Code:
- Restart your AI assistant or reload the window
Method 3: Git Clone
For skills that include companion files (templates, configs, examples):
- Clone the skill's repository:
git clone <repo-url> - Copy the relevant files to your project's skills directory
- Some skills include a setup script — check the README for instructions
Verifying Installation
After installing a skill, verify it's working:
- Restart Claude Code (or reload the window in Cursor/Windsurf)
- Ask your AI assistant about the skill — e.g., "What skills do you have available?"
- Try using the skill on a relevant task to confirm it's loaded correctly
Troubleshooting
- Skill not detected: Make sure the file is in the correct directory and named exactly SKILL.md (case-sensitive)
- Wrong behavior: Check that you installed the complete skill — some skills reference companion files that must also be present
- Multiple skills conflict: If two skills give contradictory instructions, the AI will try to reconcile them. Consider removing the less relevant skill
Ready to find your first skill? Browse 800+ Claude Skills on ImAiFox — sorted by popularity, verified from GitHub.
