Docs Sync
Description
--- description: Check if documentation is in sync with code allowed-tools: Read, Glob, Grep, Bash(git:*) --- # Documentation Sync Check if documentation matches the current code state. ## Instructions 1. **Find recent code changes**: ```bash git log --since="30 days ago" --name-only --pretty=format: -- "*.ts" "*.tsx" | sort -u ``` 2. **Find related documentation**: - Search `/docs/` for files mentioning changed code - Check README files near changed code - Look for TSDoc
Installation
Installs to ~/.claude/commands/ipoprock-claude-code-showcase-docs-sync.md
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/ipoprock/claude-code-showcase/HEAD/.claude/commands/docs-sync.md -o ~/.claude/commands/ipoprock-claude-code-showcase-docs-sync.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Skills
Doc Co-authoring
Guide users through structured workflow for co-authoring documentation
Documentation Docx
Create, edit, and analyze Word documents with tracked changes, comments, and formatting
Documentation Extract text, create PDFs, merge/split documents, and handle forms
Documentation Pptx
Create, edit, and analyze PowerPoint presentations with layouts and templates
Documentation Xlsx
Create, edit, and analyze Excel spreadsheets with formulas, formatting, and visualization
Documentation mcp-server-fetch
Fetch and convert web pages to markdown.
Documentation