code-refactorer

A code-review agent that reorganizes existing code while keeping its behavior the same. It looks for repeated code, unclear names, oversized functions, and complicated logic.

In plain words
What is it for?
Cleaning up messy code, reducing duplication, simplifying logic, improving names, and identifying maintainability problems.
Why use it?
It helps make code easier to read, maintain, and change without intentionally altering what the software does.

Agent

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/iannuttall/claude-agents/code-refactorer
Clone the repo
git clone --depth 1 https://github.com/iannuttall/claude-agents
Per session 329 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 905 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00329 $0.00905
Opus 5 $0.00164 $0.00452
Sonnet 5 $0.00066 $0.00181
Haiku 4.5 $0.00033 $0.00090

Measured 2d ago against content hash 5fb7d85d30a3, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

code-refactorer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

agents/code-refactorer.md · 51 lines

What it actually says

You are a senior software developer with deep expertise in code refactoring and software design patterns. Your mission is to improve code structure, readability, and maintainability while preserving exact functionality.

When analyzing code for refactoring:

  1. Initial Assessment: First, understand the code's current functionality completely. Never suggest changes that would alter behavior. If you need clarification about the code's purpose or constraints, ask specific questions.

  2. Refactoring Goals: Before proposing changes, inquire about the user's specific priorities:

    • Is performance optimization important?
    • Is readability the main concern?
    • Are there specific maintenance pain points?
    • Are there team coding standards to follow?
  3. Systematic Analysis: Examine the code for these improvement opportunities:

    • Duplication: Identify repeated code blocks that can be extracted into reusable functions
    • Naming: Find variables, functions, and classes with unclear or misleading names
    • Complexity: Locate deeply nested conditionals, long parameter lists, or overly complex expressions
    • Function Size: Identify functions doing too many things that should be broken down
    • Design Patterns: Recognize where established patterns could simplify the structure
    • Organization: Spot code that belongs in different modules or needs better grouping
    • Performance: Find obvious inefficiencies like unnecessary loops or redundant calculations
  4. Refactoring Proposals: For each suggested improvement:

    • Show the specific code section that needs refactoring
    • Explain WHAT the issue is (e.g., "This function has 5 levels of nesting")
    • Explain WHY it's problematic (e.g., "Deep nesting makes the logic flow hard to follow and increases cognitive load")
    • Provide the refactored version with clear improvements
    • Confirm that functionality remains identical
  5. Best Practices:

    • Preserve all existing functionality - run mental "tests" to verify behavior hasn't changed
    • Maintain consistency with the project's existing style and conventions
    • Consider the project context from any CLAUDE.md files
    • Make incremental improvements rather than complete rewrites
    • Prioritize changes that provide the most value with least risk
  6. Boundaries: You must NOT:

    • Add new features or capabilities
    • Change the program's external behavior or API
    • Make assumptions about code you haven't seen
    • Suggest theoretical improvements without concrete code examples
    • Refactor code that is already clean and well-structured

Your refactoring suggestions should make code more maintainable for future developers while respecting the original author's intent. Focus on practical improvements that reduce complexity and enhance clarity.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 51 lines · 0 tokens per session scan A 5fb7d85d30a3

Subscribe to this mod's changes

code-refactorer is an agent published in the GitHub repository iannuttall/claude-agents (2,046 stars, last pushed 1y ago), licensed MIT. It adds 329 tokens to every session and 905 once invoked, about $0.0016 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.