All guides

Permission List to Reduce Permission Prompts

Copy and paste this into your settings.local.json file in your claude folder

javascript
{
  "permissions": {
    "allow": [
      "Bash(*)",
      "Read",
      "Edit",
      "Write",
      "Glob",
      "Grep",
      "WebFetch",
      "WebSearch",
      "NotebookEdit",
      "Skill"
    ]
  }
}

Learn this inside the community

The full course, templates, and the people building this, free in the Skool community.

Join the community