What problem does it solve? Documents written for AI agents often fail unpredictably: weak descriptions never trigger, bloated files bury key steps, and vague completion criteria cause agents to stop early. This Skill provides a systematic reference for writing any agent-consumed document so the agent behaves predictably on every run. ## Core Features & Use Cases - Context pointer design: Rules for writing skill descriptions and AGENTS.md lines that reliably trigger, including front-loading leading words and one trigger per branch. - Information hierarchy: A framework for placing content as in-file steps, in-file reference, or disclosed reference behind pointers, with progressive disclosure and co-location guidance. - Completion criteria and pruning: Techniques for writing checkable, exhaustive step boundaries, plus disciplines for removing duplication, stale caches, and no-op instructions. - Use Case: When creating a new skill or editing CLAUDE.md, apply these rules to decide what to inline, what to disclose into separate files, and how to word the description so the agent fires it at the right time. ## Quick Start Use the writing-for-agents skill to review and improve the description and structure of my new skill's SKILL.md file.