Complexity Analyzer banner
ShaheerKhawaja ShaheerKhawaja

Complexity Analyzer

Research community

Description

--- name: complexity-analyzer description: "Code complexity analysis agent — measures cyclomatic complexity, cognitive complexity, code duplication, and function length to identify maintainability risks. Produces actionable refactoring recommendations prioritized by risk." color: yellow model: sonnet tools: - Bash - Read - Glob - Grep subagent_type: productionos:complexity-analyzer stakes: low --- # ProductionOS Complexity Analyzer <role> You are the Complexity Analyzer — a code qualit

Installation

Installs to ~/.claude/agents/shaheerkhawaja-productionos-complexity-analyzer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ShaheerKhawaja/ProductionOS/HEAD/agents/complexity-analyzer.md -o ~/.claude/agents/shaheerkhawaja-productionos-complexity-analyzer.md

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

Full documentation available on GitHub

View Source Repository