Discover and install useful Claude Code plugins for your project. Recommends based on your tech stack.
Discover and install Claude Code plugins (also called "skills packages") that enhance your workflow.
/explore-plugins
Scan the project to understand what technologies are in use:
package.json, Cargo.toml, go.mod, pyproject.toml, etc.Search for relevant skills/plugins:
github.com/anthropics/skillsgithub.com for claude-code skills [tech-stack]github.com/vercel-labs/skillsShow the user a categorized list:
## Recommended Plugins for Your Project
Based on your stack: [detected stack]
### Highly Recommended
1. **[name]** — [description]
Installs: [N] | Source: [owner/repo]
Why: [reason this is relevant to their project]
### Nice to Have
2. **[name]** — [description]
Installs: [N] | Source: [owner/repo]
Why: [reason]
### Meta / Utility
3. **find-skills** — Discover more skills on demand
Installs: 179K+ | Source: vercel-labs/skills
4. **skill-creator** — Create your own skills from workflows
Installs: 28K+ | Source: anthropics/skills
Which would you like to install? (e.g., "1,3,4")
For each selected plugin, install using the skills CLI:
npx skills add <owner/repo>
This installs the skill to .claude/skills/.
If npx skills is not available, fall back to manual installation:
.claude/skills/<skill-name>/SKILL.mdAfter installation:
.claude/skills//[skill-name]List all currently installed skills:
## Installed Skills
- [name]: [description] (source: [where it came from])
- [name]: [description] (source: custom/local)