What problem does it solve?
Documents written for AI agents often fail unpredictably: bloated files dilute attention, weak descriptions never trigger, and vague completion criteria let agents stop early. This Skill provides a reference of writing principles that make agent-consumed documents behave consistently across runs.
Core Features & Use Cases
- Context pointer design: Rules for writing skill descriptions and AGENTS.md lines that reliably trigger the right material at the right branch.
- Information hierarchy: A ladder model (in-file steps, in-file reference, disclosed reference) for deciding what to inline versus push behind a pointer.
- Completion criteria and pruning: Techniques for sharpening step boundaries, eliminating duplication, no-op sentences, and stale sediment in long-lived documents.
- Use Case: When authoring a new skill or editing CLAUDE.md, consult this reference to decide frontmatter invocation mode, split documents by sequence or branch, and replace restated phrases with leading words.
Quick Start
Ask the agent to review your draft skill or AGENTS.md file using the writing-for-agents principles and suggest specific edits.