From agent-auth
Walks through a structured production readiness checklist for Scalekit agent authentication implementations. Use when the user says they are going live, launching to production, doing a pre-launch review, or wants to verify their agent OAuth implementation is production-ready.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agent-auth:production-readiness-scalekitThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Work through each section in order — earlier sections are blockers for later ones.
Work through each section in order — earlier sections are blockers for later ones.
state parameter in callbacks (CSRF protection)Per connected service:
Key metrics:
npx claudepluginhub scalekit-inc/claude-code-authstack --plugin agent-authProvides Clerk production readiness checklist with env validation, security checks, and TypeScript script for live keys, API connectivity, webhooks, and middleware.
Runs MindTickle production checklist: verifies credentials, rate limits, error handling, TypeScript health checks, monitoring, alerting, and rollback procedures.
Delivers production checklist for ClickUp API v2 integrations: auth/secrets, error/rate handling, monitoring, webhooks, plus bash script for health checks (auth, limits, latency).