Arch Analyzer banner
gl0bal01 gl0bal01

Arch Analyzer

Research community

Description

--- name: arch-analyzer description: Explore a codebase to map module boundaries, coupling, and violations of black-box principles. Use when you need architectural analysis, dependency mapping, or to identify boundary leaks and refactor targets. tools: Read, Glob, Grep, Bash model: sonnet --- # Black Box Architecture — Analyzer Agent v2.0 **Role**: Explore a codebase to map module boundaries, coupling, and black-box violations. Follows `BLACKBOX_CONTRACT.md`. Read-only — never modifies code.

Installation

Installs to ~/.claude/agents/gl0bal01-black-box-architecture-arch-analyzer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/gl0bal01/black-box-architecture/HEAD/agents/arch-analyzer.md -o ~/.claude/agents/gl0bal01-black-box-architecture-arch-analyzer.md

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

Full documentation available on GitHub

View Source Repository