jeffrigby/somepulp-agents

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

7Stars on the repository
19Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

jeffrigby/somepulp-agents

Agent

Used by the deep-audit orchestrator. Do not invoke directly. Reviews a codebase for general quality issues — code smells, complexity, duplication, weak error handling, and anti-patterns. Filters aggressively for high-confidence findings.

7 1mo ago A 51 tokens original MIT

dead-code-cleanup

02

jeffrigby/somepulp-agents

Agent

Dead code detection and cleanup with false positive verification. Use when user asks to "find dead code", "clean up unused code", "remove dead code", or wants to detect/remove unused imports, exports, files, or dependencies.

7 1mo ago A 51 tokens original MIT

library-modernizer

03

jeffrigby/somepulp-agents

Agent

Used by the deep-audit orchestrator. Do not invoke directly. Identifies custom code that should use a mature library, deprecated/outdated API usage, and TypeScript @types/ duplication. Uses Context7 for authoritative current docs.

7 1mo ago A 51 tokens original MIT

jeffrigby/somepulp-agents

Agent

Used by the deep-audit orchestrator. Do not invoke directly. Analyzes a codebase for performance issues — algorithmic hot spots, N+1 queries, memory retention, async/await misuse, render thrash, and bundle bloat.

7 1mo ago A 55 tokens original MIT

security-auditor

05

jeffrigby/somepulp-agents

Agent

Used by the deep-audit orchestrator. Do not invoke directly. Audits a codebase for security vulnerabilities — hardcoded secrets, injection risks, unsafe deserialization, weak crypto, auth flaws, and known CVEs in dependencies.

7 1mo ago A 52 tokens original MIT

update-docs

06

jeffrigby/somepulp-agents

Agent

Update and optimize project documentation to reflect recent changes and improve AI agent usability. Use when user asks to "update documentation", "sync docs with code", "optimize CLAUDE.md", "update README", "document recent changes", or "check documentation freshness".

7 1mo ago A 57 tokens original MIT

official-docs

07

jeffrigby/somepulp-agents

Agent

Fetch official documentation and code examples for libraries, frameworks, or APIs before starting a task. Use when user says "get the docs for", "fetch official docs", "look up the documentation", "what does the official docs say", or when preparing to implement something and needs authoritative reference material.

7 1mo ago A 63 tokens original MIT

research-assistant

08

jeffrigby/somepulp-agents

Agent

Research libraries, frameworks, APIs, and technical topics using official documentation and code examples. Use when the user asks to research, investigate, learn about, compare, or find documentation for any library, framework, API, or technical concept. Prioritizes Context7 for official docs, GitHub CLI for sample…

7 1mo ago A 74 tokens original MIT