5 Comments
User's avatar
Nik Haldimann's avatar

Nice list. For tip 27, the killer feedback loop I've recently discovered for building Web apps is to use the Chrome DevTools MCP server. This gives Claude the power to visually inspect the app in a running dev server as well find and fix errors that only happen under real condition on the client side.

Jake Malarz's avatar

Awesome tips! I’m a very casual user, but intend to dig in deeper. This list gives me lots of things to try out. Thanks for sharing!

Roman Barlos's avatar

Very helpful recommendations, thank you

Pawel Jozefiak's avatar

Tip 20 about orchestrating worker Claude Code in containers changed my workflow. I run my main instance locally with --dangerously-skip-permissions in Docker for autonomous nightshift tasks. The tmux self-supervision pattern you mention? Game-changer for monitoring long-running jobs. I've been doing this for two months on production systems—full autonomy with exponential backoff when GitHub Actions choke.

One thing I'd add: containerized autonomy only works if you trust your test coverage.

JP's avatar

Tip 0 about the token usage status bar is brilliant. I've been obsessing over context consumption too and ended up taking a different angle. Instead of monitoring and compacting after the fact, there's a plugin called context-mode that intercepts tool output before it ever enters context. Commands run in subprocesses, output gets indexed locally, and only summaries come back. Wrote it up here: https://reading.sh/how-one-plugin-cuts-claude-codes-context-bloat-by-98-096355e68166?sk=e06168222a38a98d4bf6add2daa10973