launch-store: Skill for Claude Code

.claude/skills/run-the-gate/SKILL.md

run-the-gate is a skill for Claude Code from YosefHayim/launch-store. It costs 45 tokens per session (304 once invoked), scanned A, original, MIT.

A skill for running launch-store's full validation gate: type checks, style checks, documentation checks, tests, and a production build.

In plain words
What is it for?
Use it after making a change, when reproducing a CI failure, or before merging. It also explains how to regenerate documentation when its check fails.
Why use it?
It verifies that a completed change works across code, documentation, tests, and packaging before it is considered finished.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: reads .claude/ paths; mentions AGENTS.md.

This is YosefHayim/launch-store's own configuration. It tells Claude Code how to work on launch-store itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything launch-store configures →

Reuse

Borrowing it

Nothing to install: this file belongs to YosefHayim/launch-store. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/YosefHayim/launch-store/main/.claude/skills/run-the-gate/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/YosefHayim/launch-store

Made for: Claude Code.

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 run-the-gate

README.md
[![agentmods](https://agentmods.dev/badge/skills/yosefhayim/launch-store/run-the-gate/github.svg)](https://agentmods.dev/skills/yosefhayim/launch-store/run-the-gate)
Your own site
<a href="https://agentmods.dev/skills/yosefhayim/launch-store/run-the-gate"><img src="https://agentmods.dev/badge/skills/yosefhayim/launch-store/run-the-gate/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 run-the-gate

Your own site · 80×15
<a href="https://agentmods.dev/skills/yosefhayim/launch-store/run-the-gate"><img src="https://agentmods.dev/badge/skills/yosefhayim/launch-store/run-the-gate.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 45 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 304 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.00045 $0.00304
Opus 5 $0.00023 $0.00152
Sonnet 5 $0.00009 $0.00061
Haiku 4.5 $0.00005 $0.00030

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

Security

Grade A, and why

run-the-gate 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 9d 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.

.claude/skills/run-the-gate/SKILL.md · 22 lines

What it actually says

Run the validation gate

Use this when

  • you finished a change and need to confirm it's green before calling it done
  • CI failed and you want to reproduce the gate locally
  • before opening or squash-merging a PR

Steps

  1. pnpm typecheck && pnpm lint && pnpm lint:style && pnpm docs:check && pnpm test && pnpm build - the six-part gate from AGENTS.md (lint is Biome, lint:style is Launch-specific, and docs:check guards generated docs).
  2. If docs:check fails, run pnpm docs:gen and commit the generated docs (docs/commands.md, llms.txt, .cursor/rules/*, .claude/skills/*, README badges, and config docs).

All gates must be green before a change is done. The husky pre-commit hook runs lint + format + typecheck but not the tests and can be bypassed, so run the full line yourself. Add a *.test.ts beside any new logic.

See AGENTS.md -> “Before you call a change done”.

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. 9d ago First seen · 22 lines · 45 tokens per session scan A 49cc87b166e9

Subscribe to this mod's changes

run-the-gate is a skill published in the GitHub repository YosefHayim/launch-store (8 stars, last pushed 12d ago), licensed MIT. It adds 45 tokens to every session and 304 once invoked, about $0.0002 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

app-store-preflight-compliance

Pre-submission compliance scanner workflow for Apple App Store apps. Use when reviewing iOS, macOS, tvOS, watchOS, or visionOS projects (Swift, Objective-C, React Native, Expo) for App Store rejection risks, submission readiness, privacy compliance, or guideline violations.

RevylAI/greenlight · 65 tokens

greenlight

It now lives at skills/greenlight/SKILL.md.

RevylAI/greenlight · 0 tokens

github-actions

Use when authoring or fixing GitHub Actions CI/CD — workflows under .github/workflows, triggers, job matrix, caching, token permissions, OIDC cloud deploys, environment gates, reusable workflows. NOT the Dockerfile or image build strategy (that is docker), NOT the branching model (that is git-workflow), NOT release…

ericrisco/rsc-harness · 81 tokens

knowledge-engineering-quality-and-delivery

A project-wide quality and delivery workflow covering tests, release checks, builds, publishing, and bilingual documentation for Blade Code.

echoVic/blade-code · 132 tokens

appstore-ppp-pricing

Bulk-sets App Store in-app purchase and subscription prices across 175+ countries by purchasing power parity, using the appstore-ppp-prices CLI. Use whenever the user wants to localize, bulk-update, lower, raise or review regional App Store pricing — "set regional prices", "PPP pricing", "make my app cheaper in…

duceum/appstore-ppp-pricing-agent-skill · 115 tokens

hatch3r-ci-pipeline

Designs and optimizes CI/CD pipelines. Covers stage design, test parallelization, artifact management, and pipeline performance.

hatch3r/hatch3r · 32 tokens