Use when integrating an external HTTP API (Stripe, GitHub, Twilio, a payment provider, etc.) into the project. Enforces the Client + Service split — Client lives in infrastructure and returns raw vendor-shaped Pydantic responses, Service lives in application and maps raw responses to application Result types. Covers where to put ports, vendor enums, raw response DTOs, how to wire DI, and how to let a use case access a raw response when it genuinely needs one.
$npx -y skills add ocbunknown/fastapi-claude-template --skill api-clientInstalls into the current project.
Run `npx skills use "https://github.com/ocbunknown/fastapi-claude-template" --skill "ocbunknown/fastapi-claude-template/api-client"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/ocbunknown/fastapi-claude-template" that are relevant to the current task. Run `npx skills add "https://github.com/ocbunknown/fastapi-claude-template"` and select the relevant skills, then follow their instructions.