An example user-invoked skill that demonstrates frontmatter options and the skills/<name>/SKILL.md layout
Copy the install command and let the AI configure it · recommended for beginners
Please install the "example-command" skill from askskill: 1. Download https://raw.githubusercontent.com/anthropics/claude-plugins-official/main/plugins/example-plugin/skills/example-command/SKILL.md 2. Save it as ~/.claude/skills/example-command/SKILL.md 3. Reload skills and tell me it's ready
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
Create Claude Code plugin hooks for tool validation and event-driven automation.
Create and structure reusable slash commands for Claude Code workflows.
Helps developers plan the right MCP server architecture and build approach.
Build single-file interactive HTML playgrounds with live preview and prompt export.
Package a local MCP server into a runtime-bundled .mcpb file.
Browse Anthropic’s official directory of quality Claude Code plugins.