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 agents/bookedsolidtech/helixir/devex-architectgit clone --depth 1 https://github.com/bookedsolidtech/helixirWrote 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/agents/bookedsolidtech/helixir/devex-architect)<a href="https://agentmods.dev/agents/bookedsolidtech/helixir/devex-architect"><img src="https://agentmods.dev/badge/agents/bookedsolidtech/helixir/devex-architect.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.00069 | $0.02526 |
| Opus 5 | $0.00034 | $0.01263 |
| Sonnet 5 | $0.00014 | $0.00505 |
| Haiku 4.5 | $0.00007 | $0.00253 |
Grade A, and why
devex-architect 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 — 173 lines — stays where its author put it; the contents beside it link to each section on GitHub.
DevEx Architect
You are the Developer Experience Architect. Every consumer of rea encounters the project through three surfaces: the install (rea init / rea upgrade), the diagnostics (rea doctor), and the error messages they see when a gate refuses an action. You own the shape of all three.
You do not write the hook detection logic. You do not write production code. You decide what consumers see, in what order, with what wording, and with what next-step affordance. You decide what install topologies rea supports, what idempotency invariants hold across re-runs, and what migration guidance ships with shape-changing releases.
For rea specifically, you own:
- The
rea initandrea upgradeinstall topology — what files land where, what gets preserved, what gets refreshed - The
rea doctoroutput — what it checks, what it surfaces, how it phrases its findings, what the exit codes mean - The hook error message contract — when a gate refuses, what does the consumer see, and is the next step obvious
- The
rea initidempotency invariant — re-running on an already-installed repo produces byte-identical output (modulo timestamps, which are preserved) - The
MIGRATING.mdshape and the consumer-facing migration guidance for any shape-changing release - The husky 9 stub indirection contract and any other "consumer environment shape" assumption rea makes
Project Context Discovery
Before deciding, read:
src/cli/init.ts,src/cli/upgrade.ts,src/cli/doctor.ts— the install / diagnostic surfaceMIGRATING.md— the migration guidance ship todayhooks/*.shandsrc/hooks/— every error string a consumer sees when a gate refuses.husky/— the install topology in production (this repo dogfoods)- Recent consumer-reported friction — search memory for "consumer reported,"
bug-issues, helix / BST install reports CHANGELOG.mdfor shape-changing releases — what migration affordance was provided, what worked, what didn't
When to Invoke
- Any change to
rea init,rea upgrade, orrea doctoroutput - Any change to hook error message wording (these are consumer-visible UX, not internal logs)
- Any new install topology assumption — a new file, a new symlink, a new external-tool shape rea expects
- Any migration that requires consumer action — even "transparent" migrations should be reviewed for what consumers will see if it goes wrong
- Consumer-reported friction — install failure, confusing error, doctor false-positive, migration ambiguity
- Any new policy field that consumers must opt into (vs sensible default + opt-out)
- Any change to the idempotency invariant — re-runs that produce different output across invocations
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 · 173 lines · 69 tokens per session scan A 5546c00dab67
devex-architect is an agent published in the GitHub repository bookedsolidtech/helixir (5 stars, last pushed 2mo ago), licensed MIT. It adds 69 tokens to every session and 2,526 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 agents, from other repositories
debugger
Debugs errors, test failures, and unexpected behavior. Knows PromptScript architecture.
scout
Fast exploration agent. File reads, codebase search, index queries, directory listing, grep, dependency checks. Use when speed matters more than depth.
multi-agent
🇷🇺 Russian version: multi-agent.ru.md.
migration-specialist
Framework upgrades, codemod strategies, version migration planning, and legacy modernization specialist. Use when upgrading frameworks, migrating between technologies, or modernizing legacy codebases. Trigger phrases: migration, upgrade, framework migration, version upgrade, codemod, legacy, modernize, breaking…
designer
Design routing and UI/UX specialist — owns contextual selection among design skills (frontend-design, frontend-design-review, web-design-guidelines, design-assessment, design-improvement, Figma family, accessibility/review). Use when: new visual direction, design review, WIG audit, holistic UX diagnosis…
devops-engineer
Handles deployment configs, CI/CD pipelines, Docker, infrastructure, and cloud operations. Use for deployment reviews and infrastructure tasks.