Walks the documentation dependency web after a CLI code change and reports which downstream files (skills, SOPs, READMEs, plugin references) are out of sync. Use after fixing a bug, adding a command, changing auth behavior, refactoring, or before committing — and when the user says "sync check", "update docs", "propagate changes", "did I forget to update", "what else needs updating", or "before I commit".
$npx -y skills add itamarzand88/cli-anything-web --skill sync-checkInstalls into the current project.
Run `npx skills use "https://github.com/itamarzand88/cli-anything-web" --skill "itamarzand88/cli-anything-web/sync-check"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/itamarzand88/cli-anything-web" that are relevant to the current task. Run `npx skills add "https://github.com/itamarzand88/cli-anything-web"` and select the relevant skills, then follow their instructions.