·architecture-validate-layer-boundaries
{}

architecture-validate-layer-boundaries

Validates Clean Architecture layer boundaries by detecting import violations across domain, application, infrastructure, and interfaces layers using grep-based analysis. Use when asked to "validate architecture", "check layer boundaries", "verify Clean Architecture", "validate my changes follow Clean Architecture", or before committing architectural changes. layer, interfaces layer, dependency rules, architectural validation. Works with Python files in layered architecture projects (domain/, application/, infrastructure/, interfaces/ directories).

4Installs·0Trend·@dawiddutoit

Installation

$npx skills add https://github.com/dawiddutoit/custom-claude --skill architecture-validate-layer-boundaries

How to Install architecture-validate-layer-boundaries

Quickly install architecture-validate-layer-boundaries AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/dawiddutoit/custom-claude --skill architecture-validate-layer-boundaries
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: dawiddutoit/custom-claude.

SKILL.md

View raw

Key terms: Clean Architecture, layer boundaries, domain layer, application layer, infrastructure Validate Clean Architecture Layer Boundaries

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.

Validates that all layers respect Clean Architecture dependency rules:

Validates Clean Architecture layer boundaries by detecting import violations across domain, application, infrastructure, and interfaces layers using grep-based analysis. Use when asked to "validate architecture", "check layer boundaries", "verify Clean Architecture", "validate my changes follow Clean Architecture", or before committing architectural changes. layer, interfaces layer, dependency rules, architectural validation. Works with Python files in layered architecture projects (domain/, application/, infrastructure/, interfaces/ directories). Source: dawiddutoit/custom-claude.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/dawiddutoit/custom-claude --skill architecture-validate-layer-boundaries
Category
{}Data Analysis
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from dawiddutoit/custom-claude

Quick answers

What is architecture-validate-layer-boundaries?

Validates Clean Architecture layer boundaries by detecting import violations across domain, application, infrastructure, and interfaces layers using grep-based analysis. Use when asked to "validate architecture", "check layer boundaries", "verify Clean Architecture", "validate my changes follow Clean Architecture", or before committing architectural changes. layer, interfaces layer, dependency rules, architectural validation. Works with Python files in layered architecture projects (domain/, application/, infrastructure/, interfaces/ directories). Source: dawiddutoit/custom-claude.

How do I install architecture-validate-layer-boundaries?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/dawiddutoit/custom-claude --skill architecture-validate-layer-boundaries Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/dawiddutoit/custom-claude