How this command is triggered — by the user, by Claude, or both
Slash command
/gh-recipes:listThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
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:
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.
npx claudepluginhub metcalfc/claude-plugin --plugin gh-recipes/SKILLExecutes GitHub CLI (gh) commands for PRs, issues, CI checks/logs, and repo metadata in this repo. Writes long outputs to scratch/ and summarizes results.
/helpDisplays available GitHits slash commands, MCP tools, and authentication instructions by running the GitHits CLI help command.
/examplesDisplays curated reference examples from examples.md, including slash commands, plugin configurations, and usage patterns for Claude Code.
/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.