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

Pilot Console: Web Dashboard for Managing Private AI Agent Networks
A developer used Claude to build Pilot Console, a web UI for managing private agent networks built on Pilot Protocol. The dashboard provides visual setup, agent onboarding, fleet monitoring, and API control for multi-agent workflows.

Legal MCP Server for Claude Provides Access to 4M+ US Court Opinions
A free, open-source MCP server built with Claude Code gives Claude AI access to 4M+ real US court opinions, providing 18 tools for case law search, citation tracing, Bluebook parsing, Clio practice management, and PACER federal filings without hallucinations.

OnPrem.LLM AgentExecutor: Launch Sandboxed AI Agents with Built-in Tools
OnPrem.LLM's AgentExecutor lets you create autonomous AI agents that execute complex tasks using cloud or local models, with nine built-in tools including file operations, shell commands, and web search. You can run agents in sandboxed containers for security.

PowerShell Script Automates OpenClaw Docker Setup on Windows
A PowerShell script handles Windows-specific networking quirks and Docker configuration for OpenClaw, automating checks, image retrieval, setup guidance, and container deployment.