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/alexvozhak/cpp-lectures-mcp/claude-mdgit clone --depth 1 https://github.com/Alexvozhak/cpp-lectures-mcpWrote 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/alexvozhak/cpp-lectures-mcp/claude-md)<a href="https://agentmods.dev/instructions/alexvozhak/cpp-lectures-mcp/claude-md"><img src="https://agentmods.dev/badge/instructions/alexvozhak/cpp-lectures-mcp/claude-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.03342 | $0.03342 |
| Opus 5 | $0.01671 | $0.01671 |
| Sonnet 5 | $0.00668 | $0.00668 |
| Haiku 4.5 | $0.00334 | $0.00334 |
Grade A, and why
cpp-lectures-mcp CLAUDE.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 — 92 lines — stays where its author put it; the contents beside it link to each section on GitHub.
cpp-lectures-mcp
Семантический поиск по лекциям Константина Владимирова по C++ через MCP-сервер. Соло-проект, Python 3.11+, uv. Два контура: подготовка (офлайн: yt-dlp → Deepgram → Jina → Postgres/pgvector) и обслуживание (онлайн: MCP-сервер отдаёт фрагменты с тайм-кодами, инференс — на стороне клиента).
Роль агента: исполнитель, не навигатор. Пишешь код по плану, гоняешь проверки, коммитишь, показываешь итог. Пользователь ревьюит и решает спорное. Подробно — в скилле cpp-lectures-dev (.claude/skills/cpp-lectures-dev/SKILL.md).
Старт сессии
Прочитать перед работой:
- Эту секцию + «Состояние» ниже.
.claude/skills/cpp-lectures-dev/SKILL.md— рабочий цикл и роль (источник истины по тому, КАК работать)..claude/skills/cpp-lectures-dev/references/plan.md— этапы и архитектура (источник истины по тому, ЧТО строить). Определи текущий этап и его критерий выхода..claude/skills/cpp-lectures-dev/references/testing.md— стандарт тестов (читать перед написанием тестов этапа).- Последний
docs/sessions/session-NNN-*.md, если есть.
Распределение ответственности по докам
SKILL.md— рабочий цикл (git → код → тесты → pytest/mypy → коммит → итог), роль исполнителя, когда спрашивать пользователя. Источник истины по процессу.references/plan.md— этапы 0–4, архитектура, модель данных, MCP-ручки, что НЕ делать, открытые вопросы. Источник истины по стратегии. Не пересказывать по памяти — открывать.references/testing.md— стандарт тестов (невыдуманные, бизнес-ценные, консистентные, чистые фикстуры, мок на границе адаптеров). Источник истины по тестам.docs/sessions/session-NNN-*.md— полные логи сессий.
Рабочий цикл (кратко; полно — в SKILL.md)
- Сверься с
plan.md: текущий этап и критерий выхода. 2. Ветка под задачу (git checkout -b <этап>-<кратко>), не вmain. 3. Малые шаги. 4. Тест вместе с кодом поtesting.md. 5. Локально:uv run pytest+uv run mypy .(+uv run ruff check). 6. Осмысленный коммит. 7. Короткий итог пользователю. 8. Сверь критерий выхода перед переходом этапа.
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 · 92 lines · 3,342 tokens per session scan A 59ad774779e2
cpp-lectures-mcp CLAUDE.md is an instructions file published in the GitHub repository Alexvozhak/cpp-lectures-mcp (0 stars, last pushed 1mo ago), licensed MIT. It adds 3,342 tokens to every session, about $0.0167 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
Tutorial_AwesomeModernCPP AGENTS.md
Instructions for Awesome-Embedded-Learning-Studio/Tutorial_AwesomeModernCPP, covering agents.md, 这是什么, 通用 essentials(所有 agent 必读) and 你来做什么?(按场景路由).
Tutorial_AwesomeModernCPP CLAUDE.md
Instructions for Awesome-Embedded-Learning-Studio/Tutorial_AwesomeModernCPP, covering claude.md, 写作纪律(必须遵守), 规划命令(skills,规划者模式 —— 只规划不执行), 实用命令(skills,执行型) and 记忆系统.
xiaozhi-esp32 AGENTS.md
AGENTS.md instructions for 78/xiaozhi-esp32, covering agents.md, project, architecture, required rules and boards and configuration.
qgroundcontrol forward-declarations.instructions.md
When performing a code review on C++ headers, check that heavy headers like Vehicle.h and QGCMAVLink.h are not included when a lightweight alternative or forward declaration suffices.
monkey AGENTS.md
Instructions for monkey/monkey, covering agents, repository map, main runtime flow, build and verification and commit style used in this repository.
baba-is-auto AGENTS.md
Instructions for utilForever/baba-is-auto, covering agents.md, what this repository is, golden rules (read before any change), the most common task: changing simulator behavior and repository map.