ai-multi-agent-system: Skill for Claude Code

.agents/skills/documentation-discipline/SKILL.md

documentation-discipline is a skill for Claude Code, Codex from radif-ru/ai-multi-agent-system. It costs 45 tokens per session (594 once invoked), scanned A, original, MIT.

A set of documentation rules for keeping project instructions and references consistent. It covers relative file paths, documentation updates, link checks, and the order for describing behavior before changing code.

In plain words
What is it for?
Use it when changing behavior, editing project documents, moving files, or updating instructions, boards, prompts, skills, or environment examples.
Why use it?
It reduces broken references and documentation that no longer matches how the system works.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

This is radif-ru/ai-multi-agent-system's own configuration. It tells Claude Code and Codex how to work on ai-multi-agent-system itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything ai-multi-agent-system configures →

Reuse

Borrowing it

Nothing to install: this file belongs to radif-ru/ai-multi-agent-system. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/radif-ru/ai-multi-agent-system/main/.agents/skills/documentation-discipline/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/radif-ru/ai-multi-agent-system

Made for: Claude Code, Codex.

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 documentation-discipline

README.md
[![agentmods](https://agentmods.dev/badge/skills/radif-ru/ai-multi-agent-system/documentation-discipline/github.svg)](https://agentmods.dev/skills/radif-ru/ai-multi-agent-system/documentation-discipline)
Your own site
<a href="https://agentmods.dev/skills/radif-ru/ai-multi-agent-system/documentation-discipline"><img src="https://agentmods.dev/badge/skills/radif-ru/ai-multi-agent-system/documentation-discipline/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for documentation-discipline

Your own site · 80×15
<a href="https://agentmods.dev/skills/radif-ru/ai-multi-agent-system/documentation-discipline"><img src="https://agentmods.dev/badge/skills/radif-ru/ai-multi-agent-system/documentation-discipline.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 45 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 594 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00045 $0.00594
Opus 5 $0.00023 $0.00297
Sonnet 5 $0.00009 $0.00119
Haiku 4.5 $0.00005 $0.00059

Measured 10d ago against content hash 4c102e4d808e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

documentation-discipline 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 10d 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.

.agents/skills/documentation-discipline/SKILL.md · 33 lines

What it actually says

Skill: documentation-discipline

Правила работы с документацией проекта. Источник истины — _docs/instructions.md §9 и _board/process.md §8.

Когда использовать

  • Меняешь поведение системы — нужно обновить профильный документ в _docs/ до или вместе с кодовым коммитом.
  • Правишь _docs/, _board/, README.md, .env.example, app/prompts/, app/skills/, .agents/.
  • Переименовываешь или переносишь файл либо раздел — нужно поправить ссылки.

Не использовать для правок кода без изменения поведения (рефакторинг, не добавляющий новых фактов в документацию).

Алгоритм

  1. Только относительные пути. Запрещены абсолютные пути ФС (/home/..., /Users/..., C:\...). Все ссылки — от корня проекта (_docs/..., app/..., ./architecture.md).
  2. Язык — по §1 (_docs/instructions.md): по умолчанию русский; технические идентификаторы (имена модулей, функций, env, путей) — латиницей.
  3. Doc-before-code. Поведение сначала описывается в профильном документе (requirements.md / commands.md / agent-loop.md / tools.md / memory.md / skills.md), затем меняется код. Кодовый коммит, меняющий поведение, без обновления документации не принимается (§9; _board/process.md §8).
  4. Синхронизация ссылок. При переименовании/удалении файла или смене номера/названия раздела — grep -rn по репозиторию и починить все живые ссылки.
  5. Закрытые спринты — архив. Файлы _board/sprints/<NN>-*.md со статусом Closed не трогаем (_board/process.md §2 п.5).
  6. Источник истины — код. При расхождении документ приводится к коду отдельным docs(...)-коммитом.

Чего избегать

  • Абсолютных путей ФС в любой документации.
  • «Висячих» ссылок после переименования — всегда проверяй grep -rn.
  • Правок закрытых спринтов.
  • Кодового коммита, меняющего поведение, без обновления документации.
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. 10d ago First seen · 33 lines · 45 tokens per session scan A 4c102e4d808e

Subscribe to this mod's changes

documentation-discipline is a skill published in the GitHub repository radif-ru/ai-multi-agent-system (6 stars, last pushed 1mo ago), licensed MIT. It adds 45 tokens to every session and 594 once invoked, about $0.0002 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 skills, from other repositories

ai-portable-setup

Erstellt einen portablen KI-Arbeitsbereich auf einem USB-Stick oder beliebigen Laufwerk. RAG-Pipeline mit lokalen LLM-Modellen (Ollama), Vektordatenbank (ChromaDB) und vorkonfigurierten Prompts.

ellmos-ai/skills · 62 tokens

skill-creator

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.

MRWillisT/PullNexus · 64 tokens

ai-image-color-cycling

Generate an AI image, quantize it to a 256-color indexed palette, and produce BOTH a self-contained HTML artifact AND a perfect-loop animated GIF that bring the image to life via classic 1990s palette cycling — the trick where rotating palette entries makes water flow, fire flicker, and stars twinkle without ever…

MRWillisT/PullNexus · 272 tokens

algorithmic-art

Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright…

MRWillisT/PullNexus · 62 tokens

docx

Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when…

MRWillisT/PullNexus · 168 tokens

frontend-slides

Create stunning, animation-rich HTML presentations from scratch or by converting PowerPoint files. Use when the user wants to build a presentation, convert a PPT/PPTX to web, or create slides for a talk/pitch. Helps non-designers discover their aesthetic through visual exploration rather than abstract choices.

MRWillisT/PullNexus · 63 tokens