Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add ashlrai/ashlr-plugin/plugin install ashlrWrote 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/ashlrai/ashlr-plugin/ashlr-genome-team-init)<a href="https://agentmods.dev/commands/ashlrai/ashlr-plugin/ashlr-genome-team-init"><img src="https://agentmods.dev/badge/commands/ashlrai/ashlr-plugin/ashlr-genome-team-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/commands/ashlrai/ashlr-plugin/ashlr-genome-team-init"><img src="https://agentmods.dev/badge/commands/ashlrai/ashlr-plugin/ashlr-genome-team-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.00062 | $0.00802 |
| Opus 5 | $0.00031 | $0.00401 |
| Sonnet 5 | $0.00012 | $0.00160 |
| Haiku 4.5 | $0.00006 | $0.00080 |
Grade A, and why
ashlr-genome-team-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 8d 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 — 68 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Run the team-init script and show the user the outcome.
Steps:
-
Run via Bash:
bun run ${CLAUDE_PLUGIN_ROOT}/scripts/genome-team-init.ts $ARGUMENTS -
Print the script's stdout verbatim. Don't paraphrase — the user needs to see the
genomeIdand.cloud-idpath to understand what to commit. -
If the script exits non-zero, surface its stderr:
- Exit 2: prereq missing. Most common:
/ashlr-upgrade(no pro-token),/ashlr-genome-keygen(no local member keypair), team-tier not reached, no git remote. - Exit 3: network / server error.
- Exit 2: prereq missing. Most common:
Flags (forwarded via $ARGUMENTS):
| Flag | Purpose |
|---|---|
--force |
Reinitialize even if .cloud-id already exists. This rotates the DEK — existing team envelopes stop working until re-wrapped. |
--wrap-all |
Skip init; just mint envelopes for every team member with a pubkey on file. Use after adding a teammate (/ashlr-team-invite + they run /ashlr-genome-keygen). |
--endpoint <url> |
Override the default https://api.ashlr.ai |
--cwd <dir> |
Use a different repo root |
What it does (fresh init)
- Resolves the repo URL from
git remote get-url origin. POST /genome/init— server allocates a newgenomeIdscoped to your team.- Generates a fresh 32-byte DEK client-side.
- Wraps the DEK for your own X25519 pubkey (via T2's
wrapDek). POST /genome/:id/key-envelope— uploads the self-wrapped envelope so your push path immediately works.- Writes
.ashlrcode/genome/.cloud-idso subsequent pushes (and SessionStart pulls, T5) find the genome.
Commit .ashlrcode/genome/.cloud-id to the repo so teammates auto-discover the cloud genome on checkout.
What it does (--wrap-all)
- Reads
.cloud-id, fetches your own envelope, unwraps to recover the team DEK. - Lists all team members + their registered pubkeys (via
GET /genome/:id/members). - For each member with a pubkey, wraps the DEK and uploads the envelope.
- Reports who got wrapped and who was skipped (no pubkey yet — they need to run
/ashlr-genome-keygen).
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.
- 8d ago First seen · 68 lines · 62 tokens per session scan A b3179810cc41
ashlr-genome-team-init is a command published in the GitHub repository ashlrai/ashlr-plugin (3 stars, last pushed yesterday), licensed MIT. It adds 62 tokens to every session and 802 once invoked, about $0.0003 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-31.
Other commands, from other repositories
recall-save
Generate / overwrite .recall/context.md with Recall's local offline summarizer.
show
Show this project's saved Recall context (.recall/context.md).
ccc-context-budget
Visual context window budget analyzer — shows usage gauge, identifies bloat sources, recommends when to save session and compact.
pin
Break checkpoint — status display, session log, optional MEMORY.md update.
atlas
Cross-project atlas with an adaptive render — ≤4 projects in scope get detail cards, more get one aligned digest line each, grouped by domain. Facets projects · sessions · memory · plans · specs · plugins · claude.md; a bare run renders all of them except plugins (opt-in, machine-global). --dir NAME|PATH anchors the…
save
Save the current session digest. Fans out across every writable memory tier per the house-map. Tier 0 always; Tier 1 if reachable; Tier 2 only if registered writable with auth. Each tier independent — failures degrade gracefully.