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/yuriyenshin/confluenceimportexport/claude-mdgit clone --depth 1 https://github.com/YuriyEnshin/ConfluenceImportExportWrote 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/yuriyenshin/confluenceimportexport/claude-md)<a href="https://agentmods.dev/instructions/yuriyenshin/confluenceimportexport/claude-md"><img src="https://agentmods.dev/badge/instructions/yuriyenshin/confluenceimportexport/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.1 | $0.00828 | $0.00828 |
| Opus 5 | $0.00414 | $0.00414 |
| Sonnet 5 | $0.00166 | $0.00166 |
| Haiku 4.5 | $0.00083 | $0.00083 |
Grade A, and why
ConfluenceImportExport 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 6d 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 — 59 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Confluence Page Exporter — инструкции для ИИ-агентов
CLI-утилита и MCP-сервер на .NET 10 для двусторонней синхронизации дерева страниц Confluence (Server/DC и Cloud) с локальным деревом папок. Зрелый проект в стадии сопровождения (v2.18.0+) — расширяй существующее, не генерируй с нуля.
Карта проекта
src/ConfluencePageExporter/Commands/— CLI-команды (download/upload/compare/config),System.CommandLineServices/— логика синхронизации (download/upload/merge/compare, анализ конфликтов)Infrastructure/— HTTP (RetryingHttpHandler), DI (ServiceCollectionExtensions), нормализация,CommandDispatcher,McpServerRunnerModels/— DTO Confluence и доменные моделиOptions/— конфигурация (приоритет CLI > env > файл > default)Tools/— обёртки MCP-инструментовProgram.cs→CommandDispatcher(CLI) либоMcpServerRunner(MCP по stdio)
tests/ConfluencePageExporter.Tests/— xunit.v3 (MTP) + Moq + Shouldlydocs/— двуязычная документация + поставляемые пользователям артефакты
Двойная поверхность: одна и та же логика синка доступна как CLI и как
MCP-сервер. docs/mcp/agent-instructions.md встроен в сборку как
EmbeddedResource.
Критические инварианты (не нарушать)
- Контракт нормализации. Любое изменение нормализации контента
(
XmlContentNormalizer/RegexContentNormalizer/HtmlEntities/ правила атрибутов и пробелов / алгоритм хеша / смена активногоIContentNormalizer) ОБЯЗАНО поднятьNormalizationContract.CurrentEpochи обновить golden-значение, иначеContentHasherTestsпадает и хеши молча расходятся. Детали — в dotnet-maintenance. - Двуязычная документация. Правка любого
*.mdиз пары синхронно правится в*.en.mdв том же коммите. - CHANGELOG. Видимые пользователю изменения фиксируются в
CHANGELOG.md+CHANGELOG.en.mdв том же коммите. - Сборка.
TreatWarningsAsErrors=true— любой варнинг валит билд.NullableиImplicitUsingsвключены. - Язык. Документация и сообщения коммитов/PR — на русском (канон). Правила и комментарии в коде допустимы на английском.
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.
- 6d ago First seen · 59 lines · 828 tokens per session scan A 34274311842c
ConfluenceImportExport CLAUDE.md is an instructions file published in the GitHub repository YuriyEnshin/ConfluenceImportExport (5 stars, last pushed 24d ago), licensed MIT. It adds 828 tokens to every session, about $0.0041 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
mcp-server-excel readme-management.instructions.md
Instructions for sbroenne/mcp-server-excel, covering readme management - quick reference, core entry documents, feature documentation, critical rules and tool & action counts must match.
mcp-server-excel extension-development.instructions.md
Instructions for sbroenne/mcp-server-excel, covering vs code extension development instructions, extension overview, changelog and changesets (critical), version management and automatic version management (unified release workflow).
mcp-dotnet-samples AGENTS.md
AGENTS.md instructions for microsoft/mcp-dotnet-samples, covering agents.md - mcp .net samples, project overview, project structure and architecture, repository organization and sample components.
mcp-server-excel critical-rules.instructions.md
Instructions for sbroenne/mcp-server-excel, covering non-negotiable repository rules, change discipline, validation, results and exceptions and excel com safety.
mcp-server-excel code-review.instructions.md
Instructions for sbroenne/mcp-server-excel, covering copilot code review, interop and resource safety, contract and path completeness and protocol, tests, and user-facing surfaces.
mcp-server-excel meta.instructions.md
Instructions for sbroenne/mcp-server-excel, a project described as: Automate real Microsoft Excel with AI via MCP Server or CLI — Power Query, DAX, VBA, PivotTables, charts, and 326 operations.