Claude Code Tips
4 days ago
- #Claude Code
- #AI Tools
- #Productivity
- Customize Claude Code's status line to show useful info like model, current directory, git branch, and token usage.
- Use voice transcription for faster communication with Claude Code, even with local models.
- Break down large problems into smaller, solvable sub-problems for better results.
- Let Claude handle Git and GitHub CLI tasks, including commits, branching, and PR creation.
- Start new conversations for fresh context to maintain performance.
- Use terminal aliases for quick access to frequently used commands.
- Proactively compact context to free up space and maintain conversation quality.
- Run risky or long-running tasks in containers to isolate potential issues.
- Use Claude Code as a writing assistant by providing context and iterating on drafts.
- Markdown is highly efficient for writing with Claude Code, especially when combined with tools like Notion.
- Clone conversations to branch off without losing the original thread.
- Use realpath for absolute file paths when referencing files in different folders.
- Understand the differences between CLAUDE.md, skills, slash commands, and plugins for better organization.
- Conduct interactive PR reviews with Claude Code for detailed and paced feedback.
- Use Claude Code for research, leveraging its ability to access and process various information sources.
- Verify Claude's output by having it write tests, check its own work, or use visual tools like GitHub Desktop.
- Employ Claude Code for DevOps tasks, such as diagnosing GitHub Actions failures.
- Keep CLAUDE.md simple and concise, adding only what you frequently repeat.
- Treat Claude Code as a universal interface for various digital tasks, from coding to data analysis.
- Choose the right level of abstraction for tasks, balancing between high-level and detailed approaches.