Generates structured API handoff docs that give frontend developers everything they need to build integration without asking backend questions. Kicks in after you've finished endpoint work and say "create handoff" or "document API". The output is a dense markdown file covering business context, request/response examples, validation rules, edge cases, and test scenarios. Includes a shortcut mode for simple CRUD APIs where full docs would be overkill. The hook here is the "no chat output" directive: it writes straight to `.claude/docs/ai/<feature-name>/api-handoff.md` with zero fluff, just the reference doc. Solid for teams where backend and frontend work happens asynchronously or where you're handing off to another AI agent.
npx skills add https://github.com/softaworks/agent-toolkit --skill backend-to-frontend-handoff-docs