ConfluenceImportExport CLAUDE.md

ConfluenceImportExport CLAUDE.md is an instructions file for Claude Code from YuriyEnshin/ConfluenceImportExport. It costs 828 tokens per session, scanned A, original, MIT.

Repository instructions for a .NET command-line and MCP server that synchronizes Confluence page trees with local folders in both directions. It supports downloading, uploading, comparing, merging, and checking for conflicts.

In plain words
What is it for?
Use them when changing CLI commands, synchronization services, Confluence HTTP handling, MCP tools, configuration, documentation, or tests.
Why use it?
They explain the existing architecture, configuration priority, tests, and important compatibility rules so maintenance work extends the project safely.

Instructions file for Claude Code

Written for Claude Code: the file is CLAUDE.md.

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/yuriyenshin/confluenceimportexport/claude-md
Clone the repo
git clone --depth 1 https://github.com/YuriyEnshin/ConfluenceImportExport

Made for: Claude Code.

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 ConfluenceImportExport CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/yuriyenshin/confluenceimportexport/claude-md.svg)](https://agentmods.dev/instructions/yuriyenshin/confluenceimportexport/claude-md)
Your own site
<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>
Per session 828 This file is loaded in full into every session.
When invoked 828 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.1 $0.00828 $0.00828
Opus 5 $0.00414 $0.00414
Sonnet 5 $0.00166 $0.00166
Haiku 4.5 $0.00083 $0.00083

Measured 6d ago against content hash 34274311842c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

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.

CLAUDE.md · 59 lines

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.CommandLine
    • Services/ — логика синхронизации (download/upload/merge/compare, анализ конфликтов)
    • Infrastructure/ — HTTP (RetryingHttpHandler), DI (ServiceCollectionExtensions), нормализация, CommandDispatcher, McpServerRunner
    • Models/ — DTO Confluence и доменные модели
    • Options/ — конфигурация (приоритет CLI > env > файл > default)
    • Tools/ — обёртки MCP-инструментов
    • Program.csCommandDispatcher (CLI) либо McpServerRunner (MCP по stdio)
  • tests/ConfluencePageExporter.Tests/ — xunit.v3 (MTP) + Moq + Shouldly
  • docs/ — двуязычная документация + поставляемые пользователям артефакты

Двойная поверхность: одна и та же логика синка доступна как 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 — на русском (канон). Правила и комментарии в коде допустимы на английском.

Read the full file on GitHub · 59 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. 6d ago First seen · 59 lines · 828 tokens per session scan A 34274311842c

Subscribe to this mod's changes

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.

Related

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.

sbroenne/mcp-server-excel · 2,648 tokens

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

sbroenne/mcp-server-excel · 1,427 tokens

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.

microsoft/mcp-dotnet-samples · 2,417 tokens

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.

sbroenne/mcp-server-excel · 973 tokens

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.

sbroenne/mcp-server-excel · 784 tokens

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.

sbroenne/mcp-server-excel · 211 tokens