Plugin Claude Code
AI-powered developer assistants for code auditing, documentation maintenance, and library/API research.
Plugin Claude Code
AI-powered developer assistants for code auditing, documentation maintenance, and library/API research.
Instructions file
Instructions for jeffrigby/somepulp-agents, covering claude.md, project overview, repository structure, agent and skill format and agent files (agents/.md).
Plugin Claude Code
Codebase health tools: deep audits via orchestrated specialists (security, performance, libraries, quality, dead code) plus dead-code cleanup and documentation maintenance.
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.
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.
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.
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.
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.
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".
Command
Detect and clean up dead code (unused imports, exports, files, dependencies).
Command
Run a comprehensive deep audit by orchestrating specialist agents.
Command
Update and synchronize project documentation with recent code changes.
Skill Claude CodeCodex
Systematic methodology for comprehensive codebase analysis — security review, technical debt identification, dead code detection, code quality checks, and best-practices verification against official library documentation.
Skill Claude CodeCodex
Methodology for keeping project documentation current, consistent, and optimized for AI coding agents — CLAUDE.md optimization, README synchronization, CHANGELOG updates, and documentation freshness audits.
Plugin Claude Code
Research libraries, frameworks, and APIs using official documentation. Includes /research for comprehensive investigation and /official-docs for pre-task doc lookups. Works best with Context7 and Fetch MCP servers installed (falls back to WebSearch/WebFetch if unavailable).
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.
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…
Command
Fetch official documentation and code examples before starting a task.
Command
Research a library, framework, or technical topic.