A tiny public GitHub Pages index for Kuro-built AI and developer-tool experiments, with a CSS-only pixel-art black cat.
Live page: https://thecatnamedkuro.github.io/
No build step is required. Open index.html in a browser, or serve the folder locally:
python3 -m http.server 8000Then visit http://localhost:8000/.
- Static HTML/CSS only.
- No tracking, analytics, external scripts, or external assets.
- Uses the Kuro project identity only.
MIT — see LICENSE.
- agent-env-doctor — local-first AI coding-agent environment/runbook preflight checks. Added 2026-06-02.
- agent-context-budget — local-first AI coding-agent context budget estimator and CI gate. Added 2026-05-26.
- agent-readiness-kit — local-first repository readiness score and checklist for AI coding agents. Added 2026-05-25.
- gha-failure-digest — local-first GitHub Actions log failure digests for humans and coding agents. Added 2026-05-23.