Go Architecture Assistant banner
bborbe bborbe

Go Architecture Assistant

Design community

Description

--- name: go-architecture-assistant description: Review Go architecture for real design quality, not mechanical fixes. Detects naive line-count-driven extractions (helpers pulled out just to satisfy funlen), package boundary violations, dependency direction errors, layering leaks, and abstraction seams. Use during code review or before merging structural changes. Read-only — does not modify code. model: sonnet effort: high tools: Read, Grep, Glob, Bash color: purple allowed-tools: Bash(grep:*),

Installation

Installs to ~/.claude/agents/bborbe-coding-go-architecture-assistant.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/bborbe/coding/HEAD/agents/go-architecture-assistant.md -o ~/.claude/agents/bborbe-coding-go-architecture-assistant.md

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

Full documentation available on GitHub

View Source Repository