@tarangchokshi/claude-skills
v1.0.4
Published
Install and manage Agent Skills for Claude Code and other AI coding assistants. Searches skills.sh registry.
Maintainers
Readme
claude-skills
Install and manage Agent Skills for Claude Code and other AI coding assistants.
Searches the skills.sh registry.
Built by Tarang Chokshi · github.com/tarangchokshi
Install
npm install -g @tarangchokshi/claude-skills
# or just use npx
npx @tarangchokshi/claude-skillsCommands
Search skills from skills.sh
npx claude-skills search frontend
npx claude-skills search "python testing"
npx claude-skills search pdf --limit 5Install a skill
# Install for Claude Code (default, global)
npx claude-skills install tarangchokshi/claude-plugins/skills-discovery
# Install for a specific client
npx claude-skills install tarangchokshi/claude-plugins/skills-discovery --client cursor
# Install for current project only
npx claude-skills install tarangchokshi/claude-plugins/skills-discovery --localList installed skills
npx claude-skills listUninstall a skill
npx claude-skills uninstall tarangchokshi/claude-plugins/skills-discoveryList supported clients
npx claude-skills clientsSupported Clients
| Flag | Client |
|---|---|
| --client claude-code | Claude Code (default) |
| --client cursor | Cursor |
| --client vscode | VS Code |
| --client windsurf | Windsurf |
| --client codex | Codex |
| --client amp | Amp |
| --client opencode | OpenCode |
| --client gemini | Gemini CLI |
| --client goose | Goose |
Skill Format
Skills follow the agentskills spec — a GitHub repo with a SKILL.md file.
owner/repo/skill-nameExample: tarangchokshi/claude-plugins/skills-discovery
Fetches from → https://raw.githubusercontent.com/tarangchokshi/claude-plugins/main/skills-discovery/SKILL.md
How It Works
- Search — queries
https://skills.sh/api/skillsto find relevant skills - Install — fetches
SKILL.mddirectly from GitHub and saves to the correct folder for your AI client - Auto-discovery — install
skills-discoveryonce, and Claude will automatically search and suggest skills before any task
Author
Tarang Chokshi
Director of Product Development · White Label IQ
GitHub: @tarangchokshi
License
MIT
