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

Screenbox: Open-Source Virtual Desktops for AI Agents Built Entirely by Voice
Screenbox provides isolated Linux desktops in Docker for AI agents, solving conflicts when multiple agents run in parallel. The project was built entirely using voice commands with Claude Code, and the creator hasn't seen a single line of the code.

MarkView: Open-source tool renders and manages AI-generated Markdown files
MarkView is a private-first rendering engine that displays Markdown files with Mermaid diagrams and KaTeX math, available as a web app, native macOS app, and MCP server for Claude Desktop and Cursor integration.

Analysis of Ollama's Reusable Go Components for Local LLM Development
A developer examined Ollama's source code and found several standalone Go components including a pure Go token sampler, GGUF reader/writer, model conversion tools, chat template rendering, and OpenAI compatibility transforms that aren't available as separate libraries.

Collection of 177 OpenClaw SOUL.md Templates Organized into 24 Categories
A developer has compiled 177 ready-to-use SOUL.md templates for OpenClaw agents across 24 categories including Marketing, Development, Business, DevOps, Finance, Creative, Data, Security, Healthcare, Legal, HR, and Education. All templates are MIT licensed and available on GitHub.