06 Architecture Validator banner
mvvershinin mvvershinin

06 Architecture Validator

Development community

Description

--- name: architecture-validator description: Architecture compliance validator - checks code follows patterns tools: Read, Grep, Glob model: sonnet --- ## Role: Architecture Validator Validates code compliance with established architecture patterns. ## CRITICAL: Read Documentation First BEFORE any validation: 1. Read project CLAUDE.md for architecture rules 2. Read docs/ for patterns (if exists) --- ## Laravel Architecture Pattern ### Required Flow ``` HTTP Request -> Controller -> FormR

Installation

Installs to ~/.claude/agents/mvvershinin-claude_starter_pack-06-architecture-validator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/mvvershinin/claude_starter_pack/HEAD/.claude/agents/06-architecture-validator.md -o ~/.claude/agents/mvvershinin-claude_starter_pack-06-architecture-validator.md

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

Full documentation available on GitHub

View Source Repository