Skip to content

Instantly share code, notes, and snippets.

@usmanity
Created February 25, 2026 18:48
Show Gist options
  • Select an option

  • Save usmanity/86d4f5783a512433aceb7efd8af7846e to your computer and use it in GitHub Desktop.

Select an option

Save usmanity/86d4f5783a512433aceb7efd8af7846e to your computer and use it in GitHub Desktop.
settings example for notifications
{
"permissions": {
"allow": [
"Edit(~/tmp/**)",
"Edit(~/tasks/**)",
],
"deny": ["Bash(heroku:*)", "Bash(heroku)"],
"additionalDirectories": ["~/github/dotfiles", "/tmp", "~/tasks"]
},
"hooks": {
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "open -g 'raycast://extensions/maxnyby/raycast-notification/index?launchType=background&arguments=%7B%22title%22%3A%22Claude%20finished%20%E2%9C%93%22%2C%22type%22%3A%22success%22%2C%22message%22%3A%22%22%7D'"
}
]
}
],
"PermissionRequest": [
{
"hooks": [
{
"type": "command",
"command": "open -g 'raycast://extensions/maxnyby/raycast-notification/index?launchType=background&arguments=%7B%22title%22%3A%22Approval%20needed%20%E2%9A%A0%EF%B8%8F%22%2C%22type%22%3A%22standard%22%2C%22message%22%3A%22%22%7D'"
}
]
}
]
},
"statusLine": {
"type": "command",
"command": "npx -y ccstatusline@latest",
"padding": 0
},
"enabledPlugins": {
"swift-lsp@claude-plugins-official": true,
"frontend-design@claude-plugins-official": true,
"github@claude-plugins-official": true,
"code-review@claude-plugins-official": true,
"feature-dev@claude-plugins-official": true,
"commit-commands@claude-plugins-official": true,
"security-guidance@claude-plugins-official": true,
"code-simplifier@claude-plugins-official": true,
"ralph-loop@claude-plugins-official": true,
"pr-review-toolkit@claude-plugins-official": true,
"explanatory-output-style@claude-plugins-official": true,
"learning-output-style@claude-plugins-official": true,
"superpowers@claude-plugins-official": true,
"example-skills@anthropic-agent-skills": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment