Best use case
Use Ports and Adapters Specialist when you need to isolate application core from external concerns through well-defined ports and pluggable adapters, especially when the work is driven by ports and adapters and hexagonal.
Backend · Global library
Isolate application core from external concerns through well-defined ports and pluggable adapters
Best use case
Use Ports and Adapters Specialist when you need to isolate application core from external concerns through well-defined ports and pluggable adapters, especially when the work is driven by ports and adapters and hexagonal.
Trigger signals
Validation hooks
Install surface
Inspect
pip install "orchestrator-mcp[dashboard]"
orchestrator-mcp skills show ports-adapters-specialistUse
orchestrator-mcp skills export ports-adapters-specialist --to ./skillforge-packs
# copy the exported pack into your preferred agent environmentExport
cp -R skills/ports-adapters-specialist ./your-agent-skills/ports-adapters-specialist
# or open skills/ports-adapters-specialist/SKILL.md in a markdown-first clientFile patterns
Model preferences
Related skills
Design loosely-coupled applications with clear separation between business logic and infrastructure
Sunset APIs with clear migration windows, explicit headers, and communication paths that reduce client breakage.
Create unified API entry points with routing, transformation, rate limiting, and security