← ALL UPDATES
CLAUDE NEW April 22, 2026

Claude Code /less-permission-prompts Skill

WHAT CHANGED

New /less-permission-prompts skill scans your Claude Code transcripts for common read-only Bash and MCP tool calls, then proposes a prioritized allowlist for .claude/settings.json.

WHY IT MATTERS

Stop the 'May Claude run this?' interruptions. The skill learns which read-only operations you always approve and builds an allowlist automatically — without giving Claude blanket permissions.

HOW TO USE IT

After a few sessions with normal permission prompts, run /less-permission-prompts. It analyzes what you approved, proposes an allowlist, and updates your settings file on your approval.

CLAUDE / BASH
# Run after 5-10 sessions
/less-permission-prompts

# Review the proposed allowlist it outputs
# Accept to write to .claude/settings.json
claude-codeskillpermissionsworkflow
ORIGINAL SOURCE
https://releasebot.io/updates/anthropic/claude-code
VIEW ORIGINAL SOURCE →

This is particularly useful for CI/CD workflows where the same read-only commands (git status, npm ls, ls, cat) trigger prompts every run. Allowlisting them cuts session friction without reducing safety.

← BACK TO UPDATES