Track
Claude Code in a Minute
Practical Claude Code usage from project instructions through advanced agent workflows.
- Getting startedClaude Code is Anthropic’s agentic coding CLI: you give a task in a repo, it reads context, edits files, runs commands, and iterates with your approval boundaries.
- CLAUDE.mdCLAUDE.md is a project instruction file Claude Code reads so it follows your repo’s conventions without being reminded every session.
- PlanningAsk Claude Code for a short plan and file list before it edits, so you can reject bad approaches cheaply.
- PermissionsClaude Code permissions define which tools and actions the agent may take without asking—and which require human approval.
- Git workflowUse a branch-per-task Git workflow with Claude Code so agent commits stay reviewable and reversible.
- HooksClaude Code hooks are automation points around agent events—use them for checks and guardrails, not mystery side effects.
More tracks