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

LM Studio parser bugs break Qwen3.5 tool calling and reasoning
LM Studio's server parser has three interacting bugs that silently break tool calling, corrupt reasoning output, and make models appear worse than they are. The issues affect reasoning models like Qwen3.5 and DeepSeek-R1, with one bug reported over a year ago still unresolved.

Configuring OpenClaw with VAST.AI GPU Rental for Unlimited Ollama Prompts
A user describes combining VAST.AI GPU rental with Ollama and OpenClaw to bypass prompt limits, but encountered configuration challenges requiring manual JSON editing.

LumaBrowser: Electron Browser Offloads DOM Parsing to Local LLMs for AI Agents
LumaBrowser is an Electron browser that offloads DOM parsing to local LLMs via OpenAI-compatible endpoints, helping autonomous agents avoid processing raw HTML. It uses models like Qwen 2.5 variants to identify UI elements and returns CSS selectors.
Claude Code Skill Tax: 2,596 Installed Skills, 40 Used, $91/Month Wasted
Every installed Claude Code skill loads into every session's system prompt. One user measured 102,651 tokens loaded per session with 98.6% never used, costing ~$91/month. An open-source tool, skill-tax, audits usage and cost.