permissions
Permissions Review
Review and triage undecided tool call permissions.
When to Use
- After receiving a Slack alert about undecided permissions
- When you want to review what tools Claude has been prompted for
- Periodically to keep the permissions list tidy
Instructions
- Read
~/.claude/permissions.md - Check the Undecided section. If empty, say so and exit.
- For each undecided entry, present it to the user with context:
- What the tool does
- Whether it's safe to auto-allow
- Whether supervision adds value
- Ask the user for each: Allow, Supervised, or Skip (leave undecided for now)
- For items marked Allow:
- Move to the Allow section in
~/.claude/permissions.md - Read
~/macfair/files/claude/settings.json - Add the appropriate pattern to
permissions.allowarray - Write the updated settings.json
- Tell the user to run
make claudeto deploy
- Move to the Allow section in
- For items marked Supervised:
- Move to the Supervised section in
~/.claude/permissions.mdwith a note on why
- Move to the Supervised section in
- For items marked Skip:
- Leave in Undecided
- Write the updated
~/.claude/permissions.md
Important
- The source of truth for allow rules is
~/macfair/files/claude/settings.json - The permissions.md file is a working document, not config
- Never edit deployed files at
~/.claude/settings.jsondirectly - Batch the AskUserQuestion calls where possible to reduce interruptions
More from cerico/macfair
infographic
Generate infographics from text. Extracts key info, renders SVG, exports PNG. Uses Claude Code (no API costs).
38visx
Build data visualizations with visx (React + D3). Use for charts, graphs, and interactive data exploration.
21creative-design
Create distinctive, memorable UI for landing pages, portfolios, marketing sites, and one-off creative work. Use when the user explicitly wants something "distinctive", "creative", "memorable", or "unique" - NOT for standard app components where consistency matters.
20threejs
Build 3D scenes, animations, and interactive experiences with Three.js. Use for product viewers, backgrounds, data visualization, or creative experiments.
13prototype
Create quick React prototypes that bundle to a single HTML file. Use for demos, interactive experiments, or shareable artifacts - NOT for full apps (use audreygen/Next.js for those).
13test-review
Review existing tests for completeness, quality issues, and common mistakes
12