By yoonhogo
Obsidian CLI integration for Claude Code - manage notes, search knowledge, and control Obsidian from the terminal
npx claudepluginhub yoonhogo/claude-plugins --plugin obsidian-cliA collection of Claude Code plugins that extend Claude's capabilities with external tool integrations and productivity workflows.
This repository serves as a Claude Code plugin marketplace — a curated set of plugins that give Claude Code the ability to interact with external applications and services directly from your terminal. Each plugin provides skills (auto-activating knowledge), commands (slash commands), or both, enabling natural language control over tools you already use.
| Plugin | Category | Description | Version |
|---|---|---|---|
| obsidian-cli | Productivity | Obsidian CLI integration — manage notes, search knowledge, and control Obsidian from the terminal via natural language | 0.1.0 |
Bridges Claude Code with the official Obsidian CLI to give you full control over your Obsidian vault without leaving the terminal.
What you can do:
How it works:
/obsidian): Use the slash command for direct natural language instructionsRequires Obsidian 1.12+ with a Catalyst license (early access). See the obsidian-cli README for full details.
# Register this repository as a marketplace source (one-time setup)
/plugin marketplace add https://github.com/yoonhoGo/claude-plugins
# Install a plugin
/plugin install obsidian-cli@yoonho-plugins
# Install a specific plugin without marketplace registration
/plugin add https://github.com/yoonhoGo/claude-plugins/tree/main/obsidian-cli
# Clone the repository
git clone https://github.com/yoonhoGo/claude-plugins.git
# Add a plugin directly
/plugin add ./claude-plugins/obsidian-cli
claude-plugins/
├── .claude-plugin/
│ └── marketplace.json # Marketplace manifest (plugin registry)
├── obsidian-cli/ # Obsidian CLI integration plugin
│ ├── .claude-plugin/
│ │ └── plugin.json
│ ├── commands/
│ ├── skills/
│ ├── README.md
│ └── README_KO.md
└── README.md
To add a new plugin, create a directory at the repository root with its own .claude-plugin/plugin.json manifest, then register it in .claude-plugin/marketplace.json.
MIT
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Team-oriented workflow plugin with role agents, 27 specialist agents, ECC-inspired commands, layered rules, and hooks skeleton.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, Hermes, and 17+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
Claude + Google Stitch workflow toolkit with MCP integration (prompt authoring, screen generation, design extraction)