Claude Code Placemat
Description
An auto-updating resource for Claude Code users. Explore essential commands, shortcuts, flags, MCP integrations, and agent skills, with reviewed daily against the latest release, ensuring accuracy and relevance.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Claude Code Placemat
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/
How It Stays Current
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
Local Preview
No build step — it's static HTML + CSS.
python3 -m http.server 8000
# open http://localhost:8000
Tests
Zero-dependency structural/regression checks — no npm install, just Node:
node tests/placemat.test.js
Contributing
Humans and bots both welcome. See [CONTRIBUTING.md](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](SECURITY.md).
Attribution
- Initial compilation — Based on reference material curated by [AI Edge](htt
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11