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 agentmods add skills/geono/claude-launchpad/launchpadnpx skills add Geono/claude-launchpad --skill launchpadgit clone --depth 1 https://github.com/Geono/claude-launchpadWrote 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/geono/claude-launchpad/launchpad)<a href="https://agentmods.dev/skills/geono/claude-launchpad/launchpad"><img src="https://agentmods.dev/badge/skills/geono/claude-launchpad/launchpad.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 | $0.00060 | $0.01971 |
| Opus 5 | $0.00030 | $0.00986 |
| Sonnet 5 | $0.00012 | $0.00394 |
| Haiku 4.5 | $0.00006 | $0.00197 |
Grade A, and why
launchpad 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 4d 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 — 207 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Launchpad
End-to-end orchestrator that chains launchpad-spec → launchpad-plan → launchpad-run into a single guided workflow. Ensures every phase completes before the next begins, and asks the user the right questions at every step.
Commands
/launchpad <feature description> # Start full pipeline from scratch
/launchpad status # Show current pipeline stage and progress
/launchpad resume # Resume from where you left off
Pipeline Stages
STAGE 1: SPEC STAGE 2: PLAN STAGE 3: RUN
┌──────────────┐ ┌──────────────┐ ┌──────────────┐
│ /lp:spec │ │ Dependency │ │ /lp:run │
│ ↓ │ │ analysis │ │ ↓ │
│ /lp:refine │──────→│ ↓ │──────→│ Dispatch │
│ ↓ │ │ Wave assign │ │ sub-agents │
│ /lp:clarify │ │ ↓ │ │ ↓ │
│ ↓ │ │ harness- │ │ Validate & │
│ /lp:tasks │ │ tasks.json │ │ merge │
└──────────────┘ └──────────────┘ └──────────────┘
User answers Automatic Autonomous
questions here (with review) (with recovery)
Stage 1: Spec (uses launchpad-spec skill)
Entry
When the user triggers /launchpad <description>:
- Announce stage: "Stage 1/3: Spec — Defining requirements clearly."
- Invoke
/lp:specwith the user's description - Track state: Write
.launchpad.jsonto project root (see State File below)
Iteration Loop
After /lp:spec creates the spec with questions:
- Present questions to the user
- Wait for answers → invoke
/lp:clarifywith user's response - If more questions arise → repeat
- If spec needs research → suggest and invoke
/lp:refine - Gate check: Only proceed when "Open Questions" section is empty
Gate 1 → 2
When all questions are resolved:
- Invoke
/lp:tasksto generate the task breakdown - Present task list to the user
- Ask: "Please review the task list. Let me know if anything is missing or needs changes. If it looks good, we'll proceed to the next stage."
- If user requests changes → edit task file → re-present
- If user approves → proceed to Stage 2
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.
- 4d ago First seen · 207 lines · 60 tokens per session scan A fa22a671f168
launchpad is a skill published in the GitHub repository Geono/claude-launchpad (4 stars, last pushed 5mo ago), licensed MIT. It adds 60 tokens to every session and 1,971 once invoked, about $0.0003 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.
Other skills, from other repositories
ads-linkedin
Audit LinkedIn Ads measurement, Insight Tag and conversions, professional audiences, lead generation, ABM, creative, bidding, budgets, pacing, automation, and policy. Use for LinkedIn Ads, Campaign Manager, Insight Tag, Lead Gen Forms, Thought Leader Ads, ABM campaigns, or B2B paid media.
ads-launch
Draft or explicitly apply a paid-ad campaign launch through Claude Ads capability-gated adapters. Use for campaign creation, launch plans, publishing ads, activating campaigns, uploading creative, or requests to push a campaign live.
bun-test-mocking
Use for mock functions in Bun tests, spyOn, mock.module, implementations, and test doubles.
api-response-optimization
Optimizes API performance through payload reduction, caching strategies, and compression techniques. Use when improving API response times, reducing bandwidth usage, or implementing efficient caching.
plan-create
Create structured implementation plans for autonomous TDD development. Use for new features, multi-file changes, or anything requiring multiple steps or tests. Triggers on aspirational openers ("let's build", "let's start building", "I want to make", "I want an app that", "help me build"), capability lists ("users…
blog-multilingual
One-command multilingual blog creation. Writes a blog post, translates it into user-specified languages, applies cultural adaptation, and emits hreflang tags, sitemap entries, and a CMS-ready language map. The complete write-to-publish pipeline for international content. Orchestrates blog-write, blog-translate…