quick-add-permission

Add 'always-allow' permissions to AI tool JSON configurations across platforms.

3|1|Updated Jan 1, 2026
One-click install
npx skills add https://github.com/JacobPEvans/claude-code-plugins --skill quick-add-permission
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quick-add-permission
Source: https://github.com/JacobPEvans/claude-code-plugins/tree/main/config-management/skills/quick-add-permission
Command: npx skills add https://github.com/JacobPEvans/claude-code-plugins --skill quick-add-permission

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of adding necessary permissions to AI tool configurations, preventing manual errors and ensuring AI can access required tools.

Core Features & Use Cases

  • Streamlined Permission Management: Adds 'always-allow' permissions to multiple AI tools (Claude, Gemini, etc.) simultaneously.
  • Flexible Input: Accepts permissions as direct arguments or prompts interactively if none are provided.
  • Use Case: When integrating a new AI tool that needs access to specific bash commands like docker ps or kubectl get, use this Skill to quickly add these permissions across all relevant AI configurations.

Quick Start

Use the quick-add-permission skill to add 'docker ps' and 'kubectl get pods' permissions.

Frequently Asked Questions about quick-add-permission

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add always-allow permissions to AI tool configurations?

Adding always-allow permissions to AI tool configurations involves automating updates across tools like Claude and Gemini by parsing and modifying JSON files in specified directories, ensuring synchronized updates and validated JSON integrity.

What is the best way to manage permissions across multiple AI agents?

Managing permissions across multiple AI agents is best handled through an automated configuration approach that synchronizes updates across platforms like Claude and Gemini, preventing manual errors and ensuring AI can access required tools consistently.

Does this permission automation work with both Claude and Gemini configurations?

Yes, this permission automation works with both Claude and Gemini configurations by parsing and modifying JSON files in their specified agent and Gemini directories, ensuring consistent permissioning through a synchronized update process.

Can I add bash command permissions like docker ps without manual JSON editing?

You can add bash command permissions like docker ps without manual JSON editing by passing the commands as direct arguments, or the system will prompt interactively if none are provided, to automatically update the necessary AI configurations.

How does the tool ensure JSON integrity when updating permissions?

The tool ensures JSON integrity when updating permissions by validating the JSON files during the automated modification process in the specified agent and Gemini directories, preventing configuration errors while synchronizing updates.