Claude Skill

Example Command (Skill Format)

An example user-invoked skill that demonstrates frontmatter options and the skills/<name>/SKILL.md layout

Editor's Note

An example user-invoked skill that demonstrates frontmatter options and the skills/<name>/SKILL.md layout Covers arguments, instructions, frontmatter options reference.

Page Outline

ArgumentsInstructionsFrontmatter Options ReferenceExample Usage

Source Content

Normalized top-level metadata comes from the directory layer. The body below is the upstream source content for this item.

Example Command (Skill Format)

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.

Arguments

The user invoked this with: $ARGUMENTS

Instructions

When this skill is invoked:

  • Parse the arguments provided by the user
  • Perform the requested action using allowed tools
  • Report results back to the user

Frontmatter Options Reference

Skills in this layout support these frontmatter fields:

  • **name**: Skill identifier (matches directory name)
  • **description**: Short description shown in /help
  • **argument-hint**: Hints for command arguments shown to user
  • **allowed-tools**: Pre-approved tools for this skill (reduces permission prompts)
  • **model**: Override the model (e.g., "haiku", "sonnet", "opus")

Example Usage

/example-command my-argument
/example-command arg1 arg2

Related Items

Claude Skill

Agent Development for Claude Code Plugins

This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.

Claude Skill

Build an MCP App (Interactive UI Widgets)

This skill should be used when the user wants to build an "MCP app", add "interactive UI" or "widgets" to an MCP server, "render components in chat", build "MCP UI resources", make a tool that shows a "form", "picker", "dashboard" or "confirmation dialog" inline in the conversation, or mentions "apps SDK" in the context of MCP. Use AFTER the build-mcp-server skill has settled the deployment model, or when the user already knows they want UI widgets.

Claude Skill

Build an MCP Server

This skill should be used when the user asks to "build an MCP server", "create an MCP", "make an MCP integration", "wrap an API for Claude", "expose tools to Claude", "make an MCP app", or discusses building something with the Model Context Protocol. It is the entry point for MCP server development — it interrogates the user about their use case, determines the right deployment model (remote HTTP, MCPB, local stdio), picks a tool-design pattern, and hands off to specialized skills.

Claude Skill

Build an MCPB (Bundled Local MCP Server)

This skill should be used when the user wants to "package an MCP server", "bundle an MCP", "make an MCPB", "ship a local MCP server", "distribute a local MCP", discusses ".mcpb files", mentions bundling a Node or Python runtime with their MCP server, or needs an MCP server that interacts with the local filesystem, desktop apps, or OS and must be installable without the user having Node/Python set up.

Deploy agents, MCP servers, and backends fast logo

Railway - Deploy agents and MCP servers fast

Try Railway