893 B
893 B
description
| description |
|---|
| A simple hello world command demonstrating basic command structure |
Hello World Command
This is a minimal example command that demonstrates the basic structure of commands in Claude Code plugins.
Usage
When a user invokes /hello, respond with a friendly greeting and explain that this is an example command.
What to Do
- Greet the user warmly
- Explain that this is a template command
- Suggest they can customize it for their own needs
Example Response
"Hello! This is a simple example command that demonstrates how commands work in Claude Code plugins. You can use this as a template to create your own commands by:
- Creating a new
.mdfile in thecommands/directory - Adding YAML frontmatter with a description
- Writing instructions for Claude on how to respond
The filename becomes the command name (e.g., hello.md → /hello)."