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/minh-tam-solution/endiorbot/sprint-closegit clone --depth 1 https://github.com/Minh-Tam-Solution/EndiorBotWrote 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/minh-tam-solution/endiorbot/sprint-close)<a href="https://agentmods.dev/commands/minh-tam-solution/endiorbot/sprint-close"><img src="https://agentmods.dev/badge/commands/minh-tam-solution/endiorbot/sprint-close.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.00018 | $0.00319 |
| Opus 5 | $0.00009 | $0.00160 |
| Sonnet 5 | $0.00004 | $0.00064 |
| Haiku 4.5 | $0.00002 | $0.00032 |
Grade A, and why
sprint-close 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 6d 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
Sprint Close
THIN CLIENT: This command calls EndiorBot core. NO business logic here.
! ./endiorbot.mjs sprint close $ARGUMENTS
Workflow
pnpm build→ abort if failpnpm test→ abort if fail- Detect sprint number from
CURRENT-SPRINT.md - Update
sprint-{N}.md: Status → COMPLETE - Update
SPRINT-INDEX.md git commit(sprint docs only)- If
--push:git push origin main
Options
| Option | Description |
|---|---|
--sprint <N> |
Sprint number (auto-detected if omitted) |
--score <score> |
CTO approval score, e.g. 9/10 |
--push |
Push to origin/main (default: local commit only) |
Examples
/sprint-close
/sprint-close --score "9/10"
/sprint-close --sprint 109 --score "9.5/10" --push
All logic is in src/cli/commands/sprint-close.ts (SSOT).
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.
- 6d ago First seen · 43 lines · 18 tokens per session scan A dbc2ac862114
sprint-close is a command published in the GitHub repository Minh-Tam-Solution/EndiorBot (19 stars, last pushed 1mo ago), licensed MIT. It adds 18 tokens to every session and 319 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
audit-fix
Run audit, prioritize findings, auto-fix via quick tasks, test, and commit.
build
Execute all plans in a phase. Spawns agents to build in parallel, commits atomically.
quick
Execute an ad-hoc task with atomic commits. Skips full plan/review.
commit-changes
Review all uncommitted changes and create a well-structured commit using conventional commit format.
afsr
Review feature spec - improve the spec itself before implementation (shortcut for feature-spec-review).
afrv
Revise the current feature worktree after code review — decide accept/revert/modify (shortcut for feature-code-revise).