docs-sync

Installation
SKILL.md

Documentation Sync

Check if documentation matches the current code state.

Instructions

  1. Find recent code changes:

    git log --since="30 days ago" --name-only --pretty=format: -- "*.py" "*.ts" "*.tsx" | sort -u
    
  2. Find related documentation:

    • Search /docs/ for files mentioning changed code
    • Check README files near changed code
    • Look for docstrings in changed files
Installs
13
GitHub Stars
171
First Seen
Mar 26, 2026
docs-sync — waldencui/claude-code-django