Files
claude-code-user-config/settings.json
Bill Ballou 13a0920b06 Add portable plugin configuration for cross-host sync
- Create plugins/config.json with marketplace sources and desired plugins
- Remove plugins/installed_plugins.json from tracking (host-specific paths)
- Add installed_plugins.json to .gitignore
- Update README with plugin installation instructions
- Enable example-skills plugin in settings.json
2026-01-12 13:13:07 -05:00

53 lines
1.2 KiB
JSON

{
"attribution": {
"commit": "",
"pr": ""
},
"permissions": {
"allow": [
"Bash(git:*)",
"Bash(npm:*)",
"Bash(pip:*)",
"Bash(uv:*)",
"Bash(poetry:*)",
"Bash(bash scripts/*)",
"Bash(docker:*)",
"Bash(docker-compose:*)",
"Bash(python:*)",
"Bash(python3:*)",
"Bash(source */bin/activate)",
"Bash(pytest:*)",
"Bash(timeout:*)",
"Bash(cat:*)",
"Bash(tree:*)",
"Bash(find:*)",
"Bash(test:*)",
"Bash(ls:*)",
"Bash(head:*)",
"Bash(tail:*)",
"Bash(wc:*)",
"Bash(yamllint:*)",
"Skill(superpowers:*)",
"Skill(frontend-design:*)",
"WebSearch"
],
"ask": [
"Bash(make dev:*)",
"Bash(git merge:*)",
"Bash(git branch -d:*)",
"Bash(git branch -D:*)",
"Bash(git branch --delete:*)"
]
},
"statusLine": {
"type": "command",
"command": "/home/bill/.claude/statusline-command.sh"
},
"enabledPlugins": {
"superpowers@superpowers-marketplace": true,
"frontend-design@claude-code-plugins": true,
"example-skills@anthropic-agent-skills": true
},
"alwaysThinkingEnabled": true
}