AI Unleashed thumbnail

AI Unleashed

10 Claude Code Tips You’ll Wish You Knew Sooner

Top 10 Essential Tips to Get the Most Out of Cloud Code AI for Software Development

Cloud Code, powered by the latest Cloud 4 models, is rapidly becoming one of the best AI coding assistants available today. While it runs in the terminal and may initially feel intimidating, mastering a few key tips can unlock its full potential and dramatically improve your development workflow. In this blog post, we’ll walk through the top 10 essential tips to help you get the most out of Cloud Code.


1. Use Planning Mode for Smarter Project Outlines

Before you dive into coding, leverage Cloud Code’s Planning Mode by pressing Shift + Tab twice to toggle it on. Unlike normal mode, Planning Mode doesn’t update your code immediately but instead performs deeper analysis, including web searches to gather fresh information relevant to your project.

For example, if you type a prompt like “Plan to build a Shopify application that enhances merchants’ product descriptions with AI,” Cloud Code will generate a detailed report outlining:

  • Project structure and recommended technology stack
  • Core features your app should have
  • Step-by-step implementation plan

This mode is also great for planning new features or enhancements. When ready, toggle off Planning Mode (Shift + Tab again) to start coding.


2. Insert and Analyze Images Directly in Cloud Code

Cloud Code supports image recognition — a powerful and often overlooked feature. You can paste screenshots directly into Cloud Code by pressing Control + V (on Mac; note this differs from the usual Command + V), which uploads the image for analysis.

For instance, you might take a screenshot of your app’s UI and ask Cloud Code to analyze it for potential bugs or suggest UI improvements. It does a surprisingly good job reading images and providing actionable insights, such as recommending new features like directions integration or store hours display.


3. Initialize Your Project Documentation with the init Command

Run the init command inside your project folder to generate a comprehensive claw.md markdown file. This file serves as lightweight, automatically generated documentation including:

  • Coding standards
  • Technologies used
  • Core components
  • Data flow diagrams

Cloud Code also loads this file into context every time you start a new session, helping it “remember” your project’s details even after long breaks. You can manually add notes or rules here to tailor Cloud Code’s understanding of your project.


4. Integrate Cloud Code with Your IDE

Although Cloud Code runs in the terminal, you can integrate it with popular code editors like VS Code or Cursor for a smoother experience. Once integrated, Cloud Code tracks which file you’re editing and highlights the lines you select, allowing precise code modifications.

This two-way communication means you can keep your workflow within your familiar IDE while harnessing Cloud Code’s AI capabilities seamlessly.


5. Use a Dual Monitor Setup for Optimal Workflow

When using Cloud Code alongside your IDE, try separating them onto two monitors or windows. You can detach the Cloud Code terminal by right-clicking and choosing “Move into new window,” then place it on the second screen.

This setup creates an efficient “vibe coding” environment where you can interact with Cloud Code’s suggestions on one screen while coding on the other without constantly toggling back and forth.


6. Create Custom Commands to Automate Repetitive Tasks

Cloud Code allows you to define your own commands to suit your workflow. Simply create markdown files inside a doclaude/commands directory with your instructions and parameters.

For example, a doc.md command can be set up to generate thorough documentation for any file you specify. Then you can invoke it via /project:doc filename.html to get detailed documentation instantly.

The possibilities are endless — custom commands can automate documentation, testing, code reviews, or anything you find yourself repeating often.


7. Use “Think” Keywords to Control AI Reasoning Depth

Cloud Code recognizes special keywords including think, ultra think, and others to control how much time and computation it spends reasoning over your prompt.

For example, using ultra think prompts Cloud Code to take extra tokens to deliver more thoughtful, detailed answers. This is handy when you want deep insights or complex problem-solving rather than quick responses.


8. Escape and Fork the Conversation When Off-Track

If Cloud Code starts going in the wrong direction during a chat or code generation, press the Escape key once to interrupt it immediately.

Pressing Escape twice brings up your previous messages and lets you revert the conversation to an earlier point, essentially forking it to get back on track. Note that this doesn’t undo any code changes already accepted during auto edits but refocuses the chat context.


9. Bring in External Knowledge via Web Searches and URLs

Cloud Code can fetch and analyze content from URLs you provide, though it does this most often in Planning Mode. For example, you can paste a link to Shopify’s design guidelines, and Cloud Code will retrieve the content and help you update your app to conform to those standards.

This feature allows you to integrate the latest external documentation and style guides directly into your coding process.


10. Run Cloud Code in Headless Mode for Automation

Finally, Cloud Code supports a headless mode (claude -p), which runs entirely in the terminal without the UI. This makes it easy to pipe input and output from other tools or scripts.

For example, you can run npm audit to check your app’s dependencies for vulnerabilities, then pipe the results to Cloud Code in headless mode and ask it to prioritize and describe the issues. It will generate a markdown file listing critical, high, and low priority vulnerabilities with explanations — a huge time saver for security reviews.


Conclusion

Cloud Code is a powerful AI coding assistant packed with features that can elevate your software development, especially when you know how to use it effectively. From smart planning and image recognition to custom commands and headless automation, these tips offer a great starting point to integrate Cloud Code deeply into your workflow.

If you’re excited about AI-assisted software development, keep exploring Cloud Code and consider subscribing to newsletters or channels dedicated to AI coding tools to stay ahead of the curve.

Happy coding with Cloud Code!


Did you find these tips helpful? Feel free to share your experiences or questions about Cloud Code in the comments below!

← Back to AI Unleashed Blog