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/ai-ql/tuui/agents-mdgit clone --depth 1 https://github.com/AI-QL/tuuiWhat 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.00496 | $0.00496 |
| Opus 5 | $0.00248 | $0.00248 |
| Sonnet 5 | $0.00099 | $0.00099 |
| Haiku 4.5 | $0.00050 | $0.00050 |
Grade A, and why
tuui 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 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 — 44 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS Guidelines for This Repository
This repository contains an Electron application located in the root of this repository. When working on the project interactively with an agent (e.g. Codex, Claude Code) please follow the guidelines below so that the development experience – in particular Hot Module Replacement (HMR) – continues to work smoothly.
1. Use the Development Server, not npm run build
-
Always use
npm run devwhile iterating on the application. This starts Electron in development mode by Vite with hot-reload enabled. -
Do not run
npm run buildinside the agent session. If a production build is required, do it outside of the interactive agent workflow.
2. Keep Dependencies in Sync
If you add or update dependencies remember to:
- Update the appropriate lockfile (
package-lock.json). - Re-start the development server so that Vite picks up the changes.
3. Coding Conventions
- Prefer TypeScript (
.vue/.ts) for new components and utilities. - Co-locate component-specific styles in the same folder as the component when practical.
- For Vue-related components, prefer Vue 3 with the script setup syntax.
- Use Pinia as the preferred state management.
4. Project Structure
- When adding new files, be mindful of the differences between the renderer, main, and preload processes.
- For components required by the renderer, most can be reused from Vuetify.js’s existing components — only create new ones when absolutely necessary.
- For components needed by the main process, most can be reused from Electron’s built‑in APIs.
- After adding new files, re-start the development server so that Vite picks up the changes.
5. Useful Commands Recap
| Command | Purpose |
|---|---|
npm run dev |
Start the Vite dev server with HMR. |
npm run lint:fix |
Run ESLint checks and fix. |
npm run test |
Execute the test suite. |
npm run build:pre |
Production build – do not run during agent sessions |
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 · 44 lines · 496 tokens per session scan A d91a12dbc953
tuui AGENTS.md is an instructions file published in the GitHub repository AI-QL/tuui (1,153 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 496 tokens to every session, about $0.0025 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
Clouisle AGENTS.md
AGENTS.md instructions for clouisle/Clouisle, covering agents.md, project overview, top-level directories, core commands and backend.
Clouisle CLAUDE.md
Claude Code instructions for clouisle/Clouisle: Read and follow AGENTS.md before working in this repository.
mini-swe-agent copilot-instructions.md
Copilot instructions for SWE-agent/mini-swe-agent, covering style guide, test style, bad and good.
ii-agent AGENTS.md
Instructions for Intelligent-Internet/ii-agent, covering ii-agent contributor guide, quick start, repository map, mandatory rules and architecture.
intelligent-terminal rust.instructions.md
Concise Rust coding conventions for this repository.
thinkrail AGENTS.md
Instructions for JetBrains/thinkrail, covering thinkrail, module structure & boundaries (top-priority requirement), engine: pi only, in-process, architecture (three rings) and repo layout.