Post-refactoring codebase cleanup: detects stale/dead code via git history and dependency analysis, simplifies active code, and archives unused files with a full paper trail.
npx claudepluginhub wilrf/wilrf-marketplace --plugin codebase-simplifySimplifies and refines active code for clarity, consistency, and maintainability while preserving exact functionality. Focuses only on files classified as FRESH by the staleness-analyzer. Reads project standards from CLAUDE.md. Use after the staleness analysis to clean up the code that is staying.
Archives files classified as DEAD by the staleness-analyzer. Moves files to an _archive/ directory preserving their original path structure, updates all references, and maintains an ARCHIVE_LOG.md with full provenance. Use after the staleness-analyzer has produced its inventory and the user has approved the archive candidates.
Analyzes the codebase to classify files into three categories: fresh (recently modified and actively used), stale (not modified recently but still referenced), and dead (unreferenced, untouched, safe to archive). Uses git log, import/export graphs, and framework entrypoint awareness. Produces a scored inventory. Use proactively after any major refactoring session.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Cloud architecture design for AWS/Azure/GCP, Kubernetes cluster configuration, Terraform infrastructure-as-code, hybrid cloud networking, and multi-cloud cost optimization
Application profiling, performance optimization, and observability for frontend and backend systems