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/dartsim/dart/dart-execute-packetgit clone --depth 1 https://github.com/dartsim/dartWrote 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/commands/dartsim/dart/dart-execute-packet)<a href="https://agentmods.dev/commands/dartsim/dart/dart-execute-packet"><img src="https://agentmods.dev/badge/commands/dartsim/dart/dart-execute-packet.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.00014 | $0.01542 |
| Opus 5 | $0.00007 | $0.00771 |
| Sonnet 5 | $0.00003 | $0.00308 |
| Haiku 4.5 | $0.00001 | $0.00154 |
Grade A, and why
dart-execute-packet 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 yesterday.
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 — 142 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Execute a work packet in DART: $ARGUMENTS
Required Reading
Read these files first: @AGENTS.md @docs/ai/orchestration.md @docs/ai/principles.md @docs/ai/verification.md @docs/plans/dashboard.md
Inputs
$ARGUMENTS is optional and takes one of three forms:
WP-<plan>.<n>(for exampleWP-122.1) — execute exactly that packet.PLAN-NNN(for examplePLAN-122) — select the first available packet in that plan.- empty — auto-select: walk
docs/plans/dashboard.mdtop to bottom (document order is priority); for eachActiveentry whose owner doc is a numbered plan file containing### WP-packet headings (the discovery rule indocs/ai/orchestration.md), take the first available packet by the availability rules below. State which packet was selected and why before starting.
If nothing resolves to an available packet, report what was checked (plans walked, packets skipped and the blocking signal for each) and stop; do not invent work.
Availability and conflict check
Run the full check from docs/ai/orchestration.md before claiming. A packet
is available only when ALL of these hold:
- Dependencies — its Dependencies line is satisfied in full: every named
packet is marked
[done — ...], and every non-packet precondition (for example "maintainer direction on ..." or an accepted design note) has recorded evidence in the plan or the named owner doc. Treat any precondition you cannot verify as unmet and skip the packet. - Local markers — its heading carries neither
[done — ...]nor[claimed]in the local plan file. - Remote markers —
git fetch origin(a read-only sync), then check the plan file as it exists on the default branch (git show origin/main:docs/plans/<plan-file>.md) for a marker the local checkout does not have yet. - Branch/PR signals — no one else is already working it:
git ls-remote --heads originshows no branch embedding the packet ID in the documented form (wp-<plan>-<n>-<slug>, for examplewp-122-1-harness-manifest), andgh pr list --state open --search "WP-<plan>.<n>"returns no open PR carrying the ID in its title. These are read-only queries that mutate nothing; any push, PR creation, or other GitHub mutation still requires explicit maintainer/user approval.
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.
- yesterday Changed · +1 lines ada272c3663f
- 3d ago First seen · 141 lines · 14 tokens per session scan A c95dba5265f4
dart-execute-packet is a command published in the GitHub repository dartsim/dart (1,201 stars, last pushed today), licensed BSD-2-Clause. It adds 14 tokens to every session and 1,542 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-09-01.
Other commands, from other repositories
mission
List active missions with their constraints and alerts.
standup
Show a daily standup summary with completed, in-progress, and blocked tasks across all active epics.
m-task-planner
Target: $ARGUMENTS (Default: requirement document(s) discovered in the project).
triage
Triage ServiceNow incidents — list open incidents, assess priority, investigate a specific INC, or analyze trends.
session-log
Create or append a session log entry.
issue
Template Category: Action Prompt Level: 3 (Conditional).