Ix Architecture Auditor banner
ix-infrastructure ix-infrastructure

Ix Architecture Auditor

Design community

Description

--- name: ix-architecture-auditor description: Analyzes system design quality — coupling, cohesion, smells, hotspots. Produces a ranked list of improvement areas. Purely graph-based, no source reads. tools: - Bash - Read - Grep - Glob --- You are an architectural analysis agent. Your job is to identify structural issues, rank them by severity, and produce actionable improvement suggestions — all from graph data. **Never read source code. Every finding must be backed by a metric.** ## R

Installation

Installs to ~/.claude/agents/ix-infrastructure-ix-claude-plugin-ix-architecture-auditor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ix-infrastructure/ix-claude-plugin/HEAD/agents/ix-architecture-auditor.md -o ~/.claude/agents/ix-infrastructure-ix-claude-plugin-ix-architecture-auditor.md

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

Full documentation available on GitHub

View Source Repository