Constant permission prompts breaking your flow? This Claude Code plugin auto-approves safe commands (ls, git status, npm test...) while prompting for others (rm -rf, curl | bash...).
Claude Code CLI installed and authenticated.
# Verify installation
claude --version
In a Claude Code session, run:
/plugin marketplace add sultano/claude-code-marketplace
/plugin install prompt-me-less@sultano-plugins
In a Claude Code session, run:
/plugin uninstall prompt-me-less
/plugin marketplace remove sultano-plugins
settings.local.json for future runsExecutes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimGeneral-purpose commands and agents for code review, git workflows, documentation, and continuous improvement
npx claudepluginhub sultano/claude-code-marketplace --plugin prompt-me-lessPreToolUse hook that auto-approves safe Bash commands by parsing them into an AST and matching against configurable patterns
Smart command safety filter for Claude Code — parses shell pipelines and evaluates per-command safety rules to auto-approve safe commands and block dangerous ones
Safety hooks to block or require user approval for dangerous commands (rm, git operations, .env access, file size limits)
5 essential safety hooks for Claude Code. Blocks rm -rf, force-push, hard-reset, .env overwrites, and package publish. The minimum viable safety net from 800+ hours of autonomous operation.
Displays risk level and recovery info before every Bash command execution
Block destructive git and filesystem commands before execution