Skill Claude CodeCodex
Use when querying, ingesting, or maintaining a local RAG MCP corpus for semantic document retrieval with privacy controls.
Skill Claude CodeCodex
Use when querying, ingesting, or maintaining a local RAG MCP corpus for semantic document retrieval with privacy controls.
Skill Claude CodeCodex
Use when connecting to a managed codebase-context MCP/session service, checking stale maps, or safely using MCP-provided repository context.
Skill Claude CodeCodex
Use when about to add a new helper, utility, or abstraction, a task sounds like a solved problem, a new external dependency is being considered, or custom code is proposed without checking what already exists.
Skill Claude CodeCodex
Use when designing or using MCP-backed structured code search with search, AST query, symbol inventory, and bounded extraction workflows.
Plugin Claude Code
Safe refactoring, dead-code removal, legacy modernization, and dependency hygiene.
Agent
Reviews code for quality, security, and performance. Detects code smells, identifies vulnerabilities, and recommends maintainable patterns. Use when aiming to proactively improve codebase health.
Agent
Specializes in restructuring code without changing observable behavior. Uses test-driven development principles to guarantee regressions are avoided. Use when migrating frameworks or cleaning up legacy components.
Agent
Audits codebases for technical debt, legacy patterns, and outdated dependencies. Proposes structured remediation roadmaps. Use when prioritizing engineering investments or modernizing systems.
Command
Run a systematic cleanup on the provided code to resolve smells, simplify complexity, and enforce best practices.
Command
Perform a technical debt audit on the specified components and generate a prioritized remediation roadmap.
Command
Draft a step-by-step refactoring strategy for complex code changes to ensure behavior is preserved.
Command
Safely rename a variable, function, class, or file across the entire repository while ensuring tests continue to pass.
Skill Claude CodeCodex
Use when a working code path feels bloated, noisy, or over-abstracted, when asked to clean up or deslop AI-generated code, or when a reviewer-only anti-slop pass is requested.
Skill Claude CodeCodex
Use when a codebase carries over-engineered abstractions, unnecessary layers, or redundant logic that should be collapsed without changing behavior.
Skill Claude CodeCodex
Use when unused functions, classes, exports, or files need to be identified and safely deleted.
Skill Claude CodeCodex
Use when package manifests carry unused or redundant third-party dependencies that slow builds, widen the security surface, or complicate updates.
Skill Claude CodeCodex
Use when migrating APIs, libraries, or patterns across a large codebase and a single mega-commit would be too risky to review or merge.
Skill Claude CodeCodex
Use when naming conventions or file structure drift across a project and need to be made consistent without changing business logic.
Skill Claude CodeCodex
Use when code needs restructuring without changing observable behavior.
Skill Claude CodeCodex
Use when code needs restructuring and observable behavior must stay unchanged, with existing tests kept green at every step.
Plugin Claude Code
Review-first runbooks for connected-app workflows and multi-system deployment sequencing.
Skill Claude CodeCodex
Use when a release spans multiple systems or vendors, order of operations matters with rollback planned up front, or a failed step in one system could corrupt state in a downstream system.
Plugin Claude Code
Context-efficient routing: dispatch tables for workflow, review, and codebase-intelligence commands.
Command
Route to the appropriate codebase-intelligence command based on the user's intent.