api-implementation
When the API contract is ready and needs code behind it — implements handlers/controllers with validation.
4 skills tagged coding · capability axis.
When the API contract is ready and needs code behind it — implements handlers/controllers with validation.
When you have a spec and need idiomatic code — generates from specs with language convention enforcement.
When your API is fast but your database calls aren't — repository pattern, query optimization, N+1 prevention.
Master workflow for shipping a feature end-to-end. Orchestrates prd -> task-decomposition -> tdd-workflow -> code-review -> release-pipeline -> auditor. Composes the release-pipeline master as the delivery sub-workflow.