Update project documentation using the git-workspace-review and doc-updates skills.
# Update Project Documentation To edit documentation, load the required skills in order: 1. Run `Skill(sanctum:git-workspace-review)` to capture the change context and complete its `TodoWrite` items. 2. Run `Skill(sanctum:doc-updates)` and follow the checklist (context, targets, edits, guideline verification, preview). ## Workflow - Use notes from the preflight to determine which files need updates (README, wiki entries, docstrings, etc.). - Apply the project's writing guidelines (grounded language, imperative docstrings, no emojis or checkmarks). - Summarize changes and show relevant di...
Audit and maintain documentation files in the current project. This command checks for stale content, outdated references, redundancy, and suggests improvements.
Update and maintain project documentation for local code changes using multi-agent workflow with tech-writer agents. Covers docs/, READMEs, JSDoc, and API documentation.
Update project documentation systematically: $ARGUMENTS
Update and synchronize project documentation with recent code changes
Use the doc-curator subagent to surgically update existing documentation in the `docs/` directory based on recent code changes. This command focuses on intelligent, incremental updates to keep documentation synchronized with code changes.