← Back to Tutorials
4. Practice & Resources
Quick Reference Guide
Task Command / Tool
Start Claude Code CLI claude
Pipe prompt to Claude echo "prompt" | claude -p
Save checkpoint claude --checkpoint save "name"
Load checkpoint claude --checkpoint load "name"
YOLO mode claude --yolo
Plan before coding /plan command in Claude
Review changes /review command in Claude
MCP server config claude.json → mcpServers
Cloud sandbox claude --sandbox sprites
Project context claude.md file in project root
Useful Resources
3-Week Study Plan
Week Topic Activities
1 Vibe Coding Setup Cursor/Claude Code, build Kanban app, learn context engineering
2 Vibe Engineering Claude Code CLI mastery, MCP servers, Jira/GitHub integration, SaaS project
3 Expert Engineering Multi-agent swarms, hooks, cloud sandboxes, trading platform capstone
IDE / Tool Comparison
Tool Cost Best For AI Models
Cursor $20/mo Daily coding with deep context Claude, GPT-4o
Copilot $10/mo Enterprise teams, VS Code GPT-4o, Claude
Claude Code CLI API usage Complex projects, agentic workflows Claude
Codex CLI API usage Terminal-native automation GPT-4o
OpenCode Open source Self-hosted, custom workflows Various
✏️ Final Capstone: Build a complete multi-agent SaaS platform using all three levels: (1) vibe-code the initial prototype, (2) engineer it professionally with MCP servers, claude.md context, and CI/CD, (3) add expert-level multi-agent swarm orchestration for critical workflows. Deploy with cloud sandboxes and document the entire process.
← Previous
Back to Index
Next: References →