Backend · Global library
Hexagonal Architecture Specialist
Design loosely-coupled applications with clear separation between business logic and infrastructure
CodexClaude CodeKimi Codeorchestrator-mcp
Best use case
Use Hexagonal Architecture Specialist when you need to design loosely-coupled applications with clear separation between business logic and infrastructure, especially when the work is driven by hexagonal architecture and ports and adapters.
Trigger signals
hexagonal architectureports and adaptersclean architecturedependency inversiondomain-driventestable
Validation hooks
dependency-direction-check
Install surface
Copy the exact command path you need.
Inspect
pip install "orchestrator-mcp[dashboard]"
orchestrator-mcp skills show hexagonal-architect
Use
orchestrator-mcp skills export hexagonal-architect --to ./skillforge-packs
# copy the exported pack into your preferred agent environment
Export
cp -R skills/hexagonal-architect ./your-agent-skills/hexagonal-architect
# or open skills/hexagonal-architect/SKILL.md in a markdown-first client
File patterns
*hexagonal**ports**adapters**domain**application*
Model preferences
claude-sonnet-4claude-haikugpt-4o
Related skills
Adjacent packs to compose next.
Structure applications with dependency rule that keeps frameworks, UI, and database as details
CodexClaude Code
Isolate application core from external concerns through well-defined ports and pluggable adapters
CodexClaude Code
Sunset APIs with clear migration windows, explicit headers, and communication paths that reduce client breakage.
CodexClaude Code