A community-driven plugin & skills marketplace for Claude Code
claude plugin marketplace add https://github.com/hamsurang/kit# List all plugins from the marketplace
claude plugin list
# Search by keyword
claude plugin search <keyword>claude plugin install <plugin-name>Example:
claude plugin install vitest# Update a specific plugin
claude plugin update <plugin-name>
# Refresh all plugins from the marketplace
claude plugin marketplace update hamsurang/kitOr install individual skills without adding the marketplace:
npx skills add hamsurang/kitScaffold a new plugin interactively:
git clone https://github.com/hamsurang/kit
cd kit
bash scripts/scaffold-plugin.sh→ Contributing guide · Plugin spec
| Plugin | Description | Author |
|---|---|---|
| vitest | Auto-invoked skill for writing, debugging, and configuring Vitest tests in Vite-based projects | minsoo.web |
| skill-review | Slash-command skill that reviews any SKILL.md against best practices and outputs a structured pass/fail report | minsoo.web |
| gh-cli | Auto-invoked skill for working with GitHub from the command line using the gh CLI tool | minsoo.web |
| personal-tutor | Adaptive technical tutoring skill that builds a persistent knowledge graph and learner profile across sessions | minsoo.web |
| deepwiki-cli | Query GitHub repository wikis via DeepWiki CLI without MCP token overhead. | minsoo.web |
Have a plugin to share? See Contributing.
kit does not audit or sandbox plugins. Review any plugin — especially .mcp.json and shell commands — before installing. Only install from authors you trust.
MIT — see LICENSE