sultano/claude-code-prompt-me-less

3 stars · Last commit 2026-01-18

Claude Code plugin that auto-approves safe commands, prompts for others

README preview

# Claude Code Prompt Me Less

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`...).

## Requirements

[Claude Code](https://github.com/anthropics/claude-code) CLI installed and authenticated.

```bash
# Verify installation
claude --version
```

## Install

In a Claude Code session, run:

```
/plugin marketplace add sultano/claude-code-marketplace
/plugin install prompt-me-less@sultano-plugins

View full repository on GitHub →