From api-integration
Read API docs (or an OpenAPI spec) and produce an auth plan, core endpoints, a minimal Python client plan, and the code. Use when integrating a new API.
How this skill is triggered — by the user, by Claude, or both
Slash command
/api-integration:api-integrationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Read the API docs I point you at (URL, scraped docs, or OpenAPI spec) and return only:
Read the API docs I point you at (URL, scraped docs, or OpenAPI spec) and return only:
Then generate the Python client that follows that plan: a small requests/httpx client with typed methods, env-var config, retry/backoff, and pytest tests with mocked responses. Keep it production-shaped, not a toy.
npx claudepluginhub blakeallard/blake-bevco-stack --plugin api-integrationProvides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.