By hamsurang
Programmatically manage Obsidian vaults by searching, creating, editing, and moving Markdown notes; manipulate YAML frontmatter, wikilinks, and backlinks; handle daily notes and Zettelkasten setups; sync via obsidian-cli for seamless note organization in code workflows.
npx claudepluginhub hamsurang/kit --plugin obsidianA 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.
Obsidian CLI operations - vault management, search, properties, tasks, plugins, publish, and sync
Create and edit Obsidian vault files including Markdown, Bases, and Canvas. Use when working with .md, .base, or .canvas files in an Obsidian vault.
Manage an Obsidian vault as your development knowledge base and automatic work journal. Auto-captures commits, tasks, and Claude Code components with structured frontmatter.
Interact with Obsidian vaults using the official Obsidian CLI (v1.12+). Read, create, append, search, and manage notes, daily notes, properties, tags, tasks, bookmarks, templates, themes, sync, plugins, and links — all from the terminal.
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.