Analyze Consented Permissions banner
etr etr

Analyze Consented Permissions

Development community

Description

--- name: skiller:analyze-consented-permissions description: Analyze permission grant patterns across sessions and suggest auto-allow configurations allowed-tools: ["Read", "Write", "Edit", "Bash", "Glob", "Grep", "Skill"] disable-model-invocation: true --- CRITICAL INSTRUCTION: Before doing ANYTHING else, you MUST call the Skill tool with: Skill(skill="skiller:permission-consent-analyzer") Do NOT read files, explore code, or generate any response before invoking this skill.

Installation

Installs to ~/.claude/skills/etr-skiller-analyze-consented-permissions/SKILL.md

Terminal
mkdir -p ~/.claude/skills/etr-skiller-analyze-consented-permissions && curl -fsSL https://raw.githubusercontent.com/etr/skiller/HEAD/commands/analyze-consented-permissions.md -o ~/.claude/skills/etr-skiller-analyze-consented-permissions/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository