AI SummaryA quick alias skill that streamlines disabling Claude Code plugins by wrapping the `/plugin disable` command with helpful error handling and plugin listing. Developers working with Claude Code will benefit from faster plugin management workflows.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "pd" skill in my project. Please run this command in my terminal: # Install skill into the correct directory (16 files) mkdir -p .claude/skills/commands && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/SKILL.md "https://raw.githubusercontent.com/memyselfandm/pacc-cli/main/.claude/commands/pd.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/pe.md "https://raw.githubusercontent.com/memyselfandm/pacc-cli/main/.claude/commands/pe.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/pi.md "https://raw.githubusercontent.com/memyselfandm/pacc-cli/main/.claude/commands/pi.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/pl.md "https://raw.githubusercontent.com/memyselfandm/pacc-cli/main/.claude/commands/pl.md" && mkdir -p .claude/skills/commands/plugin && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/plugin/convert.md "https://raw.githubusercontent.com/memyselfandm/pacc-cli/main/.claude/commands/plugin/convert.md" && mkdir -p .claude/skills/commands/plugin && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/plugin/create.md "https://raw.githubusercontent.com/memyselfandm/pacc-cli/main/.claude/commands/plugin/create.md" && mkdir -p .claude/skills/commands/plugin && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/plugin/disable.md "https://raw.githubusercontent.com/memyselfandm/pacc-cli/main/.claude/commands/plugin/disable.md" && mkdir -p .claude/skills/commands/plugin && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/plugin/enable.md "https://raw.githubusercontent.com/memyselfandm/pacc-cli/main/.claude/commands/plugin/enable.md" && mkdir -p .claude/skills/commands/plugin && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/plugin/info.md "https://raw.githubusercontent.com/memyselfandm/pacc-cli/main/.claude/commands/plugin/info.md" && mkdir -p .claude/skills/commands/plugin && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/plugin/install.md "https://raw.githubusercontent.com/memyselfandm/pacc-cli/main/.claude/commands/plugin/install.md" && mkdir -p .claude/skills/commands/plugin && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/plugin/list.md "https://raw.githubusercontent.com/memyselfandm/pacc-cli/main/.claude/commands/plugin/list.md" && mkdir -p .claude/skills/commands/plugin && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/plugin/remove.md "https://raw.githubusercontent.com/memyselfandm/pacc-cli/main/.claude/commands/plugin/remove.md" && mkdir -p .claude/skills/commands/plugin && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/plugin/sync.md "https://raw.githubusercontent.com/memyselfandm/pacc-cli/main/.claude/commands/plugin/sync.md" && mkdir -p .claude/skills/commands/plugin && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/plugin/update.md "https://raw.githubusercontent.com/memyselfandm/pacc-cli/main/.claude/commands/plugin/update.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/pu.md "https://raw.githubusercontent.com/memyselfandm/pacc-cli/main/.claude/commands/pu.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/sprint.md "https://raw.githubusercontent.com/memyselfandm/pacc-cli/main/.claude/commands/sprint.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Quick alias for plugin disable
Usage
!if [ -n "$ARGUMENTS" ]; then pacc plugin disable $ARGUMENTS; else echo "Please specify plugin name (format: repo/plugin) or use --repo option"; pacc plugin list --enabled; fi
Plugin Disable (Quick Alias)
Quick alias for /plugin disable - disables a Claude Code plugin.
Discussion
0/2000
Loading comments...
Health Signals
MaintenanceCommitted 2mo ago
● ActiveAdoptionUnder 100 stars
3 ★ · NicheDocsMissing or thin
UndocumentedNo License
My Fox Den
Community Rating
Sign in to rate this booster
Works With
Claude Code