From Pipefy
Installs the Pipefy CLI toolchain (pipefy-cli, pipefy-auth, pipefy) via uv, with automatic version display when already installed.
How this command is triggered — by the user, by Claude, or both
Slash command
/pipefy:installThe summary Claude sees in its command listing — used to decide when to auto-load this command
If `command -v pipefy` succeeds, surface `pipefy --version` and stop. Otherwise prompt the user to confirm running: Verify with `pipefy --version`.
If command -v pipefy succeeds, surface pipefy --version and stop.
Otherwise prompt the user to confirm running:
uv tool install --force pipefy-cli
Verify with pipefy --version.
npx claudepluginhub pipefy/ai-toolkit --plugin pipefy/upgradeChecks for new Pulp CLI releases, reviews migration notes for the version hop, and runs `pulp upgrade` with user consent.
/setup-toolsScans the system for a curated set of CLI tools (gh, vercel, stripe, ffmpeg, playwright, etc.), reports which are missing, and offers installation commands.
/setupChecks whether the local Pi CLI is ready and optionally toggles the stop-time review gate. If Pi is unavailable, prompts to install it via npm.
/setup-yapiInstalls or verifies the YApi CLI tool and checks login status, prompting the user to log in if needed.
/happy-checkChecks if happy-cli is up-to-date by comparing installed version against the latest GitHub release, and reports settings status.
/checkChecks spec-kit CLI installation and project initialization status. Verifies uv and specify CLI tools, runs environment validation, and identifies next steps.