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/vanloctech/youwee/agents-mdgit clone --depth 1 https://github.com/vanloctech/youweeWhat 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.01488 | $0.01488 |
| Opus 5 | $0.00744 | $0.00744 |
| Sonnet 5 | $0.00298 | $0.00298 |
| Haiku 4.5 | $0.00149 | $0.00149 |
Grade A, and why
youwee 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 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.
How it starts
The opening of the file, as written. The whole thing — 115 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md — Project Rules for AI Assistants
This file is read automatically at the start of every session. Follow these rules strictly.
Project Info
- App name: Youwee
- Repo:
github.com/vanloctech/youwee - Stack: Tauri 2.0 (Rust backend) + React 19 + TypeScript + Tailwind CSS
- Runtime: Use
bun(not npm/npx) - Linting:
bun run biome check --write . - Rust check:
cargo check(run insrc-tauri/) - TypeScript check:
bun run tsc -b - Default branch:
main - Language: User communicates in Vietnamese
Mandatory Checklists
Version Bump Checklist
When bumping the version, you MUST do ALL of the following:
-
Update version in 3 files:
package.json→"version"src-tauri/Cargo.toml→versionsrc-tauri/tauri.conf.json→"version"
-
Update 3 changelog files:
CHANGELOG.md(English, root)docs/CHANGELOG.vi.md(Vietnamese)docs/CHANGELOG.zh-CN.md(Chinese Simplified)
In each changelog:
- Change
## [Unreleased]heading to## [X.Y.Z] - YYYY-MM-DD - Add a new empty
## [Unreleased]section above it - Add entries for any new features/fixes done since the last release
NEVER bump version without updating changelogs. This is non-negotiable.
-
Cargo.lockwill auto-update — no manual edit needed.
Commit Rules
- NEVER commit unless the user explicitly asks (e.g. "commit nha", "commit di")
- NEVER push unless the user explicitly asks
- Always run all 3 checks before committing: Biome →
tsc -b→ cargo check - Commit message style:
type: short description(e.g.feat:,fix:,chore:,docs:)
Branch and PR Rules
- When creating a work branch, start from the latest
mainunless the user explicitly requests another base branch. - Pull Requests should target
mainby default. - Do not merge directly into
main; use a Pull Request workflow. - If editing contributing docs, keep
CONTRIBUTING.md,docs/CONTRIBUTING.vi.md, anddocs/CONTRIBUTING.zh-CN.mdaligned.
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.
- 2d ago First seen · 115 lines · 1,488 tokens per session scan A 856984d821f8
youwee AGENTS.md is an instructions file published in the GitHub repository vanloctech/youwee (1,465 stars, last pushed 9d ago), licensed MIT. It adds 1,488 tokens to every session, about $0.0074 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
anarlog AGENTS.md
AGENTS.md instructions for fastrepl/anarlog, covering commands, pre-commit verification, guidelines, code style and cli tui command architecture.
metube AGENTS.md
AGENTS.md instructions for alexta69/metube, covering agent guidelines, project scope — read this before planning a feature, readme.md size constraint, tech stack and build & test commands.
anarlog CLAUDE.md
Claude Code instructions for fastrepl/anarlog, a project described as: Open source Granola AI Alternative.
openscreen AGENTS.md
Instructions for getopenscreen/openscreen, covering agents.md, setup commands, development principles, project layout and code style.
Claw3D AGENTS.md
Instructions for iamlukethedev/Claw3D, covering agent instructions, cursor cloud specific instructions, service overview, running the app and lint, typecheck, and tests.
commonly CLAUDE.md
Instructions for Team-Commonly/commonly, covering claude.md / agents.md, 🧠 product vision & architecture philosophy, what commonly is, the architecture model and key concepts.