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 simonrowland/goal-flight --skill goal-flight-initgit clone --depth 1 https://github.com/simonrowland/goal-flightWrote 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/simonrowland/goal-flight/goal-flight-init)<a href="https://agentmods.dev/skills/simonrowland/goal-flight/goal-flight-init"><img src="https://agentmods.dev/badge/skills/simonrowland/goal-flight/goal-flight-init/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.
<a href="https://agentmods.dev/skills/simonrowland/goal-flight/goal-flight-init"><img src="https://agentmods.dev/badge/skills/simonrowland/goal-flight/goal-flight-init.svg" alt="Reviewed on agentmods" width="80" 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.00035 | $0.00181 |
| Opus 5 | $0.00017 | $0.00090 |
| Sonnet 5 | $0.00007 | $0.00036 |
| Haiku 4.5 | $0.00003 | $0.00018 |
Grade A, and why
goal-flight-init 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.
What it actually says
goal-flight-init
Use this skill when the user asks for /goal-flight init <topic> or wants to
start a durable Goal Flight run for a repository task.
Steps
- Read the repository
AGENTS.mdfirst when present. - Read the repository root
SKILL.mdas the canonical Goal Flight workflow. - Read
commands/init.mdand the protocols it references. - Treat the user's remaining text as the init topic.
- Run only the procedural checks and file-backed setup that
commands/init.mdrequires.
Keep queue, ledger, review, and handoff artifacts file-backed. Return paths and a compact readiness summary.
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 Changed · +21 tokens per session e756ca182b2c
- 9d ago First seen · 22 lines · 14 tokens per session scan A 0bb52d5441fa
goal-flight-init is a skill published in the GitHub repository simonrowland/goal-flight (20 stars, last pushed yesterday), licensed MIT. It adds 35 tokens to every session and 181 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-30.
Other skills, from other repositories
github-triage
Triage GitHub issues through a label-based state machine with interactive grilling sessions. Use when user wants to triage issues, review incoming bugs or feature requests, prepare issues for an AFK agent, or manage issue workflow.
backlog
Capture single backlog items, or list and triage an existing project backlog. Use this skill whenever the user wants to file a bug, feature request, or backlog item without writing a full PRD, including casual requests mid-conversation like "create an issue for that", "add this to the backlog", or "file a quick bug…
reframe-voice
Write, rewrite, or review content in the evidence-led reframe voice style. Use when the user explicitly asks to write in "reframe voice" or "reframe style". Do NOT use for general writing tasks.
to-tickets
Break a plan, spec, or the current conversation into independently-grabbable tickets on the project issue tracker using tracer-bullet vertical slices, each declaring the tickets that block it. Use when user wants to convert a plan or spec into tickets, create implementation tickets, or break down work into issues.
to-spec
Turn the current conversation context into a spec and submit it as a GitHub issue. Use when user wants to create a spec or PRD from the current context.
pb-nested-orchestrator
Spawn a parent agent that spawns and supervises its own sub-agents, forming a two-level tree on the agentproto daemon. Trigger for delegation depth - 'agent that spawns sub-agents', 'two-level agent tree', 'let an agent orchestrate on its own'.