How this command is triggered — by the user, by Claude, or both
Slash command
/pakka:helpThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
## Instructions Check `additionalContext` for a line starting with `PAKKA HOOK HANDLED: help`. - If found: output everything after that line verbatim — stop, no tool calls. - If NOT found: run the following command and print its stdout verbatim, with no additional commentary: If the command fails, print the stderr output and stop. ## Red Flags - Paraphrasing or reformatting the binary's output → wrong. Print stdout verbatim so the user sees the canonical status. - Running additional commands to "augment" the output → wrong. This wrapper is one binary call, nothing more. - Swallowing ...
Check additionalContext for a line starting with PAKKA HOOK HANDLED: help.
${CLAUDE_PLUGIN_ROOT}/bin/run help
If the command fails, print the stderr output and stop.
npx claudepluginhub amargautam/pakka-marketplace --plugin pakka/helpExplains Ralph Loop plugin for iterative AI development via repeated Claude prompts with file self-reference, and lists commands /ralph-loop to start loops and /cancel-ralph to cancel.
/helpDisplays categorized overview of Task Master AI commands including setup, tasks, status, analysis. Accepts arguments for specific command help.
/helpDisplays Hookify plugin help: hook events, markdown config files with regex patterns, creation via /hookify or manual files, subcommands, and examples for safe behaviors.
/helpDisplays full reference guide for Ouroboros commands and agents by rendering the dedicated SKILL.md file.
/helpDisplays the GSD help reference at the requested tier — one-line summary, one-page tour, full reference, or a single topic section.
/helpDisplays a complete table of all available SuperClaude (/sc) commands with their descriptions and functionality.