From agent-flow
Use when updating documentation, README sections, CHANGELOG entries, docstrings, or CLAUDE.md conventions after a feature is complete.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agent-flow:author-rulesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Write documentation for the developer who comes next — not the one who just built the feature. Assume they have no context from this session.
Write documentation for the developer who comes next — not the one who just built the feature. Assume they have no context from this session.
Append a row using this markdown table format:
| Date & Time | Type | Description |
|---------------------|---------|-------------|
| YYYY-MM-DD HH:MM:SS | Added | ... |
Run date '+%Y-%m-%d %H:%M:%S' to get the current timestamp. Type is one of: Added, Changed, Fixed, Removed. If the table header doesn't exist, add it first.
author-rules governs documentation. It is always invoked last (after review). Domain skills do not override authoring rules.
npx claudepluginhub timgranlundmarsden/claude-agent-flowGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.