Skip to content

Instantly share code, notes, and snippets.

@joematthews
Last active July 28, 2026 23:41
Show Gist options
  • Select an option

  • Save joematthews/0f12258f43726e85f91aea31664834a3 to your computer and use it in GitHub Desktop.

Select an option

Save joematthews/0f12258f43726e85f91aea31664834a3 to your computer and use it in GitHub Desktop.
My claude code settings
{
"$schema": "https://json.schemastore.org/claude-code-settings.json",
"attribution": {
"commit": "",
"pr": "",
"sessionUrl": false
},
"permissions": {
"deny": [
"Read(//**/.env*)",
"Agent",
"AskUserQuestion",
"EnterPlanMode",
"ExitPlanMode",
"TaskCreate",
"TaskGet",
"TaskList",
"TaskUpdate",
"TodoWrite",
"CronCreate",
"CronDelete",
"CronList",
"PushNotification",
"RemoteTrigger",
"ScheduleWakeup",
"SendMessage",
"TaskOutput",
"TaskStop",
"Workflow"
],
"defaultMode": "bypassPermissions",
},
"skillOverrides": {
"claude-api": "on",
"artifact-capabilities": "off",
"artifact-design": "off",
"batch": "off",
"claude-in-chrome": "off",
"code-review": "off",
"dataviz": "off",
"debug": "off",
"design-sync": "off",
"doctor": "on",
"fewer-permission-prompts": "off",
"init": "off",
"keybindings-help": "off",
"loop": "off",
"review": "off",
"run": "off",
"run-skill-generator": "off",
"schedule": "off",
"security-review": "off",
"simplify": "off",
"update-config": "off",
"verify": "off"
},
"disableAgentView": true,
"disableRemoteControl": true,
"disableWorkflows": true,
"statusLine": {
"type": "command",
"command": "~/.claude/statusline-command.sh"
},
"autoMemoryEnabled": false,
"theme": "dark"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment