Bash permission management for Claude Code: auto-approve compound commands, sync project permissions to global settings, and analyze permission logs to discover missing allow rules.
npx claudepluginhub broven/claude-permissions-pluginBash permission management for Claude Code: auto-approve compound commands, sync project permissions to global settings, and analyze permission logs to discover missing allow rules.
A Claude Code plugin for managing Bash permissions efficiently.
bash-compound-allowAutomatically approves compound Bash commands (joined with &&, ||, ;, |, or newlines) when every individual part matches your existing allow rules — no more per-prompt interruptions.
Solves: anthropics/claude-code#16561
~/.claude/settings.json, ~/.claude/settings.local.json, .claude/settings.json, .claude/settings.local.json)echo, printf, cd, etc.) and variable assignments are auto-allowed/tmp/bash-compound-allow.logsystemMessage identifying the exact commandsystemMessage is not surfaced to the user — check /tmp/bash-compound-allow.log to see what was blocked/permission-updateCollects allow rule candidates from two sources and lets you pick which to promote to global settings:
.claude/settings.local.json not yet in global ~/.claude/settings.jsonRun periodically to keep your allow list up to date.
In Claude Code, run these two commands:
/plugin marketplace add broven/claude-permissions-plugin
/plugin install claude-permissions-plugin@broven-claude-permissions-plugin
To install for a specific project only (shared with collaborators via .claude/settings.json):
/plugin install claude-permissions-plugin@broven-claude-permissions-plugin --scope project
git clone https://github.com/broven/claude-permissions-plugin.git
Then in Claude Code:
/plugin marketplace add ./claude-permissions-plugin
/plugin install claude-permissions-plugin@claude-permissions-plugin
All hook decisions are written to /tmp/bash-compound-allow.log:
[14:23:01] APPROVE | parts: ['npm install', 'echo "done"']
[14:23:05] PROMPT | not in allow list: 'unknowncmd foo'
Use /permission-update to turn PROMPT entries into allow rules.
Harness-native ECC skills, hooks, rules, MCP conventions, and operator workflows
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage