Somepulp Agents banner
jeffrigby jeffrigby

Somepulp Agents

AI community

Description

Claude Code plugin providing AI-powered agents for code auditing, research, and multi-model consultation (OpenAI Codex, Google Gemini)

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Somepulp Agents

A plugin marketplace for [Claude Code](https://docs.anthropic.com/claude-code) providing specialized agents for code auditing, documentation maintenance, and library/API research.

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 Codebase health tools: orchestrated deep audits, dead code detection, and documentation maintenance Commands: /deep-audit, /dead-code, /update-docs
Agents: security-auditor, performance-analyzer, library-modernizer, code-quality-reviewer, dead-code-cleanup, update-docs
Skills: code-auditing, docs-maintenance
research-assistant Research libraries and APIs using official documentation Commands: /research, /official-docs
Agents: research-assistant, official-docs
MCP: Context7, Fetch, AWS Documentation (all optional)

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 research-assistant@somepulp-agents

Or use the interactive `/plugin` command to browse and install.

Manual Installation (for development)

# 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 plugins you want
/plugin install codebase-health@somepulp-agents

Requirements

Plugin Requirements
research-assistant Recomm