architecture-validate-layer-boundaries

Installation
SKILL.md

Key terms: Clean Architecture, layer boundaries, domain layer, application layer, infrastructure

Validate Clean Architecture Layer Boundaries

Purpose

Validates that all layers respect Clean Architecture dependency rules by checking that domain has no external imports, application doesn't import from interfaces, and infrastructure implements repository interfaces correctly. Ensures architectural integrity before commits and during quality gates.

Table of Contents

Core Sections

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