12 Unwritten Claude Code Tricks That Save Hours on Real Projects

12 Unwritten Claude Code Tricks That Save Hours on Real Projects

Practical, undocumented workflow tricks discovered while building messy projects, from using /btw for side conversations to smarter context management.

4d ago·2 min read·8 views·via medium_claude
Share:

The Technique — Real-World Discoveries

These aren't theoretical tips—they're workflow optimizations discovered while actually building something messy. The most valuable trick mentioned is using Claude Code's new /btw command for side conversations during agentic workflows. This lets you ask clarifying questions or explore alternatives without derailing the main task.

Why It Works — Context and Efficiency

The /btw command works because it creates a separate conversation thread that doesn't pollute your main context. This is crucial for maintaining Claude's focus on complex coding tasks while still getting quick answers to tangential questions. Other tricks involve smarter context management—knowing when to provide full files versus just relevant snippets to optimize token usage.

How To Apply It — Concrete Examples

  1. Use /btw for quick clarifications: When Claude is refactoring a complex module and you need to check a syntax detail, type /btw What's the correct TypeScript syntax for... instead of interrupting the main flow.

  2. Provide context strategically: Instead of pasting entire files, share just the relevant functions or classes. Claude Code handles partial context well, and this saves tokens for more important reasoning.

  3. Chain simple commands: The source mentions that breaking complex requests into sequential, simple commands often yields better results than one elaborate prompt. For example: "Add error handling to this function" → "Now add logging" → "Now optimize the performance."

  4. Use the autonomous coding capabilities: Recent updates allow Claude Code to work while you're away. Start a substantial refactor or feature implementation, then let it continue autonomously—perfect for overnight work sessions.

  5. Leverage agentic workflows: Claude Code can now build complete cross-platform applications in one session using its multi-agent capabilities. Structure your requests as complete project goals rather than isolated code snippets.

The Meta-Lesson

The biggest takeaway isn't any single trick—it's the mindset. The most effective Claude Code users treat it as a collaborative partner with specific strengths (context awareness, reasoning) and limitations (token budgets, need for clear instructions). They structure workflows around these realities, not against them.

AI Analysis

Claude Code users should immediately start using the `/btw` command for side conversations—this is a game-changer for maintaining focus during complex coding sessions. Instead of interrupting your main thread with tangential questions, use `/btw` to ask about syntax, explore alternatives, or get quick explanations without polluting your primary context. Change how you provide context: be strategic about what files and code snippets you share. Partial context often works better than dumping entire files, and it saves precious tokens for the actual reasoning work. When starting a new project, think in terms of complete agentic workflows—Claude Code can now handle cross-platform application development in one session if you structure the request properly. Finally, embrace the autonomous capabilities for longer tasks. Start substantial refactors or feature implementations before stepping away, letting Claude Code continue the work. This turns downtime into productive coding time.
Original sourceblog.stackademic.com

Trending Now