Disable Safe Yolo banner
indranildchandra indranildchandra

Disable Safe Yolo

Development community

Description

Disable safe-yolo permissions for a repository. Removes ONLY the allow/deny entries and `defaultMode` listed in `~/.claude/claude-safe-yolo-permissions.txt` from `<repo>/.claude/settings.json`. `defaultMode` is only removed if it still matches the value yolo set. Idempotent — manually added permissions are never touched. If the file becomes empty after removal, it is deleted entirely. Feel free to edit `~/.claude/claude-safe-yolo-permissions.txt` as your need evolves. Example invocations (natu

Installation

Installs to ~/.claude/skills/indranildchandra-claude-local-starter-disable-safe-yolo/SKILL.md

Terminal
mkdir -p ~/.claude/skills/indranildchandra-claude-local-starter-disable-safe-yolo && curl -fsSL https://raw.githubusercontent.com/indranildchandra/claude-local-starter/HEAD/commands/disable-safe-yolo.md -o ~/.claude/skills/indranildchandra-claude-local-starter-disable-safe-yolo/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository