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 instructions/iofficeai/aionui/agents-mdgit clone --depth 1 https://github.com/iOfficeAI/AionUiWrote 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/instructions/iofficeai/aionui/agents-md)<a href="https://agentmods.dev/instructions/iofficeai/aionui/agents-md"><img src="https://agentmods.dev/badge/instructions/iofficeai/aionui/agents-md.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.01663 | $0.01663 |
| Opus 5 | $0.00831 | $0.00831 |
| Sonnet 5 | $0.00333 | $0.00333 |
| Haiku 4.5 | $0.00166 | $0.00166 |
Grade A, and why
AionUi AGENTS.md 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 4d 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 — 155 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AionUi - Project Guide
All contributors (human and AI) must follow CONTRIBUTING.md before opening a PR. (Chinese version)
Code Conventions
File & Directory Structure
- Directory size limit: Prefer ≤ 10 direct children per directory; new or substantially reorganized directories must satisfy this.
See docs/contributing/file-structure.md for complete rules. Agents must also follow the architecture skill (.claude/skills/architecture/SKILL.md) when creating files or modules.
Naming
- Components: PascalCase (
Button.tsx,Modal.tsx) - Utilities: camelCase (
formatDate.ts) - Hooks: camelCase with
useprefix (useTheme.ts) - Constants files: camelCase (
constants.ts) — values inside use UPPER_SNAKE_CASE - Type files: camelCase (
types.ts) - Style files: kebab-case or
ComponentName.module.css - Unused params: prefix with
_
UI Library & Icons
- Components:
@arco-design/web-react— no raw interactive HTML (<button>,<input>,<select>, etc.) - Icons:
@icon-park/react
CSS
- Prefer UnoCSS utility classes; complex styles use CSS Modules (
ComponentName.module.css) - Colors must use semantic tokens from
uno.config.tsor CSS variables — no hardcoded values - Arco theme overrides go in
packages/desktop/src/renderer/styles/arco-override.css; component-scoped Arco overrides use CSS Module with:global() - Global styles only in
packages/desktop/src/renderer/styles/
Formatting rules (Oxfmt, Prettier-compatible):
- Single-element arrays that fit on one line → inline:
[{ id: 'a', value: 'b' }] - Trailing commas required in multi-line arrays/objects
- Single quotes for strings
TypeScript
- Strict mode enabled — no
any, no implicit returns - Use path aliases:
@/*,@process/*,@renderer/* - Prefer
typeoverinterface(per Oxlint config) - English for code comments; JSDoc for public functions
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.
- 4d ago First seen · 155 lines · 1,663 tokens per session scan A 6ac244e516e2
AionUi AGENTS.md is an instructions file published in the GitHub repository iOfficeAI/AionUi (32,536 stars, last pushed yesterday), licensed Apache-2.0. It adds 1,663 tokens to every session, about $0.0083 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.
Other instructions, from other repositories
antigravity-claude-proxy CLAUDE.md
Instructions for badrisnarayanan/antigravity-claude-proxy, covering claude.md, commands and non-obvious things.
run-gemini-cli GEMINI.md
Instructions for google-github-actions/run-gemini-cli, covering guidelines for developing this github action, core principles for this action and your role in development.
ccmanager CLAUDE.md
Instructions for kbwo/ccmanager, covering repository guidelines, project structure & module organization, build, test & development commands, coding style & naming conventions and testing guidelines.
security GEMINI.md
Instructions for gemini-cli-extensions/security, covering standard operating procedures: security analysis guidelines, persona and guiding principles, skillset: permitted tools & investigation, skillset: sast vulnerability analysis and 1.1. hardcoded secrets.
obsidian-llm-hub CLAUDE.md
Instructions for takeshy/obsidian-llm-hub, covering claude.md, project overview, build commands, version bumping and architecture.
jules GEMINI.md
Instructions for gemini-cli-extensions/jules, covering jules extension, command: /jules, activation and response, starting a jules task and jules-related queries.