claude-plugins

patrickdappollonio/claude-plugins
★ 1 stars JavaScript Code/Dev Tools Updated 8d ago
My collection of Claude (and other AI's) skills, plugins, MCP servers, and more.
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-plugins": {
      "command": "npx",
      "args": [
        "-y",
        "patrickdappollonio/claude-plugins"
      ]
    }
  }
}

README Excerpt

My collection of Claude (and other AI's) skills, plugins, MCP servers, and more — packaged as a [Claude Code plugin marketplace](https://code.claude.com/docs/en/plugin-marketplaces) so you can install any of them with one command. ``` /plugin marketplace add patrickdappollonio/claude-plugins ``` That registers this marketplace under the name `patrickdappollonio`. You only do this once; afterwards every plugin below is available to install.