A plugin marketplace for Claude Code providing specialized agents for code auditing, documentation maintenance, and library/API research.
> /plugin marketplace add jeffrigby/somepulp-agents
Repo: jeffrigby/somepulp-agents
What's inside
A plugin marketplace for Claude Code providing specialized agents for code auditing, documentation maintenance, and library/API research.
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.
| Plugin | Description | Contents |
|---|---|---|
| codebase-health | Codebase health tools: orchestrated deep audits, safe dependency updates, dead code detection, and documentation maintenance | Commands: /deep-audit, /dead-code, /update-deps, /update-docsAgents: security-auditor, performance-analyzer, library-modernizer, code-quality-reviewer, dead-code-cleanup, major-upgrade-analyzer, update-docsSkills: code-auditing, docs-maintenance |
| research-assistant | Research libraries and APIs using official documentation | Commands: /research, /official-docsAgents: research-assistant, official-docsMCP: Context7, Fetch, AWS Documentation (all optional) |
Add the marketplace to Claude Code:
/plugin marketplace add jeffrigby/somepulp-agents
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.
# 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
| Plugin | Requirements |
|---|---|
| research-assistant | Recommended: Context7 and Fetch MCP servers (install separately). Optional: AWS Documentation MCP server for AWS docs research. Falls back to WebSearch/WebFetch if unavailable. |
Each plugin follows the standard Claude Code plugin structure:
plugin-name/
├── .claude-plugin/
│ └── plugin.json # Plugin metadata
├── agents/ # Specialized agents (optional)
├── skills/ # Skills; skills/<name>/SKILL.md is also /<name>
├── scripts/ # Helper scripts (optional)
├── hooks/hooks.json # Lifecycle hooks (optional)
└── .mcp.json # MCP server configuration (optional, not bundled here)
Contributions are welcome! Please:
MIT License - see LICENSE for details.
FAQ
somepulp-agents is a Claude Code plugin with 8 hand-picked skills for development work, indexed on Flowy. Install it with the command on its page. It includes code-auditing, dead-code, deep-audit. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
Is this plugin yours?
Claim it with GitHubSubmit a pluginPromote it