Auto-updated single-page reference for Claude Code — commands, shortcuts, flags, configuration, hooks, MCP, skills, and agents.
Live: https://dommango.github.io/claude-code-placemat/
A cloud-scheduled Claude Code agent runs daily at 9am UTC. It fetches the official changelog, diffs against the current placemat, and opens a PR with the delta — humans review and merge.
- Scheduled agent detects new CC release(s)
- Parses changelog, maps changes to placemat sections
- Updates
index.html,changelog.html, and the What's New popup data - Opens PR on a
claude/placemat-update-vX.Y.Zbranch with a change summary + self-review checklist - Human reviews & merges
- GitHub Pages auto-deploys from
main
No build step — it's static HTML + CSS.
python3 -m http.server 8000
# open http://localhost:8000Zero-dependency structural/regression checks — no npm install, just Node:
node tests/placemat.test.jsHumans and bots both welcome. See CONTRIBUTING.md for the split: the bot owns CC-release sync; humans own design, bug fixes, style-guide tweaks, and manual content corrections. Security issues → SECURITY.md.
- Initial compilation — Based on reference material curated by AI Edge
- Automated updates — Powered by claude-changelog by jheur
- Placemat design & maintenance — Built with Claude Code
