clean-architecture-validator

Official

Catch layer violations before they spread

Authorsilcam
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill finds Clean Architecture problems in code by checking whether each layer depends only on the layers it is allowed to use. It helps teams catch broken boundaries, misplaced interfaces, and direct links to infrastructure before they become hard to fix.

Core Features & Use Cases

  • Dependency Rule Checks: Detects when domain or application code depends on outer layers.
  • Layer Boundary Review: Maps code into domain, application, infrastructure, and presentation areas.
  • Interface Placement Review: Flags repository and port interfaces that live in the wrong layer.
  • Refactoring Guidance: Gives short fixes that explain where code should move.
  • Use Case: Review a service before release to find architecture violations and get a focused list of problems to repair.

Quick Start

Ask the clean-architecture-validator skill to review the repository for layer violations and return only the issues that need refactoring.

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: clean-architecture-validator
Download link: https://github.com/silcam/lessons-from-luke/archive/main.zip#clean-architecture-validator

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 537,000+ vetted skills library on demand.