Launch week
Security, performance and a rollback plan before real users arrive.
Install the kit
4 available install commands
npx skills@latest add AaravKashyap12/secure-launch --skill secure-launch
npx skills@latest add addyosmani/agent-skills --skill shipping-and-launch
npx skills@latest add cloudflare/skills --skill web-perf
npx skills@latest add addyosmani/agent-skills --skill ci-cd-and-automationEach command asks which agents to install for; add -g to install globally.
In this kit
Secure Launch
A security checklist shaped to your project before it goes live, with approved fixes checked one by one.
What it can touch: Edits code · Runs commands
—not counted yet
npx skills@latest add AaravKashyap12/secure-launch --skill secure-launchShipping and launch
A pre-launch checklist with feature flags, staged rollout and a rollback plan.
What it can touch: Writes docs
38Kinstalls
npx skills@latest add addyosmani/agent-skills --skill shipping-and-launchWeb performance
Audits Core Web Vitals from a real performance trace, then maps fixes to your code.
What it can touch: Browser · Needs MCP
83Kinstalls
npx skills@latest add cloudflare/skills --skill web-perfCI/CD and automation
Sets up CI quality gates and deployment strategies in GitHub Actions.
What it can touch: Edits code · Runs commands
39Kinstalls
npx skills@latest add addyosmani/agent-skills --skill ci-cd-and-automation