Стандарт читаемости и голос автора

★ 7.1 · vibe-coding

readability-guidance is a Claude Code skill that surfaces the shared Human-Readable Output Standard — the readability rule and the writing-voice profile — into the calling skill's own context so it can draft in the correct voice and run its self-check against a single canonical source. It reads two files in order: `readability-rule.md`, which defines audience framing, output properties, length guidance, and the standardized self-check, followed by the resolved writing-voice profile — either the built-in `writing-voice.md` or a custom file declared in config, when that file exists. The standard is applied in stages: structural rules are built into the draft itself, and the self-check runs over prose regions only after the draft exists. The skill is inline — it runs in the caller's context, produces no deliverable of its own, and returns control immediately — making it the right first step for any prose-producing skill before it begins writing a final output.