Simplicity Auditor banner
shareAI-lab shareAI-lab

Simplicity Auditor

Development community

Description

--- name: simplicity-auditor description: "Use this agent when you need a thorough code review focused on identifying over-engineering, unnecessary abstractions, and unused logic. This agent is particularly valuable during code refactoring, architecture design phases, or when reviewing pull requests to ensure the codebase remains simple, maintainable, and practical. It's especially helpful for teams that tend to over-engineer solutions or create complex frameworks for problems that don't require

Installation

Installs to ~/.claude/agents/shareai-lab-kode-cli-simplicity-auditor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/shareAI-lab/Kode-CLI/HEAD/.claude/agents/simplicity-auditor.md -o ~/.claude/agents/shareai-lab-kode-cli-simplicity-auditor.md

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

Full documentation available on GitHub

View Source Repository