hello-world
by jeremylongshorev1.0.0
Simple example plugin demonstrating basic slash commands
Commands
helloGreet the user with a contextual, helpful welcome message
Documentation
# Hello World Plugin A simple example plugin demonstrating basic slash commands. ## Installation ```bash /plugin marketplace add jeremylongshore/claude-code-plugins /plugin install hello-world@claude-code-plugins-plus ``` ## Usage ```bash /hello # or use the shortcut: /h ``` ## What It Does Provides a friendly greeting command that welcomes users and asks how it can help. ## Learning Objectives This plugin demonstrates: - Basic plugin structure - Creating simple slash commands - Using YAML frontmatter for command metadata - Implementing shortcuts ## Files - `.claude-plugin/plugin.json` - Plugin manifest - `commands/hello.md` - Hello command definition ## License MIT