claude-code-plugin-marketplace-v0

jon-the-dev/claude-code-plugin-marketplace-v0
★ 0 stars Python AI/LLM Updated today
jrs-plugins — Claude Code plugin marketplace with custom skills, slash commands, agents, hooks, and MCP servers
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "claude-code-plugin-m": {
      "command": "uvx",
      "args": [
        "claude-code-plugin-marketplace-v0"
      ]
    }
  }
}

Or install with pip: pip install claude-code-plugin-marketplace-v0

README Excerpt

`jrs-plugins` — custom Claude Code plugins (skills, slash commands, agents, hooks, MCP servers). ``` /plugin marketplace add jon-the-dev/claude-code-plugin-marketplace-v0 /plugin install <plugin-name>@jrs-plugins ``` - **jr-repo-tools** — repo helper commands (e.g. `/go-live-check`) for quick code reviews.