Find and remove commented-out dead code across 8 languages (JS, TS, Python, Java, Go, Rust, HTML, CSS) while preserving TODOs, FIXMEs, license headers, disabled tests, and real documentation. Previews every change first and writes .bak backups before it touches a file.
Turn a messy task description into a clean, conventional git branch name: detects the type (feature, fix, refactor), slugifies the summary, pulls in JIRA/GitHub ticket prefixes, then offers to run git checkout -b for you. One naming standard the whole team actually follows, instead of 'quick-fix-1'.
Three-pass automated code review that catches error handling gaps, structural issues, and naming problems — then auto-fixes everything before code reaches the user.
Teaches AI coding agents to make software engineering decisions before coding, including layer placement, complexity control, refactor timing, and framework-change assessment.
2
ai-codingclaude-codecode-organization+9
Legacy Code Modernization Planner for AI Coding Agents
Map any repo into an interactive D3 dependency graph plus a Markdown onboarding guide: entry points, module relationships, circular dependencies, and dead-code candidates, with refactor suggestions. Parses TypeScript, Python, Java, Go, and Rust imports, exports, and calls. Self-contained HTML, no source changes.
Map the blast radius of a code change before you run the whole suite. For the files and functions you changed, it lists what imports or calls them, which tests cover them, flags any change with no covering test, and warns when a file has a lot of dependents. It tells an agent what its edit might break instead of making it guess. Resolves Python and JavaScript/TypeScript.
A senior WordPress theme architect skill that migrates classic PHP themes to FSE block themes — extracting business logic into a companion plugin during conversion — and delivers both a phased reversible plan and the actual converted files.
Claude defaults to complex. This skill does not let that happen. Before your session ships a 400-line solution to a 20-line problem, the simplicity filter stops it and asks: does this actually need to be this complex?
2
code-reviewclean-codeperformance-audit+2
Monolith to Modular Architecture Migration Planner
Creates phased modernization plans for transforming monolithic applications into modular monoliths, service-oriented systems, or microservice-ready architectures without risky rewrites.