AI SummaryA quick alias booster that streamlines plugin installation in Claude Code by providing a shorthand `pi` command for `/plugin install`. Developers using Claude Code will benefit from faster, more convenient plugin management.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "pi" 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/pi.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/pd.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/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 install
Usage
!if [ -n "$ARGUMENTS" ]; then pacc plugin install $ARGUMENTS; else echo "Please provide a repository URL to install from (e.g., owner/repo)"; fi
Plugin Install (Quick Alias)
Quick alias for /plugin install - installs Claude Code plugins from Git repositories.
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