semio-to-programming-translation-subagent

semio-to-programming-translation-subagent is an agent for coding agents from usalu/semio. It costs 45 tokens per session (427 once invoked), scanned A, original, AGPL-3.0.

A helper agent that converts a semio design into structured programming data. Semio is a design system it reads through an MCP server, including room areas and which rooms connect to each other.

In plain words
What is it for?
Use it to read a semio design and produce JSON describing room sizes and connections between rooms.
Why use it?
It removes the need to manually rewrite design information into a format that software can use. This can make a design-to-code workflow more consistent.

Agent

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/usalu/semio/semio-to-programming-translation-subagent
Clone the repo
git clone --depth 1 https://github.com/usalu/semio

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 semio-to-programming-translation-subagent

README.md
[![agentmods](https://agentmods.dev/badge/agents/usalu/semio/semio-to-programming-translation-subagent.svg)](https://agentmods.dev/agents/usalu/semio/semio-to-programming-translation-subagent)
Your own site
<a href="https://agentmods.dev/agents/usalu/semio/semio-to-programming-translation-subagent"><img src="https://agentmods.dev/badge/agents/usalu/semio/semio-to-programming-translation-subagent.svg" alt="Measured on agentmods" height="20"></a>
Per session 45 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 427 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00045 $0.00427
Opus 5 $0.00023 $0.00214
Sonnet 5 $0.00009 $0.00085
Haiku 4.5 $0.00005 $0.00043

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

Security

Grade A, and why

semio-to-programming-translation-subagent 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 5d 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.

coda/examples/semio-blnbo-roomprogram/.github/agents/semio-to-programming-translation-subagent.agent.md · 57 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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. 5d ago First seen · 57 lines · 45 tokens per session scan A 2996ce697080

Subscribe to this mod's changes

semio-to-programming-translation-subagent is an agent published in the GitHub repository usalu/semio (21 stars, last pushed today), licensed AGPL-3.0. It adds 45 tokens to every session and 427 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.

Related

Other agents, from other repositories

completionist

Audits changed files against the CLAUDE.md operating rules before a feature task is reported complete. Use proactively at the end of any feature task; pass the list of changed files, or let it derive them from git. Do NOT run before a commit the user explicitly asked for.

nirholas/three.ws · 60 tokens

x402-economy-triage

Diagnoses x402 economy outages (settle failures, dry wallets, fee-wallet floor starvation) using the known failure map before anyone assumes "wallets are dry". Use when x402 calls fail, settles stop, or the ring stalls.

nirholas/three.ws · 57 tokens

accessibility-auditor

Accessibility audit specialist — depth-first WCAG 2.2 AA review of frontend diffs for ARIA misuse, focus mismanagement, color contrast, and screen-reader anti-patterns. Invoke when you want a focused a11y report, not a holistic code review.

lugassawan/swe-workbench · 60 tokens

debugger

Bug-fix specialist — root-cause via systematic-debugging, then a minimal behavior-changing fix with a regression test. Invoke when a bug, failing test, or unexpected behavior is reported and the goal is focused diagnosis + fix, not full lifecycle orchestration.

lugassawan/swe-workbench · 55 tokens

dependency-auditor

Dependency audit specialist — manifest-graph axis covering outdated versions, deprecation, license compatibility, transitive bloat, and lockfile drift across Node, Rust, Go, and Python ecosystems. Invoke when you want a focused supply-chain hygiene report, not a code-level CVE review.

lugassawan/swe-workbench · 62 tokens

reviewer

Senior code reviewer — audits diffs for correctness, security, design, missing tests, and comment quality. Invoke when reviewing a PR, a diff, or a completed feature.

lugassawan/swe-workbench · 38 tokens