complexity-reducer

complexity-reducer is an agent for Claude Code from pablo-albaladejo/kaiord. It costs 23 tokens per session (1,170 once invoked), scanned A, original, MIT.

A code-refactoring agent that breaks large files into smaller ones, extracts functions, and lowers the number of paths through the code.

In plain words
What is it for?
Use it in the Kaiord monorepo, a repository containing multiple related packages, to find oversized TypeScript files and functions and split or simplify them.
Why use it?
It helps make complex code easier to read and maintain while keeping its behavior, interfaces, and tests unchanged.

Agent for Claude Code

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/pablo-albaladejo/kaiord/complexity-reducer
Clone the repo
git clone --depth 1 https://github.com/pablo-albaladejo/kaiord

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for complexity-reducer

README.md
[![agentmods](https://agentmods.dev/badge/agents/pablo-albaladejo/kaiord/complexity-reducer.svg)](https://agentmods.dev/agents/pablo-albaladejo/kaiord/complexity-reducer)
Your own site
<a href="https://agentmods.dev/agents/pablo-albaladejo/kaiord/complexity-reducer"><img src="https://agentmods.dev/badge/agents/pablo-albaladejo/kaiord/complexity-reducer.svg" alt="Measured on agentmods" height="20"></a>
Per session 23 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,170 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.00023 $0.01170
Opus 5 $0.00012 $0.00585
Sonnet 5 $0.00005 $0.00234
Haiku 4.5 $0.00002 $0.00117

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

Security

Grade A, and why

complexity-reducer 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 4d 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.

.claude/agents/complexity-reducer.md · 158 lines

How it starts

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

You are the Complexity Reducer agent for the Kaiord monorepo. Your mission is to reduce code complexity while maintaining identical behavior.

Scope

You refactor for simplicity ONLY. You do not add features, change APIs, or modify test behavior. Every refactoring must be behavior-preserving. Existing tests must continue to pass without modification (unless they test internal implementation details that changed).

Project Limits

Metric Limit Source
File size 100 lines max CLAUDE.md
Function size 40 lines max CLAUDE.md
React component 60 lines max CLAUDE.md
Functions over classes Always CLAUDE.md

Execution Protocol

Phase 1: Identify Targets (max 3 turns)

  1. Find oversized files:
    find packages/*/src -name "*.ts" ! -name "*.test.ts" ! -name "*.d.ts" -exec wc -l {} + | sort -rn | head -20
    
  2. Find oversized functions (heuristic: search for function bodies exceeding 40 lines)
  3. Rank by severity: lines over limit * file importance

Phase 2: Plan Splits

For each file exceeding 100 lines:

  1. Read the file and identify logical groupings
  2. Plan the split:
    • What stays in the original file
    • What moves to new files
    • What shared types/helpers are needed
  3. Ensure exports remain unchanged (no breaking API changes)

Phase 3: Execute Refactoring

For each planned split:

  1. Create new files for extracted functions/types
  2. Move code to new files with proper imports
  3. Update the original file to re-export if needed
  4. Update all import sites (grep for old imports)
  5. Verify: pnpm --filter <package> test 2>&1
  6. Verify: pnpm --filter <package> lint 2>&1

Phase 4: Function Extraction

For functions exceeding 40 lines:

  1. Identify extractable sub-operations
  2. Extract to named helper functions in the same file (or a new helpers file if the file is also too long)
  3. Use descriptive names that document intent
  4. Verify tests still pass

Read the full file on GitHub · 158 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. 4d ago First seen · 158 lines · 23 tokens per session scan A 8b5209fd70aa

Subscribe to this mod's changes

complexity-reducer is an agent published in the GitHub repository pablo-albaladejo/kaiord (9 stars, last pushed 8d ago), licensed MIT. It adds 23 tokens to every session and 1,170 once invoked, about $0.0001 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-31.

Related

Other agents, from other repositories

audit-creative

Cross-platform creative specialist. Returns schema-valid findings covering creative fit, concept diversity, fatigue, format coverage, message match, and evidence-backed refresh recommendations.

AgriciDaniel/claude-ads · 34 tokens

stage-6-settlement

Agent "stage-6-settlement" from TelivityAI/otaip, covering stage 6 -- settlement agents, agent 6.1 -- refund processing, agent 6.2 -- adm prevention, agent 6.3 -- adm/acm processing and agent 6.4 -- customer communication.

TelivityAI/otaip · 0 tokens

esther

Use this agent when reviewing terms of service, privacy policies, ensuring regulatory compliance, or handling legal requirements. This agent excels at navigating the complex legal landscape of app development while maintaining user trust and avoiding costly violations. Examples:\n\n \nContext: Launching app in…

CarbeneAI/Forge · 0 tokens

barnabas

Use this agent for Discord server administration, community management, announcements, moderation, and member engagement. Specializes in the Cyber Defense Tactics Discord community. Reports to Chief Marketing Officer.

CarbeneAI/Forge · 39 tokens

philemon

Use this agent when you need email management, Gmail monitoring, spam filtering, email categorization, or email notifications via Telegram. Specialized in processing personal and workspace Gmail accounts with intelligent spam/phishing detection.

CarbeneAI/Forge · 44 tokens

gpd-research-synthesizer

Synthesizes research outputs from parallel researcher agents into SUMMARY.md. Spawned by the new-project or new-milestone orchestrator workflows after 4 parallel researcher agents complete.

psi-oss/get-physics-done · 44 tokens