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.
npx claudepluginhub lgerard314/global-marketplace --plugin example-pluginThis skill is limited to using the following tools:
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.
Guides 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, covering structure, required/optional frontmatter fields, invocation controls, argument passing, and best practices. Use when creating new skills.
Guides creation of Claude Code skills and slash commands: SKILL.md structure, frontmatter fields, invocation controls, commands vs skills, and best practices.
Share bugs, ideas, or general feedback.
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