By hamsurang
Invoke guided GitHub CLI (gh) commands via natural language to create and manage pull requests, issues, CI runs, releases, authentication, and JSON scripting directly from the terminal.
npx claudepluginhub hamsurang/kit --plugin gh-cliA 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/kit
Or install individual skills without adding the marketplace:
npx skills add hamsurang/kit
Scaffold 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 |
| obsidian | Work with Obsidian vaults — search, create, edit, organize notes and manage frontmatter via obsidian-cli and Obsidian Headless | minsoo.web |
| library-analyzer | Analyze open-source libraries for contribution readiness with parallel agents | minsoo.web |
| obsidian-brain | Archive learnings from Claude Code sessions to Obsidian vault as Zettelkasten notes and use vault knowledge as conversational context | minsoo.web |
| velog-cli | Manage velog.io blog posts from the terminal — create, edit, publish, and browse posts via the velog CLI | minsoo.web |
| hamsurang-slide | Hamsurang brand HTML presentation generator. Soft Modern design with light/dark themes, 14 slide types, 4-color code highlighting. | Sonny |
Have a plugin to share? See Contributing.
The deepwiki-cli plugin uses a Rust CLI binary instead of the MCP protocol, delivering significant token and time savings.



Tested with 3 queries (React Reconciler, Next.js App Router, Tokio Async Runtime). CLI approach uses a single
deepwiki-cli askBash call; MCP approach performs the full 3-step protocol (initialize → tools/list → tools/call) via Streamable HTTP.
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
Share bugs, ideas, or general feedback.
GitHub workflow automation: GFM link validation, WebFetch enforcement, issue management, fork intelligence
GitHub CLI integration with focused skills for pull requests, issues, GitHub Actions, and viewing GitHub file URLs
Git workflows - commits, branches, PRs, issue processing, auto-close detection, and repository management
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns