All skills
Skillintermediate
review frontend
Review the frontend site to ensure new repos are properly displayed and categories are well-organized.
Claude Code Knowledge Pack7/10/2026
Overview
Review the frontend site to ensure new repos are properly displayed and categories are well-organized.
Steps
-
Rebuild the site to ensure latest data:
cd /home/daniel/repos/github/Claude-Code-Repos-Index && python3 scripts/build_site.py -
Check tagged_repos.json for category distribution:
- Read
docs/tagged_repos.json - Count repos per category and per tag
- Flag any repos with missing or generic descriptions
- Flag any repos missing tags (only having "Documentation" as a fallback tag)
- Read
-
Review categories.json grouping:
- Read
data/categories.json - Verify the group/category hierarchy makes sense
- Check that all category files have corresponding entries
- Suggest improvements to grouping if categories have shifted
- Read
-
Check tag_rules.json coverage:
- Read
data/tag_rules.json - Identify repos that might benefit from additional keyword rules
- Suggest new tag rules for untagged or poorly-tagged repos
- Read
-
Verify repo detail pages are generated:
- Confirm
docs/repos/has a directory for every repo in tagged_repos.json - Spot-check 3-5 recent additions for correct content
- Confirm
-
Check site_state.json for recent changes:
- Read
data/site_state.jsonhistory - Confirm recent additions are tracked
- Report what changed since last build
- Read
-
Report findings and implement any fixes needed.