Printable Claude Code Cheat Sheet with Weekly Auto-Updates

A developer has created a printable cheat sheet for Claude Code that automatically updates weekly. The sheet was generated using Claude itself after researching features from documentation and GitHub.
Key Details
The cheat sheet is a single HTML file designed for A4 landscape printing. It covers:
- Keyboard shortcuts
- Slash commands
- Workflows
- Skills system
- Memory/CLAUDE.md
- MCP setup
- CLI flags
- Config files
The developer set up a weekly cron job where Claude checks the changelog and updates the sheet automatically. New features are tagged with a "NEW" badge. The sheet is accessible at https://cc.storyfox.cz with no signup required. Users can print it with Ctrl+P, and it works on mobile devices.
The developer mentioned using Claude Code daily for hours but kept forgetting commands, which prompted the creation of this resource. The layout was iterated on after Claude generated the initial HTML file.
📖 Read the full source: r/ClaudeAI
👀 See Also

Meera: A Fully Offline AI Assistant for Linux Gnome Built on Qwen3.5-2B
Meera is an offline AI assistant for Gnome Desktop that uses Qwen3.5-2B-Q4_K_M (1.2 GB) and llama-cpp with Vulkan support. It leverages a second tiny embedding model for tool selection and RAG, avoiding prompt embedding bloat. Works on Ubuntu 24.04 with RTX 5090 and Fedora Silverblue on Intel i3.

Bit-Chat: AI Agents Can Send Bitcoin via Lightning Through Messaging Platforms
A setup called Bit-Chat enables AI agents to send Bitcoin payments over the Lightning network through email, WhatsApp, Telegram, or Signal. Agents can generate dedicated addresses like [email protected] and payments work even if the receiver isn't registered.

Claude Auto-Continue: Chrome extension automates tool-use limit interruptions
A developer built a free Chrome extension that automatically clicks 'Continue' when Claude hits its tool-use limit after roughly 20 tool calls, eliminating manual interruptions during agentic workflows. The extension includes optional token minimization and works across all tabs and windows.

WhatsApp AI Assistant Built with Claude Code as OpenClaw Alternative
A developer built a WhatsApp AI assistant using Claude Code as the agentic brain, with a local relay server for WhatsApp webhooks and MCP server bridging. The project includes Arcade for scoped auth to Google Calendar, Gmail, and Slack.