Free CourseBuild AI Tools

Start here

Turn on permissions so Claude can build

6 min

Last setup step: let Claude Code actually do things — run commands and edit files — without stopping to ask permission on every tiny step. This is what makes the build flow smoothly.

Why this step exists

By default, Claude Code asks “Can I create this file?” or “Can I run this command?” before each action — a safety checkpoint. While building a whole tool that gets tedious fast, so you’ll let it work more freely. It’s safe here because of two things you’ve already set up: you’re working in one dedicated folder (nothing important to harm), and Git saves snapshots (you can undo anything).

The three modes, at a glance

ModeWhat it doesWhen to use it
Ask every timeApproves each action — the defaultAny folder with files you care about
Auto accept edits (Desktop)File edits and common commands run freelyYour my-tools folder — the course default
Bypass (terminal flag)Nothing is checked at allOnly a fresh, dedicated project folder — never Documents or Desktop

Turn it on

  • Desktop app: near the message box there’s a permission-mode selector. Choose “Auto accept edits” — the beginner-friendly mode that lets Claude make file changes and run common commands without asking each time.
  • Terminal: the terminal’s equivalent of the Desktop default is the bypass flag — it starts Claude without stopping for approvals. Use it exactly as you’d use “Auto accept edits”: only inside your fresh my-tools folder.

Terminal — start Claude in hands-off mode

claude --dangerously-skip-permissions
Only in your project folder

“Hands-off” mode means Claude acts without asking — which is perfectly fine inside your freshmy-tools folder, where the worst case is “rebuild a tool.” Don’t use it in a folder full of important personal files.

End of Module 0 — Claude Code is ready to build

You have a Claude plan, Claude Code installed and signed in, Node and Git installed, a dedicated my-tools folder open, and permissions set so Claude can work. The setup — the hardest part of the whole journey — is done. Now the fun begins.

More learning resources

Still want another angle? These are hand-picked and vetted to line up with this lesson — from creators and sites worth your time.