Skip to content

hamsurang/kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kit

A community-driven plugin & skills marketplace for Claude Code

License: MIT PRs Welcome

한국어


Using Plugins

Step 1: Add the kit marketplace

claude plugin marketplace add https://github.com/hamsurang/kit

Step 2: Browse available plugins

# List all plugins from the marketplace
claude plugin list

# Search by keyword
claude plugin search <keyword>

Step 3: Install a plugin

claude plugin install <plugin-name>

Example:

claude plugin install vitest

Updating plugins

# Update a specific plugin
claude plugin update <plugin-name>

# Refresh all plugins from the marketplace
claude plugin marketplace update hamsurang/kit

Or install individual skills without adding the marketplace:

npx skills add hamsurang/kit

Full installation guide


Building Plugins

Scaffold a new plugin interactively:

git clone https://github.com/hamsurang/kit
cd kit
bash scripts/scaffold-plugin.sh

Contributing guide · Plugin spec


Plugin & Skills Directory

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.


Security Notice

kit does not audit or sandbox plugins. Review any plugin — especially .mcp.json and shell commands — before installing. Only install from authors you trust.

License

MIT — see LICENSE

About

Agent skill set of Hamsurang

Resources

License

Stars

Watchers

Forks

Contributors

Languages