Pre-production audit, hardening, and go-live checklists for FrontMCP servers. Use before shipping to verify security hardening, performance, reliability, and observability, and for target-specific production checklists: Node server (Docker, graceful shutdown, Redis session scaling), Vercel and edge (cold-start, stateless design), AWS Lambda (cold start, scaling, monitoring), Cloudflare Workers (KV, Durable Objects, runtime limits), CLI binary and local daemon (stdio and socket transport), browser SDK bundle, and embedded npm SDK. Also configuring /healthz and /readyz health and readiness endpoints with custom probes, and distributed high-availability (multi-pod heartbeat, session takeover, notification relay). Triggers: production ready, security audit, hardening, performance check, production checklist, go live, pre-launch review.
$npx -y skills add agentfront/frontmcp --skill frontmcp-production-readinessInstalls into the current project.
Run `npx skills use "https://github.com/agentfront/frontmcp" --skill "agentfront/frontmcp/frontmcp-production-readiness"` 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/agentfront/frontmcp" that are relevant to the current task. Run `npx skills add "https://github.com/agentfront/frontmcp"` and select the relevant skills, then follow their instructions.