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.
npx agentmods add agents/iannuttall/claude-agents/code-refactorergit clone --depth 1 https://github.com/iannuttall/claude-agentsWhat 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.
| Model | Per session | Once 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 |
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.
Copies of this mod
1 near-identical copy found in the catalogue:
- refactor-agent — 94% identical, 46 lines differ
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:
-
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.
-
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?
-
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
-
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
-
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
-
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.
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.
- 2d ago First seen · 51 lines · 0 tokens per session scan A 5fb7d85d30a3
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.
Other agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
analyzer
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
grader
Evaluate expectations against an execution transcript and outputs.
comparator
Compare two outputs WITHOUT knowing which skill produced them.
.NET-Notebook-Migration-Agent
Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.