devex-architect

devex-architect is an agent for Claude Code from bookedsolidtech/helixir. It costs 69 tokens per session (2,526 once invoked), scanned A, original, MIT.

A developer-experience role responsible for how people install, diagnose, upgrade, and understand a coding tool called rea.

In plain words
What is it for?
Use it to design rea init and rea upgrade behavior, rea doctor results, hook refusal messages, migration guidance, and repeatable installation rules.
Why use it?
It keeps installation behavior, diagnostic output, error messages, upgrades, and repeat installations consistent and understandable.

Agent for Claude Code

Install

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.

agentmods
npx agentmods add agents/bookedsolidtech/helixir/devex-architect
Clone the repo
git clone --depth 1 https://github.com/bookedsolidtech/helixir

Made for: Claude Code.

Wrote 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.

agentmods badge for devex-architect

README.md
[![agentmods](https://agentmods.dev/badge/agents/bookedsolidtech/helixir/devex-architect.svg)](https://agentmods.dev/agents/bookedsolidtech/helixir/devex-architect)
Your own site
<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>
Per session 69 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,526 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 3d ago against content hash 5546c00dab67, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

.claude/agents/devex-architect.md · 173 lines

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 init and rea upgrade install topology — what files land where, what gets preserved, what gets refreshed
  • The rea doctor output — 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 init idempotency invariant — re-running on an already-installed repo produces byte-identical output (modulo timestamps, which are preserved)
  • The MIGRATING.md shape 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 surface
  • MIGRATING.md — the migration guidance ship today
  • hooks/*.sh and src/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.md for shape-changing releases — what migration affordance was provided, what worked, what didn't

When to Invoke

  • Any change to rea init, rea upgrade, or rea doctor output
  • 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

Read the full file on GitHub · 173 lines

Changes

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.

  1. 3d ago First seen · 173 lines · 69 tokens per session scan A 5546c00dab67

Subscribe to this mod's changes

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.