Install Skills Locally
Set up agent skills in your ~/.claude/skills directory with one command. Works with Claude Code, Cursor, and other AI agents.
Quick Start
Choose your preferred installation method
Install All Skills
Run this command to download and install all 70+ skills to your local machine:
curl -fsSL https://raw.githubusercontent.com/ranbot-ai/awesome-skills/main/scripts/install-skills.sh | bashDone!
Skills are installed following the official directory structure:
Your AI agent will automatically discover and use them.
Available Sources
Install skills from trusted repositories
anthropic16+ skillsOfficial Anthropic skills
./scripts/install-skills.sh --source anthropiccomposio16+ skillsCommunity Claude skills
./scripts/install-skills.sh --source composiosuperpowers14+ skillsAgentic development skills
./scripts/install-skills.sh --source superpowersopenhands10+ skillsAI-driven development
./scripts/install-skills.sh --source openhandsCommand Reference
All available commands for managing skills
List Skills
Show all available skills grouped by source
./scripts/install-skills.sh --listSearch Skills
Find skills by name or description
./scripts/install-skills.sh --search dockerSkill Info
Get detailed information about a specific skill
./scripts/install-skills.sh --info code-reviewUpdate Skills
Overwrite existing skills with latest versions
./scripts/install-skills.sh --updateUninstall / Clean
Remove specific skills or all installed skills
./scripts/install-skills.sh --uninstall skill-name./scripts/install-skills.sh --cleanConfiguration
Customize the installation behavior
Environment Variables
| Variable | Default | Description |
|---|---|---|
CLAUDE_SKILLS_DIR | ~/.claude/skills | Override the default skills installation directory |
Example: Install skills to a custom directory
CLAUDE_SKILLS_DIR=~/my-skills ./scripts/install-skills.shRequirements
What you need to run the install script
Required
curl- For downloading filesbash- Shell interpreter
Recommended
jq- For better JSON parsing & search
Install jq: brew install jq (macOS) or apt install jq (Linux)
Ready to Get Started?
Browse all available skills or install them right now
Quick install - run this in your terminal:
curl -fsSL https://raw.githubusercontent.com/ranbot-ai/awesome-skills/main/scripts/install-skills.sh | bash