Remove banner
nnemirovsky nnemirovsky

Remove

Development community

Description

--- description: Remove an authored passthru rule by scope, list, and 1-based index argument-hint: "<scope> <list> <index>" --- # /passthru:remove Remove a single authored passthru rule by scope, list, and 1-based index. Imported rules (written by `scripts/bootstrap.sh`) are not removable here because bootstrap regenerates them on every run. To drop an imported rule, remove the corresponding `permissions.allow` entry from your `settings.json` and re-run bootstrap. Run `/passthru:list` first t

Installation

Installs to ~/.claude/skills/nnemirovsky-claude-passthru-remove/SKILL.md

Terminal
mkdir -p ~/.claude/skills/nnemirovsky-claude-passthru-remove && curl -fsSL https://raw.githubusercontent.com/nnemirovsky/claude-passthru/HEAD/commands/remove.md -o ~/.claude/skills/nnemirovsky-claude-passthru-remove/SKILL.md

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

Full documentation available on GitHub

View Source Repository