Claude Code SettingPermissions323 installs

Development Mode

Comprehensive permissions for active development. Allows most development tools and operations while maintaining security boundaries. Ideal for trusted development environments where productivity is prioritized.

Install with the Claude Code Templates CLI
$ npx claude-code-templates@latest --setting="permissions/development-mode" --yes

Requires Claude Code. The command adds this setting to your project's .claudedirectory — nothing runs on ToolZip's servers.

What's inside this setting

Component source

{

"description": "Comprehensive permissions for active development. Allows most development tools and operations while maintaining security boundaries. Ideal for trusted development environments where productivity is prioritized.",

"permissions": {

"allow": [

"Bash(npm:*)",

"Bash(yarn:*)",

"Bash(node:*)",

"Bash(git:*)",

"Bash(docker:*)",

"Bash(python:*)",

"Bash(pip:*)",

"Read(**/*.json)",

"Read(**/*.js)",

"Read(**/*.ts)",

"Read(**/*.py)",

"Edit(**/*.js)",

"Edit(**/*.ts)",

"Edit(**/*.py)",

"Edit(**/*.json)",

"Write(**/*.js)",

"Write(**/*.ts)",

"Write(**/*.py)"

],

"deny": [

"Read(./.env*)",

"Read(./secrets/**)",

"Bash(rm -rf:*)",

"Bash(sudo:*)"

]

}

}

Type
Setting
Category
Permissions
Installs
323
Source
GitHub ↗

Related Claude Code Settings

Catalog data and component content are sourced from the open-source davila7/claude-code-templates project (MIT license). ToolZip curates the listing and writes original descriptions; every component links back to its original source. Claude Code is a product of Anthropic. ToolZip is an independent catalog and is not affiliated with or endorsed by Anthropic.