architecture-validate-architecture

Installation
SKILL.md

Validate Architecture

Table of Contents

Quick StartWhen to Use | What It Does | Simple Example

How to ImplementValidation Process | Architecture Rules | Expected Output

PatternsClean Architecture | Hexagonal | Layered | MVC

HelpAnti-Patterns | Troubleshooting | Integration

ReferenceLayer Dependencies | Diff-Aware Validation | Quick Reference


Purpose

Automates architecture validation for multiple architectural patterns (Clean Architecture, Hexagonal, Layered, MVC). Automatically detects the project's architectural style from ARCHITECTURE.md, scans all source files for import violations, validates dependency direction (inward only for Clean/Hexagonal), and reports violations with specific fixes. Adapts to any architectural pattern and provides actionable remediation guidance.

Related skills
Installs
7
GitHub Stars
1
First Seen
Jan 26, 2026