Obsidian-Owl

Performance Debt Detector — Development agent for Claude Code

Development community

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

Terminal
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 Repository