Custom Claude Code plugins for productivity and integrations
npx claudepluginhub yoonhogo/claude-pluginsObsidian CLI integration for Claude Code - manage notes, search knowledge, and control Obsidian from the terminal
Fast and streamable Excalidraw MCP App
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
A 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