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 commands/simonrowland/goal-flight/migrategit clone --depth 1 https://github.com/simonrowland/goal-flightWhat 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.00013 | $0.00510 |
| Opus 5 | $0.00006 | $0.00255 |
| Sonnet 5 | $0.00003 | $0.00102 |
| Haiku 4.5 | $0.00001 | $0.00051 |
Grade A, and why
migrate 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 — 48 lines — stays where its author put it; the contents beside it link to each section on GitHub.
migrate
Use when an existing project already has markdown task, bug, or issue lists and the controller needs a guided, non-destructive entry point into the task store.
Flow
- Pick one or more project-root-relative markdown globs:
python3 goalflight_task.py migrate --source "docs/**/*.md". - Read the preview. It runs harvest in dry-run JSON mode and prints candidates
grouped by source file.
--dry-run --jsonreturns the same harvest-shaped JSON preview for tooling. No source file is deleted, moved, or edited. - Apply only when the preview is right:
python3 goalflight_task.py migrate --source "docs/**/*.md" --apply. - Curate the created drafts:
python3 goalflight_task.py list --tag harvest, thenlane,done,review, andacceptas appropriate.
Options:
--source <glob>may be repeated. Globs are project-root-relative.--kind task|bug|decisionsets the default kind for source-list items.--lane <lane>stamps created source-list drafts; defaultdeferred.--source-limit Ncaps files consumed per glob before reporting dropped matches; raise it for intentionally large imports.--no-historypasses through to harvest and skips RESUME-NOTES history backfill.--all-bulletsincludes bullets outside task/backlog/action/TODO/open/next sections; default preview filters those prose sections out.--no-implicit-resumepasses through to harvest.--sourceimports are source-only by default and do not create implicit RESUME-NOTES candidates.--dry-run --jsonprints the harvest-shaped JSON preview without applying.--applycreates draft items after printing the same preview.
Caveats
Source-row dedup is position-stable, not edit-stable. Re-running the same
unchanged source skips rows by source file and row/table position, but editing a
source so rows shift or move can re-import those rows as new drafts. Preview
before --apply; curation and duplicate-by-title checks catch most obvious
repeats.
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 · 48 lines · 13 tokens per session scan A 108b057d3fb8
migrate is a command published in the GitHub repository simonrowland/goal-flight (20 stars, last pushed 5d ago), licensed MIT. It adds 13 tokens to every session and 510 once invoked, about $0.0001 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 commands, from other repositories
proposal-lint
Audit docs/11-proposals/ for status drift and convention violations.
review-context7-updates
Please read the @README.md and @docs/tools/package-documentation.md to understand the high level context of my repo.
hatch3r-api-spec
Generate or validate an OpenAPI specification from the codebase. Scans route definitions, extracts schemas, and produces a complete API spec.
wiki-lint
Run a health check on the wiki. Invoke with /wiki-lint or "lint the wiki".
onboarding
Guided first run — from a fresh project to a working, queryable wiki in five short steps. Safe to re-run; resumes from wherever you are.
mine
Quickly capture relevant project context into Memento memory.