FAQ
somepulp-agents is a Claude Code plugin with 2 hand-picked skills for development work, indexed on Flowy. Install it with the command on its page. It includes code-auditing, docs-maintenance. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
> /plugin marketplace add jeffrigby/somepulp-agents
Repo: jeffrigby/somepulp-agents
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, dead code detection, and documentation maintenance | Commands: /deep-audit, /dead-code, /update-docsAgents: security-auditor, performance-analyzer, library-modernizer, code-quality-reviewer, dead-code-cleanup, 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
โโโ commands/ # Slash commands (optional)
โโโ agents/ # Specialized agents (optional)
โโโ skills/ # Agent skills (optional)
โโโ 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.
.claude-plugin/
marketplace.json
.gitignore
CHANGELOG.md
CLAUDE.md
LICENSE
plugins/
codebase-health/
.claude-plugin/
plugin.json
agents/
code-quality-reviewer.md
dead-code-cleanup.md
library-modernizer.md
performance-analyzer.md
security-auditor.md
update-docs.md
commands/
dead-code.md
deep-audit.md
update-docs.md
scripts/
dead-code-detect.sh
skills/
code-auditing/
references/
audit-methodology.md
dead-code-methodology.md
SKILL.md
docs-maintenance/
references/
changelog-patterns.md
claude-md-guide.md
doc-sync-methodology.md
SKILL.md
research-assistant/
.claude-plugin/
plugin.json
agents/
official-docs.md
research-assistant.md
commands/
official-docs.md
research.md
README.mdยฉ 2026 Flowy ยท Free and open source
Built for Claude Code ยท Not affiliated with Anthropic