Enable Safe Yolo banner
indranildchandra indranildchandra

Enable Safe Yolo

Development community

Description

Enable safe-yolo permissions for a repository. Writes `permissions.allow`, `permissions.deny`, and `permissions.defaultMode` into `<repo>/.claude/settings.json` based on `~/.claude/claude-safe-yolo-permissions.txt`. Idempotent — only adds entries not already present; manually added permissions are never touched. Feel free to edit `~/.claude/claude-safe-yolo-permissions.txt` as your need evolves. Example invocations (natural language): - `/enable-safe-yolo` - `/enable-safe-yolo in the current r

Installation

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

Terminal
mkdir -p ~/.claude/skills/indranildchandra-claude-local-starter-enable-safe-yolo && curl -fsSL https://raw.githubusercontent.com/indranildchandra/claude-local-starter/HEAD/commands/enable-safe-yolo.md -o ~/.claude/skills/indranildchandra-claude-local-starter-enable-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