verify-clean-arch
CommunityEnforce Clean Architecture rules.
Software Engineering#code quality#refactoring#clean architecture#dependency analysis#c##architecture validation
Authordaeha76
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill automatically verifies adherence to Clean Architecture principles within a C# project, preventing architectural drift and ensuring maintainability.
Core Features & Use Cases
- Layered Dependency Validation: Ensures strict unidirectional dependencies (Domain → Application → Infrastructure).
- Domain Purity Enforcement: Prevents external library references within the Domain layer.
- Interface Placement: Verifies interfaces reside in Domain/Application and implementations in Infrastructure.
- Namespace Consistency: Checks if file paths align with namespace declarations.
- Use Case: After making code changes, run this skill to catch any accidental introduction of infrastructure concerns into the domain layer, maintaining a clean and testable codebase.
Quick Start
Run the verify-clean-arch skill to check for architectural violations in the current project.
Dependency Matrix
Required Modules
None requiredComponents
scriptsreferences
💻 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: verify-clean-arch Download link: https://github.com/daeha76/RianFriends/archive/main.zip#verify-clean-arch Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.