- Shift + tab + tab
- Use “opus” for planning and Sonnet for everything else, /model
- Run 15 task agents in parallel, give each of them a unique extreme personality and ask them to review the code from their own unique lens
- For more complex multi-agent workloads: https://github.com/parruda/claude-swarm
/clear, this will erase everything. Prefer/compactfor summarizing the chat.
- https://github.com/oraios/serena Enables better find and replace capabilities that work at the symbol level
- Context7 for up-to-date docs without need for web crawling
- Playwright for UI testing
- Build the business model first and then the code. This can even be a DB schema or zod schemas.
- Don’t paste a lot of text into Claude Code terminal. Instead, create a new file, add the text there, and add it as context to Claude Code using the
@tag.
- CTRL + V
claude -c
/init
npx ccusage/cost
- For repeated workflows—debugging loops, log analysis, etc.—store prompt templates in Markdown files within the
.claude/commandsfolder. These become available through the slash commands menu when you type/.. You can check these commands into git to make them available for the rest of your team. - Use
argument-hintanddescriptionin header.
- “Think” < “think hard” < “think harder” < “ultrathink”
- 4k < 8k < 16k < 32k TOKENS
- Example:
npm audit —json | claude -p ‘Order the vulnerabilities by the most critical fixes needed’ > vulnerabilties.md
claude —resume
- Example:
/statusline add Model | Git Branch | Tokens | Directory - Customize the line below the chat input with:
Model | Git Branch | Tokens | Directory
- Use a
.mcp.jsonfile to have MCP servers per project.
- Open Claude with
—dangerous-skip-permissions
- Undo last piece of work:
/rewindORESC + ESC
- Use Ctrl + R like in any other terminal
- "In all interactions and commit messages, be extremely concise and sacrifice on grammar for the sake of concision."
thanks for your insights to the work at neon, i really enjoy that product. And thanks for your share of that filtered CC docs.
btw i think you also need to make your CC pink 😏
https://github.com/Piebald-AI/tweakcc