Use cases
π± Accessing restricted sites (eg Reddit) π± Claude Code Mobile Remote Control
Other tips
45 Claude Code Tips: From Basics to Advanced Github Source Youβre using Claude Code Wrong - These 10 Tips Will Change Everything YouTube
Agent Teams
This is a new multi-agent architecture where multiple Claude instances working in parallel, sharing a task list and with the ability to communicate to each other. The latter reduces the risk of sub-agents, that cannot not coordinate directly. However, this comes with higher token cost. Source
Uses of Claude Agent Teams Agent teams are overkill for small bounded work that does not require co-ordination, e.g tasks in which the agents simply feed a βmainβ agent. Use them instead for tasks where consistency is required across parallel deliverables or when building complex software in which different layers must co-ordinate. Source
Key Concepts of Claude Code
According to this YouTube video, the key concepts of Claude Code are?β
- What is Claude Code β an AI that takes actions, not just gives advice
- The Terminal β the black screen where Claude Code runs
- Prompts β plain English instructions you give Claude
- Permissions β controlling what Claude can do without asking
- Tool Use β built-in capabilities (read, write, bash)
- Context Window β Claudeβs short-term memory
- Conversation History β saved sessions you can resume
- Token Usage β how costs are calculated
- Claude.md β your instruction manual file for Claude
- Memory β auto-saving preferences across sessions
- Compact Context β summarizing long conversations to free up space
- Models β Haiku, Sonnet, and Opus (speed vs. power tradeoffs)
- Denying Access to Files β blocking sensitive files via settings.json
- Flags β launch options that customize Claudeβs behavior
- Extended Thinking β Claudeβs built-in reasoning before acting
- Slash Commands β shortcuts like /compact, /clear, /help
- Skills β expert instruction playbooks for specific tasks
- Hooks β automated scripts that trigger at specific moments
- MCP Servers β connecting Claude to external tools like Notion or Airtable
- Sub Agents β specialists running in their own separate context windows
- Agent Teams β multiple agents that communicate directly with each other
- Multimodal Support β uploading images/screenshots to Claude
- Checkpoints β automatic snapshots before every file edit
- Git Integration β version control for tracking and rolling back changes
- CLI/Headless Mode β running Claude autonomously with no human input (-p flag)
- Cost/Pricing β Claude Max subscription vs. pay-as-you-go API
- Work Trees β multiple Claude instances working on isolated tasks simultaneously