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/awesome-embedded-learning-studio/cfdesktop/agents-mdgit clone --depth 1 https://github.com/Awesome-Embedded-Learning-Studio/CFDesktopWrote 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/awesome-embedded-learning-studio/cfdesktop/agents-md)<a href="https://agentmods.dev/instructions/awesome-embedded-learning-studio/cfdesktop/agents-md"><img src="https://agentmods.dev/badge/instructions/awesome-embedded-learning-studio/cfdesktop/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.00348 | $0.00348 |
| Opus 5 | $0.00174 | $0.00174 |
| Sonnet 5 | $0.00070 | $0.00070 |
| Haiku 4.5 | $0.00035 | $0.00035 |
Grade A, and why
CFDesktop 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.
What it actually says
AGENTS.md — Codex CLI Entry Point
Full project conventions live in AGENT.md — the single source of truth shared with Claude Code. This file adds only Codex-specific notes; it does not duplicate conventions.
At a glance
- Stack: C++23 / CMake 3.16+ / Qt 6.8 / Material Design 3 (Windows, Linux/WSL, embedded ARM)
- Configure:
bash scripts/build_helpers/linux_configure.sh - Fast build:
bash scripts/build_helpers/linux_fast_develop_build.sh - Full build + tests:
bash scripts/build_helpers/linux_develop_build.sh - Run tests:
bash scripts/build_helpers/linux_run_tests.sh - Current progress / next steps:
document/status/current.md
Read first
Before working in this repo, read AGENT.md for:
- the three-layer strict dependency rules (
base→ui→desktop) and how to verify them withgrep, - the module map, code style, and phase system,
- the Doxygen conventions and the 5-step fix workflow,
- testing conventions.
Codex-specific
- Codex has no
.claude/commands/equivalent. Use the "Slash Commands" table in AGENT.md as a checklist of review / optimize / docs workflows to invoke manually when relevant. - Respect the same dependency and Doxygen constraints documented in AGENT.md — they apply identically here.
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 · 29 lines · 348 tokens per session scan A 674be003787e
CFDesktop AGENTS.md is an instructions file published in the GitHub repository Awesome-Embedded-Learning-Studio/CFDesktop (10 stars, last pushed 1mo ago), licensed MIT. It adds 348 tokens to every session, about $0.0017 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-31.
Other instructions, from other repositories
freya AGENTS.md
AGENTS.md instructions for marc2332/freya, covering agents, commands, architecture, rust and general instructions.
cdroid CLAUDE.md
Claude Code instructions for houstudio/cdroid, covering claude.md, what cdroid is, build / run, architecture and runtime & main loop (src/gui/core/, src/gui/app/).
cdroid AGENTS.md
AGENTS.md instructions for houstudio/cdroid, covering 交流方式, 关于 cdroid, 工作原则, 代码迁移要求 and 构建与验证.
freya CLAUDE.md
Claude Code instructions for marc2332/freya, a project described as: Cross-platform and non-web GUI library for 🦀 Rust powered by 🎨 Skia.
openscreen AGENTS.md
AGENTS.md instructions for getopenscreen/openscreen, covering agents.md, setup commands, development principles, project layout and code style.
tabularis AGENTS.md
AGENTS.md instructions for TabularisDB/tabularis, covering agents.md, directives, gitnexus — code intelligence, always do and never do.