Refactoring — Claude Code Tools
Browse 13 Claude Code tools tagged "Refactoring".
Migrate Oxlint
by oxc-project
Rationalize Deps
Analyze Cargo.toml dependencies and attempt to remove unused features to reduce compile times and binary size
by quickwit-oss
Upgrade Oxc
Upgrade oxc, run codegen, and fix any breaking changes.
by rolldown
Rationalize Deps
Analyze Cargo.toml dependencies and attempt to remove unused features to reduce compile times and binary size
by quickwit-oss
Code Simplifier
by simonwong
Clean Ddd Hexagonal
by ccheney
Ref Tools Mcp
Helping coding agents never make mistakes working with public or private libraries without wasting the context window.
by ref-tools
Eloquent Best Practices
by iserter
Cc Marketplace
Marketplace repo for Claude Code Plugins
by ananddtyagi
Code Quality Fix All
Fix code quality issues identified in a code quality review stored in agent_artefacts/code_quality/<topic>/. Systematically addresses issues found by the code-quality-review-all skill for ANY code quality topic, with validation and testing at each step. Use when user asks to fix issues from a code quality review, or asks to fix issues from agent_artefacts/code_quality/<topic>.
by UKGovernmentBEIS
Idiomatic Rust
Idiomatic Rust patterns for pikru C port. Use when writing or reviewing Rust code ported from C. Don't write C in Rust - the goal is correct behavior, not line-by-line translation.
by bearcove
Karpathy Guidelines
Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make surgical changes, surface assumptions, and define verifiable success criteria.
by vechain
Effect Layers Services
Define services, provide layers, compose dependencies, and switch live/test. Use for DI boundaries and app composition.
by mepuka