Sync Data banner
danielrosehill danielrosehill

Sync Data

Data community

Description

Verify data files are in sync with category files and rebuild the frontend. ## Steps 1. **Run the full build pipeline**: ```bash cd /home/daniel/repos/github/Claude-Code-Repos-Index && python3 scripts/build_site.py ``` 2. **Cross-check repo counts**: - Count repos in category files (count `### ` headings, excluding the category `# ` headings) - Compare against `data/repos.json` total - Compare against `docs/tagged_repos.json` total - Compare against `data/site_state.json`

Installation

Installs to ~/.claude/commands/danielrosehill-claude-agent-blueprints-sync-data.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/danielrosehill/Claude-Agent-Blueprints/HEAD/.claude/commands/sync-data.md -o ~/.claude/commands/danielrosehill-claude-agent-blueprints-sync-data.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository