Claude Code Cheat Sheet with 140 Tips and LLMs.txt File

A developer has compiled a Claude Code cheat sheet containing 140 tips gathered from various sources. The tips are organized into 14 sections and tagged by difficulty level, allowing users to skip content they already know.
Key Details
The source material provides these specific details:
- The cheat sheet contains 140 tips across 14 sections.
- Tips are tagged by difficulty so users can skip familiar content.
- The beginner section alone takes about 30 minutes to read.
- The entire cheat sheet takes about an hour to read completely.
- The repository includes an
llms.txtfile that can be fed directly to Claude. - The
llms.txtfile enables Claude to either teach you the tips or apply them to your project. - The GitHub repository is located at:
https://github.com/infiniV/ultra-instinct-claude-code
This type of cheat sheet is useful for developers working with Claude Code who want to improve their efficiency and learn practical techniques without searching through scattered resources.
📖 Read the full source: r/ClaudeAI
👀 See Also

How to Secure Claude Cowork with a Proxy Layer: Practical Guide
A walkthrough on setting up a proxy layer to observe and secure Claude Cowork's behavior, published by General Analysis team.

Mac Mini M4 Pro vs Mac Studio M4 Max for Local LLM Inference – Key Considerations
A developer compares Mac Mini M4 Pro (12C CPU/16C GPU, 273 GB/s) vs Mac Studio M4 Max (16C CPU/40C GPU, 546 GB/s), both 64GB/1TB, for local inference with Gemma 4 and Qwen. Key question: is the bandwidth jump worth $600?

Method for Transferring User Context from ChatGPT to Claude
A Reddit user shares a two-prompt method for extracting a detailed cognitive profile from ChatGPT and creating a portable AI constitution to transfer to Claude, addressing the difficulty of porting between AI systems.

Optimizing Qwen 3.6 27B/35B on RTX 3090: Flags, Quantization, and Auto-Routing
A user shares his llama-server flags for Qwen 3.6 27B and 35B GGUF models on an RTX 3090 (24GB), reporting slow speeds for the 35B and unreliable code output from the 27B. The post asks for better quant, flag tuning, and auto model switching.