cpp-lectures-mcp CLAUDE.md

cpp-lectures-mcp CLAUDE.md is an instructions file for coding agents from Alexvozhak/cpp-lectures-mcp. It costs 3,342 tokens per session, scanned A, original, MIT.

Repository instructions for cpp-lectures-mcp, a Python project that provides semantic search over C++ lecture transcripts through an MCP server. They describe startup reading, documentation responsibilities, development workflow, and project status.

In plain words
What is it for?
Use them when developing or maintaining the lecture-search pipeline and its online MCP service.
Why use it?
They tell the agent which project documents to consult and how to work consistently, including coding, testing, type checking, and reporting.

Instructions file

Install

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.

agentmods
npx agentmods add instructions/alexvozhak/cpp-lectures-mcp/claude-md
Clone the repo
git clone --depth 1 https://github.com/Alexvozhak/cpp-lectures-mcp

Wrote 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.

agentmods badge for cpp-lectures-mcp CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/alexvozhak/cpp-lectures-mcp/claude-md.svg)](https://agentmods.dev/instructions/alexvozhak/cpp-lectures-mcp/claude-md)
Your own site
<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>
Per session 3,342 This file is loaded in full into every session.
When invoked 3,342 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 3d ago against content hash 59ad774779e2, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

CLAUDE.md · 92 lines

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).

Старт сессии

Прочитать перед работой:

  1. Эту секцию + «Состояние» ниже.
  2. .claude/skills/cpp-lectures-dev/SKILL.md — рабочий цикл и роль (источник истины по тому, КАК работать).
  3. .claude/skills/cpp-lectures-dev/references/plan.md — этапы и архитектура (источник истины по тому, ЧТО строить). Определи текущий этап и его критерий выхода.
  4. .claude/skills/cpp-lectures-dev/references/testing.md — стандарт тестов (читать перед написанием тестов этапа).
  5. Последний 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)

  1. Сверься с 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. Сверь критерий выхода перед переходом этапа.

Read the full file on GitHub · 92 lines

Changes

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.

  1. 3d ago First seen · 92 lines · 3,342 tokens per session scan A 59ad774779e2

Subscribe to this mod's changes

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.

Related

Other instructions, from other repositories

Tutorial_AwesomeModernCPP AGENTS.md

Instructions for Awesome-Embedded-Learning-Studio/Tutorial_AwesomeModernCPP, covering agents.md, 这是什么, 通用 essentials(所有 agent 必读) and 你来做什么?(按场景路由).

Awesome-Embedded-Learning-Studio/Tutorial_AwesomeModernCPP · 778 tokens

Tutorial_AwesomeModernCPP CLAUDE.md

Instructions for Awesome-Embedded-Learning-Studio/Tutorial_AwesomeModernCPP, covering claude.md, 写作纪律(必须遵守), 规划命令(skills,规划者模式 —— 只规划不执行), 实用命令(skills,执行型) and 记忆系统.

Awesome-Embedded-Learning-Studio/Tutorial_AwesomeModernCPP · 1,047 tokens

xiaozhi-esp32 AGENTS.md

AGENTS.md instructions for 78/xiaozhi-esp32, covering agents.md, project, architecture, required rules and boards and configuration.

78/xiaozhi-esp32 · 1,079 tokens

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.

mavlink/qgroundcontrol · 246 tokens

monkey AGENTS.md

Instructions for monkey/monkey, covering agents, repository map, main runtime flow, build and verification and commit style used in this repository.

monkey/monkey · 1,431 tokens

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.

utilForever/baba-is-auto · 1,650 tokens