Claude Code plugin providing AI-powered agents for code auditing, research, and multi-model consultation (OpenAI Codex, Google Gemini)
# Somepulp Agents A plugin marketplace for [Claude Code](https://docs.anthropic.com/claude-code) providing specialized agents for code auditing, research, and multi-model consultation. ## What Are These Plugins? Claude Code plugins extend functionality through custom slash commands, specialized agents, and skills. Each plugin in this marketplace can be installed independently, letting you pick the tools that fit your workflow. ## Available Plugins | Plugin | Description | Contents | |--------|-------------|----------| | [codebase-health](./plugins/codebase-health/) | Comprehensive codebase health tools: code audits, dead code detection, and documentation maintenance | **Commands:** `/deep-audit`, `/dead-code`, `/update-docs`<br>**Agents:** `deep-audit`, `dead-code-cleanup`, `update-docs`<br>**Skills:** `code-auditing`, `docs-maintenance` | | [second-opinion](./plugins/second-opinion/) | Get second opinions from Codex CLI and Gemini CLI | **Commands:** `/codex-opinion`, `/gemini-opinion`<br>**Agents:** `codex-consultant`, `gemini-consultant`<br>**Skill:** `ai-consultation` | | [research-assistant](./plugins/research-assistant/) | Research libraries and APIs using official documentation | **Commands:** `/research`, `/official-docs`<br>**Agents:** `research-assistant`, `official-docs`<br>**MCP:** Context7, Fetch | ## Installation ### From GitHub 1. Add the marketplace to Claude Code: ``` /plugin marketplace add jeffrigby/somepulp-agents ``` 2. Install the plugins you want: ``` /plugin install codebase-health@somepulp-agents /plugin install second-opinion@somepulp-agents /plugin install research-assistant@somepulp-agents ``` Or use the interactive `/plugin` command to browse and install. ### Manual Installation (for development) ```bash # Clone the repository git clone https://github.com/jeffrigby/somepulp-agents.git # In Claude Code, add as local marketplace /plugin marketplace add /path/to/somepulp-agents # Then install the plugin
Google's AI-powered research notebook that ingests your documents and becomes an expert on your content. Generates audio overviews, study guides, FAQs, and interactive discussions from uploaded sources.
Google DeepMind's experimental AI agent that can navigate websites, fill forms, and complete multi-step browser tasks autonomously. Uses Gemini's multimodal understanding to interact with web interfaces.
Google DeepMind's universal AI assistant prototype that can see, hear, and respond in real-time through your device camera and microphone. Demonstrates the future of multimodal AI interaction.
Google Cloud's enterprise platform for building, deploying, and managing AI agents powered by Gemini. Supports multi-agent orchestration, tool integration, and enterprise governance.
Gemini's agentic research capability that autonomously browses the web, synthesizes information from dozens of sources, and produces comprehensive research reports on any topic.
Interactive coding and content creation agent that generates, previews, and iterates on code, documents, and interactive applications in a side panel. Supports HTML/CSS/JS, Python, and more.