mixagents: Skill for Codex

.agents/skills/design-agent-systems/SKILL.md

design-agent-systems is a skill for Codex from Utopia-V/mixagents. It costs 46 tokens per session (209 once invoked), scanned A, original, MIT.

A guide to designing or reviewing AI agent systems, where a model, the surrounding software, and the outside world each control different parts of the behaviour. It covers context, long-term state, tools, permissions, data flow, and recovery.

In plain words
What is it for?
Use it to review agent architecture, decide where state and permissions belong, and design safe tool use and recovery behaviour.
Why use it?
It helps prevent prompts or temporary summaries from being treated as authoritative facts, permissions, or durable state.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: installed under .agents/ (shared by several agents).

This is Utopia-V/mixagents's own configuration. It tells Codex how to work on mixagents itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything mixagents configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Utopia-V/mixagents. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/Utopia-V/mixagents/main/.agents/skills/design-agent-systems/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/Utopia-V/mixagents

Made for: Codex.

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 design-agent-systems

README.md
[![agentmods](https://agentmods.dev/badge/skills/utopia-v/mixagents/design-agent-systems.svg)](https://agentmods.dev/skills/utopia-v/mixagents/design-agent-systems)
Your own site
<a href="https://agentmods.dev/skills/utopia-v/mixagents/design-agent-systems"><img src="https://agentmods.dev/badge/skills/utopia-v/mixagents/design-agent-systems.svg" alt="Measured on agentmods" height="20"></a>
Per session 46 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 209 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.1 $0.00046 $0.00209
Opus 5 $0.00023 $0.00105
Sonnet 5 $0.00009 $0.00042
Haiku 4.5 $0.00005 $0.00021

Measured 2d ago against content hash 9146dd82c525, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

design-agent-systems 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.

.agents/skills/design-agent-systems/SKILL.md · 14 lines

What it actually says

Design Agent Systems

当产品确实依赖模型形成判断或动作时,区分三个行为 owner:Model 形成候选判断与动作;Harness 构造观察、调用工具并维护运行状态;Environment 拥有事实、副作用与成功条件。

把状态、权限、恢复和验证放在实际拥有其语义的层。Prompt 不能成为环境事实的 owner,工具 schema 不能自行授予信任,summary 与索引不能替代长期权威,局部 eval 也不能替代产品父结果。

Broker 的 context、长期状态、工具、MCP、权限或持久副作用设计需要具体检查时,读取 context-and-tools.md

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 2d ago First seen · 14 lines · 46 tokens per session scan A 9146dd82c525

Subscribe to this mod's changes

design-agent-systems is a skill published in the GitHub repository Utopia-V/mixagents (188 stars, last pushed 3d ago), licensed MIT. It adds 46 tokens to every session and 209 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-09-05.