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-issues/references/The summary Claude sees in its command listing — used to decide when to auto-load this command
../../references/examples.md
../../references/examples.md
npx claudepluginhub tiiwoo/dotclaude --plugin github4plugins reuse this command
First indexed Mar 23, 2026
/examplesProvides examples of how to use the Claude Code plugin system, including command definitions, argument handling, and tool integration patterns.
/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.