npx claudepluginhub metcalfc/claude-plugin --plugin gh-recipes/listLists installed and generated CLI-Anything tools, scanning packages and directories. Supports --path for directory, --depth for recursion, --json for output format.
/listLists beads issues with filters for status, priority, type, assignee, labels, title, dates, and more. Outputs table, JSON, digraph, or DOT formats.
/listLists all configured Hookify rules from .claude/hookify.*.local.md files in a summary table with name, enabled status, event, pattern, file path, plus message previews and management footer.
/listLists all learnings from pro-workflow database, sorted by recent (default) or applied count, or filtered by category/project. Shows ID, category, description, applications, and dates.
/listLists all Hookify rules in the project with status (enabled/blocking/warning/disabled), location, patterns/conditions, and totals. Supports --enabled, --disabled, --all flags.
/listLists and searches sparkrun inference recipes by name, model, runtime, or description. Filters by registry and runtime; also inspects, validates VRAM, and exports recipes.
Show the user a catalog of all available gh API recipes.
Read the SKILL.md file at the plugin's skill directory to find the references list, then present a formatted summary.
Use Glob to find all .md files in the skills/gh-api-recipes/references/ directory relative to this plugin. For each file found, read the first line (the # Title) and the first paragraph to build a one-line description.
Present as a table:
## Available gh-recipes
| Recipe | Topics |
|--------|--------|
| milestones | Create, list, update, close, delete; assign to issues |
| collaborators | Add/remove, permissions, invitations, team access |
| ... | ... |
12 recipes available. Use `gh api` patterns from these recipes when
built-in gh subcommands don't exist.
Missing something? Run `/gh-recipes:add <description>` to request it.