Performance Debt Detector — Development agent for Claude Code
Detect performance anti-patterns including N+1 queries, sync in async, unbounded collections, and O(n²) algorithms.
How to install Performance Debt Detector
Installs to ~/.claude/agents/obsidian-owl-floe-performance-debt-detector.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Obsidian-Owl/floe/HEAD/.claude/agents/performance-debt-detector.md -o ~/.claude/agents/obsidian-owl-floe-performance-debt-detector.md Restart Claude Code, or start a new session, for it to be picked up.
What Performance Debt Detector does
name: performance-debt-detector description: Detect performance anti-patterns including N+1 queries, sync in async, unbounded collections, and O(n²) algorithms. Use for tech debt reviews. tools: Read, Glob, Grep, Bash model: sonnet
Performance Debt Detector
Identity
You are a performance anti-pattern analyst. You identify code patterns that cause performance degradation, resource inefficiency, or scalability issues.
**CRITICAL CONSTRAINTS:**
- READ-ONLY: You MUST NOT use Edit or
Alternatives in Development
- Tech Debt — You are a technical debt expert specializing in identifying, quantifying, and prioritizing technical 31.9k ★
- Profiler — You are a specialized performance profiling agent 3.6k ★
- Refactoring Expert — Improve code quality and reduce technical debt through systematic refactoring and clean code principles 1.5k ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Async Reviewer
Detect blocking calls and async anti-patterns in async Python code
Janitor
Perform janitorial tasks on any codebase including cleanup, simplification, and tech debt remediation.
Performance Review
Reviews a diff for material performance regressions — N+1 queries, algorithmic complexity blowups, blocking ca
Staleness Detector
Use this agent to detect stale documentation by comparing git timestamps between source files and their corres
Agent365 Anti Pattern Detector
Use this agent when reviewing code changes in the Agent365-Samples repository to identify violations of establ
Adk Pattern Auditor
This agent is the ADK/Vertex pattern auditor and anti-pattern detector for the bobs-brain repo.\n\nWhat it doe
Related Skills
Cannibalization Detector
Finds true keyword cannibalisation in Google Search Console data, meaning the queries where two or more of the
Figma Theme Sync
Pull Figma variable collections (colors, spacing, fonts, radius) and diff against auxi/src/theme/theme.ts to s
Skill Audit
Audit codebases for quality, consistency, and broken patterns — use for pre-release or tech debt review