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.
Claude Code plugin providing AI-powered agents for code auditing, research, and multi-model consultation (OpenAI Codex, Google Gemini)
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".
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…