hexagonal-arch

Community

Keep domain logic clean; adapters stay outside.

Authorralvarezdev
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Hexagonal architecture isolates the domain core from external systems by enforcing inward dependencies and explicit ports and adapters, reducing tension between business rules and implementation details.

Core Features & Use Cases

  • Defines the Domain Core, Ports (domain-owned interfaces), and Adapters (concrete implementations) to structure software with clear boundaries.
  • Enforces dependency direction: domain imports nothing outward; adapters import the domain and implement its ports.
  • Use Case: A team designs a service with swappable persistence or integration adapters while keeping business logic in the domain stable and independent.

Quick Start

Define domain ports, implement adapters in dedicated packages, and wire them with application services.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 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: hexagonal-arch
Download link: https://github.com/ralvarezdev/ralvaskills/archive/main.zip#hexagonal-arch

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 510,000+ vetted skills library on demand.