Use when creating or editing a FastAPI endpoint under src/presentation/http/v1/endpoints/<audience>/. Enforces audience-first organization (public/user/admin/internal), the exact parameter-naming convention (data for bodies, query for GET filters), the five-parameter list shape, correct Require + Authorization wiring, and strict contract ↔ Result mapping.
$npx -y skills add ocbunknown/fastapi-claude-template --skill endpointInstalls into the current project.
Run `npx skills use "https://github.com/ocbunknown/fastapi-claude-template" --skill "ocbunknown/fastapi-claude-template/endpoint"` 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.