By hamsurang
Archive learnings from Claude Code sessions as Zettelkasten notes in your Obsidian vault after approval, using progressive summarization. Query vault notes conversationally with phrases like 'check my notes about [topic]' to load relevant MOC-linked content into context for responses grounded in your knowledge.
npx claudepluginhub hamsurang/kit --plugin obsidian-brainExplicitly load Obsidian vault knowledge into the current conversation context. Use when the user wants to reference their personal notes about a specific topic.
Extract learnings from the current Claude Code session and archive them as Zettelkasten notes in Obsidian vault. Use when the user wants to save what they learned during a coding session.
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/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
Work with Obsidian vaults — search, create, edit, organize notes and manage frontmatter via obsidian-cli and direct file access
Share bugs, ideas, or general feedback.
Manage an Obsidian vault as your development knowledge base and automatic work journal. Auto-captures commits, tasks, and Claude Code components with structured frontmatter.
Claude Code skill pack for Obsidian plugin development and vault management (24 skills)
Persistent Obsidian-based memory for coding agents. Automatically orients from a knowledge vault at session start, navigates project architecture via graph traversal, and writes discoveries back to the vault.
Obsidian CLI operations - vault management, search, properties, tasks, plugins, publish, and sync
Bidirectional knowledge flow between Claude Code and Obsidian — 20 MCP tools, skills, and hooks for PKM