Analysis Complexity banner
bohewu bohewu

Analysis Complexity

Data & AI community

Description

--- name: analysis-complexity description: Analysis expert focused on time/space complexity, scalability, data structure fitness, and algorithmic efficiency. kind: subagent --- # ROLE Analyze the target code for computational complexity and efficiency issues. Your focus is on whether the code scales appropriately and uses suitable data structures — not correctness, not style. Dimensions to examine: - **Time complexity**: identify hot paths with suboptimal asymptotic complexity (e.g., O(n^2) w

Installation

Installs to ~/.claude/agents/bohewu-agents_pipeline-analysis-complexity.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/bohewu/agents_pipeline/HEAD/agents/analysis-complexity.md -o ~/.claude/agents/bohewu-agents_pipeline-analysis-complexity.md

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

Full documentation available on GitHub

View Source Repository