Isn't this going to be stale in a week? Can you just tell Calude Code to generate a cheat sheet of itself?
Claude Code Cheat Sheet
161–170 of 215 posts
Re: Claude Code Cheat Sheet
#162Re: Claude Code Cheat Sheet
#163Earlier quoted context omitted.
It matters to me. Claude code is more extensible. They put a lot of efforts to hooks and plugins. Codex may get the job done today. But Claude will evolve faster.
None of that matters if the model is worse. I say this as someone who uses both Claude Code and Codex all day every day — I agree with others in this thread that CC has much better UX and evolves faster, but I still use Codex more often because it's simply the better coder. Everything else is a distant second to model quality.
I did notice that codex - like Claude - is now better about auto delegating to agents for keeping the context focused and agents in parallel.
Re: Claude Code Cheat Sheet
#164I use Claude Code daily but kept forgetting commands, so I had Claude research every feature from the docs and GitHub, then generate a printable A4 landscape HTML page covering keyboard shortcuts, slash commands, workflows, skills system, memory/CLAUDE.md, MCP setup, CLI flags, and config files. It's a single HTML file - Claude wrote it and I iterated on the layout. A daily cron job checks the changelog and updates t…
Nicely looking page, but has too many errors. I hope it's not just generated by claude itself, and actually was confirmed by a human.
Re: Claude Code Cheat Sheet
#165Why do we still need cryptic commands for an AI?
Re: Claude Code Cheat Sheet
#166Re: Claude Code Cheat Sheet
#167It's missing the most important CLI flag! (--dangerously-skip-permissions)
If you're gonna do that, make sure you're sandboxing it with something like https://github.com/kstenerud/yoloai or eventually you'll have a bad time!
Re: Claude Code Cheat Sheet
#168Surprised that my most used flag `--dangerously-skip-permissions` is not on it
Re: Claude Code Cheat Sheet
#169Nice work. Under "MCP" section, "Local" shouldn't be prepended with "~". It should just be `.claude.json (per project)`
Re: Claude Code Cheat Sheet
#170I use Claude Code daily but kept forgetting commands, so I had Claude research every feature from the docs and GitHub, then generate a printable A4 landscape HTML page covering keyboard shortcuts, slash commands, workflows, skills system, memory/CLAUDE.md, MCP setup, CLI flags, and config files. It's a single HTML file - Claude wrote it and I iterated on the layout. A daily cron job checks the changelog and updates t…
Nicely looking page, but has too many errors. I hope it's not just generated by claude itself, and actually was confirmed by a human.