architecture-validate-architecture
Installation
SKILL.md
Validate Architecture
Table of Contents
Quick Start → When to Use | What It Does | Simple Example
How to Implement → Validation Process | Architecture Rules | Expected Output
Patterns → Clean Architecture | Hexagonal | Layered | MVC
Help → Anti-Patterns | Troubleshooting | Integration
Reference → Layer 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