What problem does it solve?
Repeated permission prompts interrupt your flow during AI coding sessions, forcing you to manually approve the same safe commands over and over while still needing protection against destructive operations.
Core Features & Use Cases
- Permission Pattern Analysis: Scans current settings.json files to identify existing allow, deny, and ask rules.
- Risk-Grouped Rule Generation: Classifies tools and commands into safe (Read, Glob, Grep, read-only git), medium-risk (Edit, Write, git commit), and dangerous (rm -rf, git push --force) categories.
- Approval-Gated Application: Presents recommended rules for user approval before applying them, with an estimate of prompts saved per session.
- Use Case: After a session where you approved
npm test and git status dozens of times, run this Skill to generate alwaysAllow rules for those commands while keeping destructive operations blocked.
Quick Start
Ask the AI to analyze my recent permission approvals and generate optimized allow and deny rules for my Claude Code settings.