zero2hero | The essential commands and workflows
cd folderEnter foldercd ..Go up one levelmkdir nameCreate folderlsList filespwdCurrent locationTabAuto-completeclaudeLaunch Claude CodeCtrl+C twiceExit Claude CodeCtrl+OView last outputCtrl+TView todo listCmd+TNew terminal tab!commandRun bash inside/initCreate CLAUDE.md/clearReset session/modelSwitch AI model/auditDesign analysis/animateAdd animations/bolderMore impactful/colorizeEnhance colors/quieterTone down/polishFinal refinements/simplifyReduce complexity/hardenError handling/adaptResponsive designgit statusCheck changesgit add .Stage all filesgit commit -m ""Commitgit pushPush to GitHubgit pullPull latestnpm install -g @anthropic-ai/claude-codeImportant: Copy and run the PATH export line shown after install!
Create and enter folder: mkdir my-project && cd my-project
Launch Claude Code: claude
Describe what you want in natural language
Approve actions (recommend "Yes, allow all" for session)
Preview: "Run this website locally so I can preview it"
Copy .claude folder to home: cp -r ~/Downloads/.claude ~/
Exit Claude Code if running
Restart: claude
Critical: Skills load at startup! Always restart after adding.
Create repo at github.com
Ask Claude to set up git & SSH
git push
Log into netlify.com
Import from GitHub
Deploy (leave config empty)
Make changes in Claude Code
"Commit everything"
"Push" - auto deploys!
Skills not working?Exit, verify .claude folder, restart ClaudeContext left until auto compactType /clear to resetExceeds maximum tokensFile too large, refactor or work in sectionsCommand not found: claudeRe-run PATH export, restart terminalUndo last change?Press Escape twice after Claude finishesRun /init on existing projects
Break large files into components
Opus 4.5 is best for most work
Use Cmd+T for parallel sessions