All skills
Skillintermediate
review readme
Review the README and category files for quality and organization.
Claude Code Knowledge Pack7/10/2026
Overview
Review the README and category files for quality and organization.
Steps
-
Rebuild README from category files:
cd /home/daniel/repos/github/Claude-Code-Repos-Index && python3 scripts/build_site.py -
Check alphabetical ordering within each category file in
categories/. Flag any repos that are out of order and fix them. -
Check for duplicate repos across all category files. Each repo should appear in exactly one category.
-
Review descriptions for consistency:
- Should be 1-2 sentences
- Should clearly state what the repo does
- Should not start with "A tool for..." or "This repository..."
- Should use consistent tone across similar repos
-
Review category balance: Flag categories that are overstuffed (>15 repos) or underpopulated (<2 repos) and suggest reorganization if needed.
-
Verify entry format - each entry should have:
### Repo Name[![View Repo]badge with correct GitHub URL- Description
---separator
-
Report findings and fix any issues found.