From mcp-auth
Walks through a structured production readiness checklist for Scalekit MCP authentication implementations. Use when the user says they are going live, launching to production, doing a pre-launch review, or wants to verify their MCP server authentication is production-ready.
How this skill is triggered — by the user, by Claude, or both
Slash command
/mcp-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)httpOnly, secure, and sameSite flags/.well-known/oauth-protected-resourceKey metrics:
npx claudepluginhub scalekit-inc/claude-code-authstack --plugin mcp-authProvides Clerk production readiness checklist with env validation, security checks, and TypeScript script for live keys, API connectivity, webhooks, and middleware.
Provides production deployment checklist for MaintainX integrations verifying security, resilience, data integrity, observability, and performance.
Declares auth scopes, configures JWT/OAuth modes, and enforces multi-tenancy on tools and resources in `@cyanheads/mcp-ts-core` projects.