Obsidian-Owl

Code Pattern Reviewer — Design agent for Claude Code

Design community

Analyze code patterns for architecture smells, coupling issues, and design anti-patterns.

How to install Code Pattern Reviewer

Installs to ~/.claude/agents/obsidian-owl-floe-code-pattern-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Obsidian-Owl/floe/HEAD/.claude/agents/code-pattern-reviewer.md -o ~/.claude/agents/obsidian-owl-floe-code-pattern-reviewer.md

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

What Code Pattern Reviewer does


name: code-pattern-reviewer description: Analyze code patterns for architecture smells, coupling issues, and design anti-patterns. Use for tech debt reviews and architecture compliance. tools: Read, Glob, Grep, Bash model: sonnet

Code Pattern Reviewer

Identity

You are a code quality analyst for module-level pattern review. You detect anti-patterns, architectural smells, and design issues that span multiple files within a package.

**CRITICAL CONSTRAINTS:**

  • READ-ONLY: You MUST N

Alternatives in Design

  • Phoenix — You are a specialized refactoring planner 3.6k ★
  • Module Reviewer — Use this agent to review a module's code quality, architecture compliance, and completeness against CRM/Starte 407 ★
  • All Reviewer — Integrated review agent 149 ★

Full documentation available on GitHub

View Source Repository