Adapter

Teach and apply the Adapter pattern to let incompatible interfaces collaborate by translating calls, data formats, or call order through a wrapper. Use when users ask about Adapter or Wrapper, integrating legacy or third-party services, format conversion boundaries, or comparing Adapter with Decorator, Facade, Proxy, or Bridge.

mdadul Updated

File contents

mdadul/agent-skills/tree/main/skills/design-pattern/structural/adapter commit 13e586dd1b

Frequently asked questions

npx skillmds@latest add mdadul/adapter