Hello World banner
kasperjunge kasperjunge

Hello World

Development community

Description

--- description: A simple hello world slash command example argument-hint: [name] --- Say hello to the user. If they provided a name as an argument ($ARGUMENTS), greet them by name. Otherwise, just say "Hello, World!" Respond with something like: ``` Hello, $ARGUMENTS! 👋 This greeting was triggered by the /hello-world slash command. Slash commands are explicitly invoked by the user. ``` If no name was provided: ``` Hello, World! 👋 This greeting was triggered by the /hello-world slash co

Installation

Installs to ~/.claude/commands/kasperjunge-agent-resources-legacy-hello-world.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/kasperjunge/agent-resources-legacy/HEAD/.claude/commands/hello-world.md -o ~/.claude/commands/kasperjunge-agent-resources-legacy-hello-world.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository