Advanced Clean Hexagonal Architecture

Apply Clean Architecture and Hexagonal (Ports & Adapters) patterns for domain isolation and testability. Use when designing system boundaries, creating ports/adapters, or structuring domain-driven applications.

$ Instalar

git clone https://github.com/leaderiop/hex-di /tmp/hex-di && cp -r /tmp/hex-di/.claude/skills/advanced-clean-hexagonal-architecture ~/.claude/skills/hex-di

// tip: Run this command in your terminal to install the skill


name: Advanced Clean Hexagonal Architecture description: Apply Clean Architecture and Hexagonal (Ports & Adapters) patterns for domain isolation and testability. Use when designing system boundaries, creating ports/adapters, or structuring domain-driven applications.

Advanced Clean Hexagonal Architecture

This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they relate to how it should handle Clean Architecture and Hexagonal Architecture patterns.

Instructions

For details, refer to the information provided in this file: clean-hexagonal-architecture