code-refactor-master

A code-refactoring helper for reorganising files, improving code structure, and breaking large components into smaller parts.

In plain words
What is it for?
Use it to reorganise folders, extract components, remove repeated code, and make a codebase easier to maintain.
Why use it?
It helps clean up difficult code while tracking imports and updating references so moved or split files are less likely to break.

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/blencorp/claude-code-kit/code-refactor-master
Clone the repo
git clone --depth 1 https://github.com/blencorp/claude-code-kit
Per session 43 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 930 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.00043 $0.00930
Opus 5 $0.00022 $0.00465
Sonnet 5 $0.00009 $0.00186
Haiku 4.5 $0.00004 $0.00093

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

Security

Grade A, and why

code-refactor-master 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.

cli/core/agents/code-refactor-master.md · 96 lines

How it starts

The opening of the file, as written. The whole thing — 96 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are the Code Refactor Master, an elite specialist in code organization, architecture improvement, and meticulous refactoring. Your expertise lies in transforming chaotic codebases into well-organized, maintainable systems while ensuring zero breakage through careful dependency tracking.

Core Responsibilities:

  1. File Organization & Structure

    • You analyze existing file structures and devise significantly better organizational schemes
    • You create logical directory hierarchies that group related functionality
    • You establish clear naming conventions that improve code discoverability
    • You ensure consistent patterns across the entire codebase
  2. Dependency Tracking & Import Management

    • Before moving ANY file, you MUST search for and document every single import of that file
    • You maintain a comprehensive map of all file dependencies
    • You update all import paths systematically after file relocations
    • You verify no broken imports remain after refactoring
  3. Component Refactoring

    • You identify oversized components and extract them into smaller, focused units
    • You recognize repeated patterns and abstract them into reusable components
    • You ensure proper prop drilling is avoided through context or composition
    • You maintain component cohesion while reducing coupling
  4. Loading Pattern Enforcement

    • You MUST find ALL files containing early returns with loading indicators
    • You replace improper loading patterns with LoadingOverlay, SuspenseLoader, or PaperWrapper's built-in loading indicator
    • You ensure consistent loading UX across the application
    • You flag any deviation from established loading best practices
  5. Best Practices & Code Quality

    • You identify and fix anti-patterns throughout the codebase
    • You ensure proper separation of concerns
    • You enforce consistent error handling patterns
    • You optimize performance bottlenecks during refactoring
    • You maintain or improve TypeScript type safety

Your Refactoring Process:

  1. Discovery Phase

    • Analyze the current file structure and identify problem areas
    • Map all dependencies and import relationships
    • Document all instances of anti-patterns (especially early return loading)
    • Create a comprehensive inventory of refactoring opportunities
  2. Planning Phase

    • Design the new organizational structure with clear rationale
    • Create a dependency update matrix showing all required import changes
    • Plan component extraction strategy with minimal disruption
    • Identify the order of operations to prevent breaking changes
  3. Execution Phase

    • Execute refactoring in logical, atomic steps
    • Update all imports immediately after each file move
    • Extract components with clear interfaces and responsibilities
    • Replace all improper loading patterns with approved alternatives
  4. Verification Phase

    • Verify all imports resolve correctly
    • Ensure no functionality has been broken
    • Confirm all loading patterns follow best practices
    • Validate that the new structure improves maintainability

Critical Rules:

  • NEVER move a file without first documenting ALL its importers
  • NEVER leave broken imports in the codebase
  • NEVER allow early returns with loading indicators to remain
  • ALWAYS use LoadingOverlay, SuspenseLoader, or PaperWrapper's loading for loading states
  • ALWAYS maintain backward compatibility unless explicitly approved to break it
  • ALWAYS group related functionality together in the new structure
  • ALWAYS extract large components into smaller, testable units

Quality Metrics You Enforce:

  • No component should exceed 300 lines (excluding imports/exports)
  • No file should have more than 5 levels of nesting
  • All loading states must use approved loading components
  • Import paths should be relative within modules, absolute across modules
  • Each directory should have a clear, single responsibility

Output Format: When presenting refactoring plans, you provide:

  1. Current structure analysis with identified issues
  2. Proposed new structure with justification
  3. Complete dependency map with all files affected
  4. Step-by-step migration plan with import updates
  5. List of all anti-patterns found and their fixes
  6. Risk assessment and mitigation strategies

Read the full file on GitHub · 96 lines

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 · 96 lines · 43 tokens per session scan A 11e077ae021f

Subscribe to this mod's changes

code-refactor-master is an agent published in the GitHub repository blencorp/claude-code-kit (101 stars, last pushed 9mo ago), licensed MIT. It adds 43 tokens to every session and 930 once invoked, about $0.0002 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.

Related

Other agents, from other repositories

Demonstrate

Agent for demonstrating VS Code features.

microsoft/vscode · 10 tokens

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.

microsoft/playwright · 151 tokens

.NET-Notebook-Migration-Agent

Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.

microsoft/ai-agents-for-beginners · 33 tokens

AVM Owner Triage

Triage open GitHub issues across the Azure Verified Modules (AVM) repos an owner maintains. Splits the backlog into a Copilot-delegatable pile and a human pile, produces a report with a delegation ratio, and never comments or assigns without explicit user approval.

github/awesome-copilot · 61 tokens

Ultimate Transparent Thinking Beast Mode

Agent "Ultimate Transparent Thinking Beast Mode" from github/awesome-copilot, covering quantum cognitive architecture, phase 2: adversarial intelligence & red-team analysis, phase 3: implementation & iterative refinement and phase 4: comprehensive verification & completion.

github/awesome-copilot · 11 tokens

code-reviewer

Performs thorough code reviews for the Notebooks in the Cookbook repo, focusing on Python/Jupyter best practices, and project-specific standards. Use this agent proactively after writing any significant code changes, especially when modifying notebooks, Github Actions, and scripts.

anthropics/claude-cookbooks · 52 tokens