A simple greeting command that demonstrates the basic structure of a slash command.
Greets the user by name with a friendly welcome message and brief plugin overview. Use this as a template for understanding basic slash command structure and argument handling.
/plugin marketplace add FragmentedPacket/claude-sample-plugin/plugin install fragmentedpacket-hackathon-sample-plugin@FragmentedPacket/claude-sample-pluginA simple greeting command that demonstrates the basic structure of a slash command.
/hello [name]
This command greets the user by name. If no name is provided, it uses a default greeting.
name (optional): The name to greet. Defaults to "World" if not provided./hello Claude
Output: "Hello, Claude! Welcome to the sample plugin."
When this command is invoked: