GearScope structural smoke log: hesreallyhim/awesome-claude-code Host: macOS (host) · 26.5.2 · aarch64 Clone: git clone --depth 1 https://github.com/hesreallyhim/awesome-claude-code.git Python: 3.12 (system) / venv for deps Date: 2026-08-13 === REPO METADATA (gh api) === full_name: hesreallyhim/awesome-claude-code stargazers_count: 52230 forks_count: 4561 open_issues: 840 contributors: 14 commits: 1521 releases: 0 tags: 4 license: CC BY-NC-ND 4.0 (GitHub API: NOASSERTION) created: 2025-04-19 pushed: 2026-08-13 tracked files: 56 clone size: 5.5M === LICENSE === CC BY-NC-ND 4.0 (Attribution-NonCommercial-NoDerivatives 4.0 International) Restrictive: no derivatives, non-commercial. === RUN A. STRUCTURAL: install deps + generator reproducibility === $ python3 -m venv venv $ venv/bin/python -m pip install -q -r requirements.txt # PyYAML, requests $ venv/bin/python generate_readme.py Wrote README.md (148 active entries, 18 categories) $ git diff --stat README.md (empty) $ git diff README.md | wc -c 0 VERDICT: README regeneration is byte-identical to committed README.md ✅ === RUN B. TEST SUITE === $ venv/bin/python -m pytest -q ......................................................................... [ 80%] .................. [100%] 90 passed in 0.76s ✅ $ venv/bin/python -m pytest tests/test_generate_ticker_svg.py tests/test_fetch_repo_ticker_data.py -q ............... [100%] 15 passed in 0.08s ✅ === RUN C. STRUCTURAL: CSV schema + content counts === Schema (THE_RESOURCES_TABLE_NEW.csv, 12 cols): ID, Display Name, Category, Sub-Category, Link, Author Name, Author Link, Active, Date Added, Last Checked, Description, Stale TOTAL rows: 157 ACTIVE: 148 INACTIVE(active!=TRUE): 9 STALE-flagged: 0 Categories: 18 (config.yaml is single source of truth for ordering) GitHub entries: 135 (non-GitHub: anthropic.com / claude.com / external guides) VERDICT: schema valid, all 18 categories render, 148 active entries ✅ === RUN C. LINK FRESHNESS (sample 45 of 135 GitHub entries via gh api repos/) === Sampled 45 of 135 GitHub repos: 45 alive, 0 flagged (0 dead, 0 archived, 0 disabled) VERDICT: curation is fresh, no rot in sample ✅ === DIMENSION NOTES === Quality: real test suite (90 tests), reproducible generation, robust CI eligibility gates, opaque surrogate IDs, security filters in ticker, hand-written blurbs. Minor: 0 releases (4 tags), no CHANGELOG. Documentation: CONTRIBUTING (honest, anti-gaming), SECURITY, CODE_OF_CONDUCT, heavily-commented config.yaml, self-documenting Makefile, inline docstrings. Setup: clean venv + Makefile; but it is a reference list, not an installable skill. Value: canonical 52K-star Claude-Code discovery directory; restrictive license. Ecosystem fit: best-in-class for Claude Code; zero Hermes/OpenClaw mentions. === NOT VERIFIED LIVE === - GitHub Actions issue-submission/eligibility flow (requires opening a real issue). - Live ticker star-fetch (requires GITHUB_TOKEN; verified via unit tests only).