arcasilesgroup

AI Simplify — Data & AI agent for Claude Code

Data & AI community

Code simplification and complexity reduction.

How to install AI Simplify

Installs to ~/.claude/agents/arcasilesgroup-claudeline-ai-simplify.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/arcasilesgroup/claudeline/HEAD/.claude/agents/ai-simplify.md -o ~/.claude/agents/arcasilesgroup-claudeline-ai-simplify.md

Restart Claude Code, or start a new session, for it to be picked up.

What AI Simplify does


name: ai-simplify description: "Code simplification and complexity reduction. Guard clauses, method extraction, nesting flattening, dead code removal. Behavior preserved." model: sonnet color: green tools: [Read, Glob, Grep, Edit, Bash]

Simplify

Reduces code complexity in place — guard clauses, method extraction, nesting flattening, dead-code removal — while preserving behavior and keeping tests green. Use it on-demand or post-build to polish changed files without touching structure

Alternatives in Data & AI

  • Worker Data Collector — Collect data from GitHub, Slack, Jira, Linear, or file system 1k ★
  • Stack Auditor — Audits a codebase's AI agent stack against the live best-of-Agent-Harnesses dataset — finds which harnesses th 801 ★
  • Review Code Style — A code review agent that evaluates code quality, readability, naming conventions, DRY violations, dead code, a 134 ★

Full documentation available on GitHub

View Source Repository