AI SummaryThis booster helps developers maintain accurate, consistent documentation across README, ARCHITECTURE, and other files by identifying omissions and inconsistencies against the actual implementation. It's valuable for open-source maintainers and teams that prioritize documentation quality.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "tools" skill in my project. Please run this command in my terminal: # Install skill into the correct directory (4 files) mkdir -p .claude/skills/commands && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/SKILL.md "https://raw.githubusercontent.com/d-zero-dev/tools/dev/.claude/commands/doc.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/git.md "https://raw.githubusercontent.com/d-zero-dev/tools/dev/.claude/commands/git.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/pr.md "https://raw.githubusercontent.com/d-zero-dev/tools/dev/.claude/commands/pr.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/refactor.md "https://raw.githubusercontent.com/d-zero-dev/tools/dev/.claude/commands/refactor.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Update documentation commands
Discussion
0/2000
Loading comments...
Health Signals
MaintenanceCommitted 1mo ago
● ActiveAdoptionUnder 100 stars
5 ★ · NicheDocsMissing or thin
UndocumentedMIT License
My Fox Den
Community Rating
Sign in to rate this booster
Works With
Claude Code