A simple hello world command demonstrating basic command structure
Template command demonstrating basic Claude Code plugin structure. Use this as a starting point when creating your own custom commands.
/plugin marketplace add Bparsons0904/claude-marketplace/plugin install example-plugin@personal-marketplaceThis is a minimal example command that demonstrates the basic structure of commands in Claude Code plugins.
When a user invokes /hello, respond with a friendly greeting and explain that this is an example command.
"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:
.md file in the commands/ directoryThe filename becomes the command name (e.g., hello.md → /hello)."