briandconnelly-plugins

briandconnelly/briandconnelly-plugins
★ 0 stars Shell AI/LLM Updated today
Claude/Codex Plugin marketplace for skills, MCP servers, etc.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "briandconnelly-plugi": {
      "command": "npx",
      "args": [
        "-y",
        "briandconnelly/briandconnelly-plugins"
      ]
    }
  }
}

README Excerpt

Skills, MCP servers, and more as Claude Code and Codex plugins. Add this marketplace to Claude Code: ``` /plugin marketplace add briandconnelly/briandconnelly-plugins ``` Add this marketplace to Codex: ``` codex plugin marketplace add briandconnelly/briandconnelly-plugins ``` In Claude Code, install a plugin with `/plugin install <plugin>@briandconnelly-plugins`.