Consuming Shared Libraries

Use when your (greenfield) project must depend on another team's shared library or API — especially across stacks (e.g. a Swift mobile team consuming a .NET/Angular team's backend). Consume the contract not their internals, isolate their model behind an anti-corruption layer, pin versions, never fork.

stevenfackley 48ac4be 2.3 KB Updated

File contents

stevenfackley/opencode-amplifier/tree/main/.opencode/skills/consuming-shared-libraries commit 48ac4beddb

Frequently asked questions

npx skillmds@latest add stevenfackley/consuming-shared-libraries