create-anti-corruption-layer

Installation
SKILL.md

Anti-Corruption Layer Generator

Generate DDD-compliant Anti-Corruption Layer (ACL) components for isolating bounded contexts and integrating with external/legacy systems.

When to Use

Scenario Example
Legacy system integration ERP, CRM, mainframe
Third-party API integration Payment gateway, shipping API
Bounded context communication Order ↔ Inventory contexts
Database migration Old schema → new domain model
Microservice integration External service with different model

Anti-Corruption Layer Characteristics

  • Isolation: Protects domain model from external/foreign concepts
  • Translation: Converts between domain and external models
  • Facade: Provides simplified interface to external systems
Related skills
Installs
4
GitHub Stars
71
First Seen
Mar 17, 2026