# Build Services

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

- Skill: `adobe/build-services` (Agent Skill)
- Install (CLI): `npx skillmds@latest add adobe/build-services`
- Raw SKILL.md: https://api.skillmd.com/api/skills/adobe/build-services/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Adobe (https://skillmd.com/u/adobe)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/adobe/build-services

---


Skip if this feature doesn't contain or require services.

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 `services/main-service/`.

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

