From config-management
Quickly add always-allow permissions to all AI tool permission lists
npx claudepluginhub jacobpevans/claude-code-plugins --plugin config-managementThis skill uses the workspace's default tool permissions.
Quickly add one or more always-allow permissions to all AI tool permission lists (Claude, Gemini, etc.) with a fresh worktree off the latest main.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Quickly add one or more always-allow permissions to all AI tool permission lists (Claude, Gemini, etc.) with a fresh worktree off the latest main.
The command accepts optional permission(s) as arguments in flexible formats:
/quick-add-permission
/quick-add-permission "docker ps"
/quick-add-permission "docker ps" "docker logs" "kubectl get"
/quick-add-permission "Bash(docker ps *)"
If no arguments provided, the command will prompt interactively.
The command intelligently converts simple inputs to proper permission format:
"docker ps" -> "Bash(docker ps *)""git status" -> "Bash(git status *)""kubectl get pods" -> "Bash(kubectl get pods *)""Bash(docker ps *)" -> Used as-is (already formatted)Sync main and create worktree with branch name: chore/add-permissions-$(date +%Y%m%d-%H%M%S).
Bash(command *) formatFiles: agentsmd/permissions/{allow,ask,deny}.json, .gemini/permissions/{allow,deny}.json
For each permission:
jq emptyReport: worktree, branch, permissions added, files modified, next steps.