← ClaudeAtlas

docs-maintainlisted

Check documentation sync and auto-update doc artifacts. Combines sync checking (template-instance validation) with update automation (index regeneration, cross-doc dependencies, archive verification).
jasonmichaelbell78-creator/sonash-v0 · ★ 2 · AI & Automation · score 71
Install: claude install-skill jasonmichaelbell78-creator/sonash-v0
<!-- prettier-ignore-start --> **Document Version:** 1.0 **Last Updated:** 2026-02-14 **Status:** ACTIVE <!-- prettier-ignore-end --> # Documentation Maintenance Unified skill for checking doc sync and updating doc artifacts. ## When NOT to Use - When the task doesn't match this skill's scope -- check related skills - When a more specialized skill exists for the specific task ## Usage ``` /docs-maintain # Run both check + update /docs-maintain --check # Check only (no changes) /docs-maintain --update # Update only (regenerate + fix) ``` --- ## Check Mode (from docs-sync) Validate template-instance synchronization. ### Execution ```bash npm run docs:sync-check # With details: npm run docs:sync-check -- --verbose # As JSON: npm run docs:sync-check -- --json ``` ### What It Checks 1. Template-derived documents are properly synchronized 2. No placeholder content remains (`[e.g., ...]`, `[X]`, `[TODO]`, etc.) 3. All relative links point to existing files 4. Sync dates are recent (<90 days) ### Exit Codes - **0**: All documents synced - **1**: Sync issues found - **2**: Error during check --- ## Update Mode (from docs-update) Auto-update documentation artifacts after file changes. ### Execution ```bash npm run docs:index && git add DOCUMENTATION_INDEX.md ``` ### What It Does 1. **Regenerate Documentation Index** - runs `npm run docs:index` to update DOCUMENTATION_INDEX.md 2. **Check Cross-Document Dependencies** - reviews `docs/DOCUMENT_D