From example-plugin
Demonstrates skills/<name>/SKILL.md layout and frontmatter options (name, description, argument-hint, allowed-tools, model) for user-invoked slash commands like /example-command. Parses args and uses tools like Read, Glob.
How this skill is triggered — by the user, by Claude, or both
Slash command
/example-plugin:example-commandThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
This demonstrates the `skills/<name>/SKILL.md` layout for user-invoked slash commands. It is functionally identical to the legacy `commands/example-command.md` format — both are loaded the same way; only the file layout differs.
This demonstrates the skills/<name>/SKILL.md layout for user-invoked slash commands. It is functionally identical to the legacy commands/example-command.md format — both are loaded the same way; only the file layout differs.
The user invoked this with: $ARGUMENTS
When this skill is invoked:
Skills in this layout support these frontmatter fields:
/example-command my-argument
/example-command arg1 arg2
npx claudepluginhub lgerard314/global-marketplace --plugin example-pluginGuides skill file creation with naming conventions, directory structures (flat/nested/progressive), frontmatter fields, and invocation controls for Claude Code plugins and slash commands.
Guides authoring SKILL.md files for Claude Code: structure, frontmatter fields, invocation controls, argument hints, hooks. Use when creating skills for reference, methodology, or workflows.
Guides creation of Claude Code skills and slash commands: SKILL.md structure, frontmatter fields, invocation controls, commands vs skills, and best practices.