Build Services

Build a feature's services/ layer — async capability contracts (ports to the outside world). Optional.

Adobe 760ed2d 530 B Updated 142 repo stars

File contents

Create the feature's services/ layer: one <name>-service/ namespace folder per async contract — an interface (validated with AsyncDataService.IsValid), async-only members, and create* factories.

Only if the feature talks to the outside world. Comes after data/, before ecs/.

The how is in the auto-loading features/services/index.md rule (and namespace.md).

adobe/data/tree/main/.agents/skills/adobe-data-ai/build-services commit 760ed2db48

Frequently asked questions

npx skillmds@latest add adobe/build-services-2