By hamsurang
Engage in adaptive multi-session technical tutoring that builds a persistent knowledge graph of prerequisites, uses Socratic diagnostics to assess gaps, generates personalized agendas, delivers lessons, administers quizzes, and tracks progress across sessions for targeted skill development.
npx claudepluginhub hamsurang/kit --plugin personal-tutorA 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.
Interactive learning companion — creates personalized learning plans, quizzes with adaptive difficulty, and tracks progress across sessions
Claude skill for configuring and initializing tutoring sessions and curriculum. Sets up structured learning pathways and educational frameworks.
In-context coding tutor for Claude Code. Learn from your real project with explanations, quizzes, diagnostics, and belt-based progression — locally and privately.
Personalized coding tutorials that use your actual codebase for examples with spaced repetition quizzes
Non-technical progress summaries for Claude Code work (hides diffs/log noise).