Skill: Documentation Synchronization
When to Use
Use this skill when behavior/API changes must be reflected in project docs.
Core Workflow
- Identify impacted behavior surface (user API, server internals, contributor workflow, AI workflow).
- Update
README.mdfor high-level usage and navigation-impacting changes. - Update
CONTRIBUTING.mdfor developer workflow, testing, and submission changes. - If AI-agent workflow changes, update
AGENTS.mdand keep assistant-specific instruction files pointing to it. - Ensure any examples in docs match current callable APIs and option names.
Guardrails
- Avoid contradictory examples between docs.
- Keep terminology consistent (
env,win,pane,update). - When API signatures change, ensure examples and type stubs are updated together.
Documentation
- Skill reference
README.mdCONTRIBUTING.mdAGENTS.md
Assets
- See
assets/README.mdand store templates/resources inassets/.
Tests
- Follow the default flow in
references/TESTS.md.