pre-launch-checklist

pre-launch-checklist is a skill for Claude Code from Gekkos-tech/agency-os. It costs 161 tokens per session (1,419 once invoked), scanned A, original, MIT.

A final checklist for launching or relaunching a website, with special attention to German and European requirements. It covers legal pages, privacy, cookies, accessibility, security, redirects, forms, and search settings.

In plain words
What is it for?
Use it before changing DNS or publishing a site to check the Impressum, GDPR privacy notice, cookie consent, BFSG accessibility, SSL, redirects, 404 pages, social previews, sitemap, robots file, forms, and analytics.
Why use it?
It helps prevent a site from going live with legal blockers or broken technical basics. Failed legal checks result in a clear recommendation not to launch yet.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the quality-qa plugin — 6 skills, 1 command, 1 agent shipped together

Good fit Use it before changing DNS or publishing a site to check the Impressum, GDPR privacy notice, cookie consent, BFSG accessibility, SSL, redirects, 404 pages, social previews, sitemap, robots file, forms, and analytics.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/gekkos-tech/agency-os/pre-launch-checklist
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Gekkos-tech/agency-os --skill pre-launch-checklist
Clone the repo
git clone --depth 1 https://github.com/Gekkos-tech/agency-os

Made for: Claude Code.

Or install quality-qa, the plugin that ships this one along with the rest of its 6 skills, 1 command, 1 agent.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for pre-launch-checklist

README.md
[![agentmods](https://agentmods.dev/badge/skills/gekkos-tech/agency-os/pre-launch-checklist/github.svg)](https://agentmods.dev/skills/gekkos-tech/agency-os/pre-launch-checklist)
Your own site
<a href="https://agentmods.dev/skills/gekkos-tech/agency-os/pre-launch-checklist"><img src="https://agentmods.dev/badge/skills/gekkos-tech/agency-os/pre-launch-checklist/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for pre-launch-checklist

Your own site · 80×15
<a href="https://agentmods.dev/skills/gekkos-tech/agency-os/pre-launch-checklist"><img src="https://agentmods.dev/badge/skills/gekkos-tech/agency-os/pre-launch-checklist.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 161 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,419 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00161 $0.01419
Opus 5 $0.00081 $0.00709
Sonnet 5 $0.00032 $0.00284
Haiku 4.5 $0.00016 $0.00142

Measured 11d ago against content hash 3552cee077fa, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

pre-launch-checklist scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/quality-qa/skills/pre-launch-checklist/SKILL.md · 114 lines

How it starts

The opening of the file, as written. The whole thing — 114 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Pre-Launch Checklist

Run this as the last gate before DNS cutover. Two sections: legal (hard blockers — a German site going live without these creates liability) and technical. Produce docs/launch-checklist.md with pass/fail + evidence per item. Anything failing legal = no launch recommendation, stated plainly.

Impressum (§ 5 DDG, formerly TMG)

  • Impressum page exists, reachable from EVERY page within 2 clicks
  • Contains: full legal name + legal form, postal address (no P.O. box), email AND a second fast contact channel (usually phone), authorized representative, commercial register + number (if registered), USt-IdNr. (if assigned), supervisory authority / chamber for regulated professions
  • Responsible person for editorial content (§ 18 Abs. 2 MStV) if the site has journalistic/editorial content

Datenschutzerklärung (DSGVO)

  • Privacy policy page linked from every page, current, and matching what the site ACTUALLY does — verify against reality:
    • every third-party service found in the code/network tab is listed (fonts, maps, analytics, tag manager, video embeds, forms, CDN, chat)
    • legal basis named per processing purpose
    • data subject rights, retention, controller contact, Datenschutzbeauftragter (if required)
  • Google Fonts are self-hosted (loading from fonts.googleapis.com is an established Abmahnung risk in Germany), same logic for other third-party assets that leak IPs pre-consent
  • Forms: only necessary fields, HTTPS submission, no pre-checked marketing checkboxes, double opt-in for newsletters

Cookie-Consent (TDDDG § 25 + DSGVO)

  • No non-essential cookies/storage before consent — verify in DevTools with a fresh profile: only technically necessary items pre-consent
  • Analytics/marketing tags fire only AFTER opt-in (test both paths)
  • Banner: "Reject all" as prominent as "Accept all", granular choices, consent revocable (persistent link/settings), no dark patterns
  • If only essential cookies are used: no banner needed — do not add one "for safety"; document it instead

Read the full file on GitHub · 114 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 114 lines · 161 tokens per session scan A 3552cee077fa

Subscribe to this mod's changes

pre-launch-checklist is a skill published in the GitHub repository Gekkos-tech/agency-os (5 stars, last pushed 2mo ago), licensed MIT. It adds 161 tokens to every session and 1,419 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

neo-iso-27001

Use this skill when the user needs to establish, review, or improve an ISO/IEC 27001 ISMS, perform information security risk discovery, define scope, create an evidence matrix, conduct a gap analysis, draft a Statement of Applicability, prepare for an internal audit, or create an improvement plan. Use neo-iso-27701…

Benknightdark/neo-skills · 103 tokens

neo-iso-27701

Use this skill when the user needs to establish, review, or improve an ISO/IEC 27701 PIMS, inventory PII processing, analyze controller and processor responsibilities, create a privacy risk or evidence matrix, conduct a gap analysis, prepare for an audit, or create an improvement plan. Use neo-iso-27001 when the main…

Benknightdark/neo-skills · 102 tokens

market-research-workflow

Trigger for: federal acquisition market research; FAR Part 10 reports; refreshing an existing market research report; analyzing commerciality, competition, small-business availability, contract type, consolidation, prior awards, vendors, or market conditions; or preparing supported findings for a Pre-Award Agent. A…

aiskillstore/marketplace · 139 tokens

ot-cost-analysis

Trigger for: Other Transaction or OT should-cost, cost estimate, cost-share analysis, milestone pricing, funding profile, proposed-price comparison, prototype price analysis, research OT budget, production follow-on OT estimate, or OT price-reasonableness support under 10 U.S.C. 4021 or 4022. Build auditable…

aiskillstore/marketplace · 165 tokens

acquisition-policy-workflow

Trigger for: explaining current FAR, DFARS, or agency-supplement text; determining documented acquisition-policy status for an agency and FAR part; comparing codified text, RFO model text, and agency deviations; tracing acquisition rulemaking; finding procurement comment periods; analyzing public comments; refreshing…

aiskillstore/marketplace · 115 tokens

ot-project-description-builder

Trigger for: OT project description, OTA scope, Research OT under 10 U.S.C. 4021, Prototype OT under 10 U.S.C. 4022, follow-on production scope under 10 U.S.C. 4022(f), milestone-based project scope, prototype objective, phase or go/no-go structure, BAA white-paper conversion, SOO conversion, transition planning, or…

aiskillstore/marketplace · 185 tokens