claude-code-tips
by ykdojo
45 tips for getting the most out of Claude Code, from basics to advanced - includes a custom status line script, cutting the system prompt in half, using Gemini CLI as Claude Code's minion, and Claude Code running itself in a container. Also includes the dx plugin.
1,941stars
124forks
JavaScript
Added 12/27/2025
AI Agentsagenticagentic-aiagentic-codingagentic-workflowaiclaudeclaude-aiclaude-codeclideveloper-toolsproductivitytips-and-tricks
Installation
# Add to your Claude Code skills
git clone https://github.com/ykdojo/claude-code-tips45 Claude Code Tips: From Basics to Advanced
Here are my tips for getting the most out of Claude Code, including a custom status line script, cutting the system prompt in half, using Gemini CLI as Claude Code's minion, and Claude Code running itself in a container. Also includes the dx plugin.
📺 Quick demo - See some of these tips in action with a multi-Claude workflow and voice input:
<!-- TOC -->Table of Contents
- Tip 0: Customize your status line
- Tip 1: Learn a few essential slash commands
- Tip 2: Talk to Claude Code with your voice
- Tip 3: Break down large problems into smaller ones
- Tip 4: Using Git and GitHub CLI like a pro
- Tip 5: AI context is like milk; it's best served fresh and condensed!
- Tip 6: Getting output out of your terminal
- Tip 7: Set up terminal aliases for quick access
- Tip 8: Proactively compact your context
- Tip 9: Complete the write-test cycle for autonomous tasks
- Tip 10: Cmd+A and Ctrl+A are your friends
- Tip 11: Use Gemini CLI as a fallback for blocked sites
- Tip 12: Invest in your own workflow
- Tip 13: Search through your conversation history
- Tip 14: Multitasking with terminal tabs
- Tip 15: Slim down the system prompt
- Tip 16: Git worktrees for parallel branch work
- Tip 17: Manual exponential backoff for long-running jobs
- Tip 18: Claude Code as a writing assistant
- Tip 19: Markdown is the s**t
- Tip 20: Use Notion to preserve links when pasting
- Tip 21: Containers for long-running risky tasks
- Tip 22: The best way to get better at using Claude Code is by using it
- Tip 23: Clone/fork and half-clone conversations
- [Tip 24: Use realpath to ge...