creativeasen

Prelaunch — Security skill for Claude Code

Security community

Pre-launch gate for an ASEN project - runs every pre-launch checklist for its type and integrations, plus security, QA, backups, monitoring, and rollback checks.

How to install Prelaunch

Installs to ~/.claude/skills/creativeasen-asen-engineering-prelaunch/SKILL.md

Terminal
mkdir -p ~/.claude/skills/creativeasen-asen-engineering-prelaunch && curl -fsSL https://raw.githubusercontent.com/creativeasen/asen-engineering/HEAD/commands/prelaunch.md -o ~/.claude/skills/creativeasen-asen-engineering-prelaunch/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Prelaunch does


description: Pre-launch gate for an ASEN project - runs every pre-launch checklist for its type and integrations, plus security, QA, backups, monitoring, and rollback checks. Reports GO / NO-GO. disable-model-invocation: true

/prelaunch

Rule 0 applies: ASEN repos only.

  1. Identify the project type and integrations; load those ASEN skills plus security-core and dpdp-compliance.
  2. Go through the Pre-launch checklist section of every loaded skill. For each item: ✅ verified (ho

Alternatives in Security

  • MCP Security Checklist (SlowMist) — Comprehensive checklist: input validation, rate limiting, RBAC, credential management, container hardening 819 ★
  • Data Viz Audit — Audit a data visualization for chart type selection, accessible color palette, annotations, and anti-patterns 309 ★
  • UX A11y — WCAG 2.1 AA accessibility audit plus common-courtesy checks beyond the spec 66 ★

Full documentation available on GitHub

View Source Repository