A collection of plugins for Claude Code.
| Plugin | Description |
|---|---|
| skill-finder | Analyze projects, search for AI skills, and install them |
/plugin marketplace add https://github.com/azyu/claude-plugin.git/plugin install skill-finder@claude-plugin/skill-finder:search # Analyze project and recommend skills
/skill-finder:search React # Search for React-related skills
/skill-finder:search UI/UX design # Search for UI/UX design skills
/skill-finder:search test automation # Search for testing skills
- Project Analysis - Detects tech stack from config files
- Search - Finds relevant skills from curated sources
- Recommend - Shows top skills matching your project
- Install Prompt - Asks which skill to install
- Scope Selection - Choose project or user scope
- Install - Downloads and installs the selected skill
| Scope | Path | Use Case |
|---|---|---|
| Project | .claude/skills/ |
Project-specific skills |
| User | ~/.claude/skills/ |
Global skills for all projects |
| Source | Skills | URL |
|---|---|---|
| antigravity-awesome-skills | 238+ | https://github.com/sickn33/antigravity-awesome-skills |
| ui-ux-pro-max-skill | UI/UX | https://github.com/nextlevelbuilder/ui-ux-pro-max-skill |
| skills.sh | Community | https://skills.sh |
MIT