From github
Provides examples of how to use the Claude Code plugin system, including command definitions, argument handling, and tool integration patterns.
How this command is triggered — by the user, by Claude, or both
Slash command
/github:examplescreate-pr/references/The summary Claude sees in its command listing — used to decide when to auto-load this command
../../references/examples.md
../../references/examples.md
4plugins reuse this command
First indexed Mar 23, 2026
npx claudepluginhub fradser/dotclaude --plugin github/cc-helpProvides interactive documentation lookup for Claude Code features by topic, or lists available topics if none specified.
/example-commandDemonstrates legacy command frontmatter options with argument hints, allowed tools, and model overrides. Supports parsing user arguments and performing actions using pre-approved tools.
/COMMANDSGuides developers on creating custom slash commands for Claude Code, covering file structure, frontmatter fields, best practices, and examples.
/examplesDisplays a gallery of orchestration workflow examples from documentation and template files, then offers next-step actions like running or creating workflows.