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/lykhoyda/rn-dev-agent/end-sessiongit clone --depth 1 https://github.com/Lykhoyda/rn-dev-agentWhat 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.00030 | $0.01442 |
| Opus 5 | $0.00015 | $0.00721 |
| Sonnet 5 | $0.00006 | $0.00288 |
| Haiku 4.5 | $0.00003 | $0.00144 |
Grade A, and why
end-session 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 2d 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 — 136 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/end-session — session wrap-up
A maintainer ritual for this repository. It reconstructs the session, classifies durable knowledge by owner, and returns reviewable handoffs without writing to another repository.
| Owner | Canonical destination | Content |
|---|---|---|
| rn-dev-agent-workspace | Engineering docs | Process, planning, routine engineering decisions, bugs, stories, specifications, diagnostics, comparisons, and research |
| Anton Factory | architect-docs | Captain-approved architecture vision, ADRs, authority contracts, settled decisions, evidence indexes, and architecture changelogs |
| rn-dev-agent | apps/docs-site |
Public product and user documentation only |
$ARGUMENTS is an explicit maintainer focus. Weave it into the reconstruction; it does
not replace evidence gathering.
Iron rules
- Read other repositories; never write them. Produce exact handoff blocks and target links in the final report. Do not edit a sibling checkout, clone another repository, or add cross-repository automation.
- Never create top-level
docs/here. Engineering material belongs in the workspace; product documentation remains underapps/docs-site. - Classify before drafting. Routine engineering and process decisions go to workspace docs. Only captain-approved, settled architecture goes to Anton Factory architect-docs. An unapproved proposal remains workspace planning material, never a Factory ADR.
- Use pointers across owners. A Factory architecture handoff links to workspace process evidence instead of copying its narrative. A workspace handoff links to any accepted Factory record instead of duplicating the architecture record.
- Never fabricate. Omit a handoff category when the session produced nothing that
qualifies. Use today's date from
date +%Fand preserve the destination's established format and sequence when it can be read. - GitHub mutation is gated. Creating issues and applying Kano labels are the only outward writes. Present the exact plan and wait for explicit maintainer confirmation.
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.
- 2d ago First seen · 136 lines · 30 tokens per session scan A ad95b8682729
end-session is a command published in the GitHub repository Lykhoyda/rn-dev-agent (11 stars, last pushed 3d ago), licensed MIT. It adds 30 tokens to every session and 1,442 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 commands, from other repositories
dashboard-flow-auto
Toggle autonomous mode for a session's flow. Usage /dashboard:flow-auto.
dashboard-flow-abort
Abort the running flow on a session. Usage /dashboard:flow-abort.
dashboard-git-branches
List git branches for the current dir (current marked ). Runs locally, no LLM.
brainstorm
Command dispatcher for brainstorm.
discover
Command dispatcher for discover.
propose
Command dispatcher for propose.