Claude Code Placemat banner
dommango dommango

Claude Code Placemat

Development community

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

Claude Code Placemat

Live site License: MIT HTML validation

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.

  1. Scheduled agent detects new CC release(s)
  2. Parses changelog, maps changes to placemat sections
  3. Updates index.html, changelog.html, and the What's New popup data
  4. Opens PR on a claude/placemat-update-vX.Y.Z branch with a change summary + self-review checklist
  5. Human reviews & merges
  6. 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