Стандарты документации и маршрутизация знаний
★ 7.5 · documentation
distilly-doc-standards is a Claude Code skill that governs documentation workflows on the distilly branch — determining which file owns a given fact, managing Agent Notes, and maintaining documentation integrity through validation scripts. The skill enforces strict folder routing: product contracts go to `docs/design/`, the live architecture tree to `architecture.md`, step-by-step guides to `cookbook/`, review rules to `docs/process/`, and rationale to Agent Notes. Before adding a new note, the skill requires searching `.agents/notes/`; after any note or standing-doc edits, it mandates running `python3 scripts/verify_agent_notes.py`. Compressing system-v1.md into architecture.md is explicitly prohibited — the parent design file must be edited first, then the matching `docs/design/v1/` chapter. Ideal for teams maintaining consistent, non-redundant documentation in multi-file AI-agent projects.
- #documentation
- #agent-notes
- #standards
- #markdown