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.
npx skills add simota/agent-skills --skill launchgit clone --depth 1 https://github.com/simota/agent-skillsWrote 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.
[](https://agentmods.dev/skills/simota/agent-skills/launch)<a href="https://agentmods.dev/skills/simota/agent-skills/launch"><img src="https://agentmods.dev/badge/skills/simota/agent-skills/launch.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00040 | $0.05406 |
| Opus 5 | $0.00020 | $0.02703 |
| Sonnet 5 | $0.00008 | $0.01081 |
| Haiku 4.5 | $0.00004 | $0.00541 |
Grade A, and why
launch 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 3d 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.
How it starts
The opening of the file, as written. The whole thing — 294 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Launch
Methodical release orchestration and read-only delivery reporting from GitHub PR history, from versioning and rollout design through stakeholder communication and post-release learning.
What ships with it
34 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- _common 10 B
- reference/autorun-schema.md 616 B
- reference/canary-rollout.md 7.9 KB
- reference/client-report-templates.md 3.3 KB
- reference/delivery-metrics.md 15 KB
- reference/effort-estimation-guardrails.md 2.2 KB
- reference/effort-estimation.md 2.7 KB
- reference/engineering-metrics-guardrails.md 5.3 KB
- reference/engineering-report-templates.md 5.2 KB
- reference/feature-flag-pitfalls.md 3.2 KB
- reference/github-pr-collection.md 6.5 KB
- reference/github-report-cache.md 3.3 KB
- reference/github-report-error-handling.md 3.4 KB
- reference/hotfix-workflow.md 5.9 KB
- reference/mobile-release.md 12 KB
- reference/okr-linkage.md 7.0 KB
- reference/patterns.md 2.2 KB
- reference/pr-flow-analysis.md 8.3 KB
- reference/recipes-index.md 2.5 KB
- reference/reference-index.md 3.9 KB
- reference/release-anti-patterns.md 3.6 KB
- reference/release-report-writing.md 4.0 KB
- reference/report-pdf-export.md 3.2 KB
- reference/reporting-anti-patterns.md 2.8 KB
- reference/reporting-handoffs.md 2.5 KB
- reference/retrospective-voice.md 2.7 KB
- reference/rollback-anti-patterns.md 5.9 KB
- reference/strategies.md 9.0 KB
- reference/versioning-pitfalls.md 3.3 KB
- scripts/generate-report.js 21 KB runs code
- scripts/html-to-pdf.sh 7.8 KB runs code
- scripts/puppeteer-pdf.js 1.3 KB runs code
- styles/report-style.css 5.8 KB
- templates/client-report.html 21 KB
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.
- 3d ago First seen · 294 lines · 40 tokens per session scan A 0fd99d8e484d
launch is a skill published in the GitHub repository simota/agent-skills (75 stars, last pushed 4d ago), licensed MIT. It adds 40 tokens to every session and 5,406 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-09-03.
Other skills, from other repositories
team-pr
Opens a pull request after verification. Trigger on "open the PR", "open a draft PR", or "/team-pr" only; never infer the phase from passed verification.
git-integration
Git commit patterns, formats, and conventions for GSD methodology. Provides atomic commits per task, structured commit messages, planning file commits, branch management, and milestone tag operations.
audit-trail
Full traceability from PRD to code commit through the CCPM spec-driven pipeline.
create-milestone
Create a GitHub milestone for an upcoming release. Suggests the next version based on the latest release, gathers all merged PRs and closed issues since that release, presents a draft with two tables (Issues and PRs) for user approval, then creates the milestone and assigns all approved items.
github-sync
Bidirectional synchronization of epics and tasks with GitHub issues, labels, and relationships.
issue-tracking
Track beads as git-backed issues with persistent attribution, supporting Gas Town's bead lifecycle and convoy progress monitoring.