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

OpenClaw v2026.3.22 Update Issues and 30-Second Fixes
The OpenClaw v2026.3.22 update introduced 12 breaking changes, including ClawHub becoming the default plugin store and deprecated environment variables. Five common disasters with quick fixes include API billing spikes, unintended agent actions, and configuration errors.

Giving Claude M365 Access via Power Automate and a FastMCP Server
A developer built a lightweight MCP server that lets Claude interact with Microsoft 365 (inbox, calendar, OneDrive, Planner, Excel, Word) using Power Automate webhooks — no admin Graph permissions needed.

Practical Review: 3 Essential Clawhub Skills and 3 to Avoid
A developer tested Clawhub skills for weeks and found three worth installing: web-search (Brave), daily-brief, and memory-search. Three others—food-order, multi-agent orchestrators, and humanizer—waste tokens and add unnecessary complexity.

OpenClaw 2026.3.7 breaks Kimi tool calls, downgrade to 2026.3.2 fixes regression
OpenClaw version 2026.3.7 has a regression where the Kimi API provider outputs raw <function_calls> XML instead of executing tools. The solution is to downgrade to version 2026.3.2 and restore a compatible config file.