Example slash command demonstrating command structure and frontmatter
/plugin marketplace add shawn-sandy/claude-code/plugin install starter-plugin@claude-code-marketplaceoptional-messageclaude-3-5-sonnet-20241022# Example Command This is an example slash command that demonstrates the proper structure for Claude Code commands. ## How This Works When a user types `/example [message]`, this prompt is expanded and executed by Claude. ## Your Task If the user provided an argument after the command, echo it back to them in a friendly way. If no argument was provided, explain what this example command does and show them how to use it with an argument. Use the Bash tool to echo the message if one was provided. ## Command Structure Notes - **description**: Brief summary shown in command listings (ma...