claudegoodies
Permission Preset

Claude-Code-Game-Studios permissions

From Donchitos

Facts

Status
Actively maintained
Last commit

Source preview

The instructions Claude Code reads when this permission preset runs.

{
  "allow": [
    "Bash(git status*)",
    "Bash(git diff*)",
    "Bash(git log*)",
    "Bash(git branch*)",
    "Bash(git rev-parse*)",
    "Bash(ls *)",
    "Bash(dir *)",
    "Bash(python -m json.tool*)",
    "Bash(python -m pytest*)",
    "Bash(py -m pytest*)"
  ],
  "deny": [
    "Bash(rm -rf *)",
    "Bash(git push --force*)",
    "Bash(git push -f *)",
    "Bash(git reset --hard*)",
    "Bash(git clean -f*)",
    "Bash(sudo *)",
    "Bash(chmod 777*)",
    "Bash(*>.env*)",
    "Bash(cat *.env*)",
    "Bash(type *.env*)",
    "Read(**/.env*)"
  ]
}
View full source on GitHub →

Other permission presets