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/sekachev/agentic_ai/agents-mdgit clone --depth 1 https://github.com/sekachev/agentic_aiWhat 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.00358 | $0.00358 |
| Opus 5 | $0.00179 | $0.00179 |
| Sonnet 5 | $0.00072 | $0.00072 |
| Haiku 4.5 | $0.00036 | $0.00036 |
Grade A, and why
agentic_ai 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.
What it actually says
AGENTS
Презентации в формате Obsidian Canvas
В этом проекте презентации для модулей и обзорных уроков делаются в формате .canvas.
Правила оформления
- Карточки располагаются по логике маршрута курса, обычно в шахматном порядке вниз и направо.
- Связи между карточками обязательны: презентация должна читаться как последовательный путь.
- Стороны стрелок выбираются осмысленно: верхняя карточка обычно входит в следующую карточку сверху; при диагональном переходе вправо стрелка часто выходит справа и входит сверху.
- Размер карточки должен соответствовать объёму контента.
- Текст внутри карточек не должен обрезаться.
- Если в карточке длинный заголовок или длинный список, нужно увеличивать
widthиheight, а не ужимать текст. - Заголовочная карточка открытого урока или модуля делается отдельно и связывается с первой смысловой карточкой.
- Каждая карточка модуля должна быть самодостаточной: номер модуля; название; 3-4 ключевых пункта.
Практическое правило
Перед завершением работы нужно визуально проверить:
- не режется ли текст;
- логично ли идут стрелки;
- читается ли маршрут сверху вниз и слева направо или по диагонали;
- нет ли слишком тесных карточек.
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 · 38 lines · 358 tokens per session scan A a45d0eb32c96
agentic_ai AGENTS.md is an instructions file published in the GitHub repository sekachev/agentic_ai (20 stars, last pushed 1mo ago), licensed MIT. It adds 358 tokens to every session, about $0.0018 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
ai-agents-for-beginners AGENTS.md
Instructions for microsoft/ai-agents-for-beginners, covering agents.md, project overview, setup commands, prerequisites and initial setup.
apex-accelerator lesson-collection.instructions.md
Lesson collection and retrospective protocol for orchestrator agents. Captures process observations during workflow execution and generates lessons-learned artifacts at completion.
claude-code-mastery CLAUDE.md
Instructions for ShipWithAI/claude-code-mastery, covering claude.md — claude code mastery course, project overview, course structure, directory layout and teaching methodology: progressive hands-on hybrid.
claude-architect CLAUDE.md
Instructions for timothywarner-org/claude-architect, covering claude.md, what this repo is, how this repo bootstraps (read before running anything), class-day lifecycle (the july 2026 delivery pattern) and architecture: how the pieces fit.
skills AGENTS.md
Instructions for scenario-labs/skills, covering agents.md, what this repo is, layout, public content only and authoring contract.
oh-my-multica AGENTS.md
Instructions for xiaohei-info/oh-my-multica, covering agents.md — repository development conventions, hard rules, tdd, errors teach users and definition of done.