AGCMD

AI Coding Agent Commands & Tips

claude --dangerously-skip-permissions

One-line command + safety checklist. Click the copy icon to copy the exact command.

cliflagssafetyworkflow
Command
claude --dangerously-skip-permissions
Safety note: Use only on repos you trust. Always review the diff before committing or pushing. Prefer running on a fresh branch.

What it does: reduces or removes interactive permission prompts so the tool can proceed faster.

When to use: you understand the task, you trust the repo, and you plan to review changes (diff) right after.

When not to use: unknown repos, projects with sensitive credentials, or when you can’t review output.

Safer alternatives: keep prompts on; run inside a sandbox/container; limit scope to a single file/patch; enforce tests and diff review.

Template: What it doesWhen to useWhen not to useSafer alternative.