From hello-world
Greet the user by name with a "Hello World" message. Use when the user says "say hello to me", "greet me by name", "run the hello world skill", "hello world", or asks for a personalized greeting.
How this skill is triggered — by the user, by Claude, or both
Slash command
/hello-world:hello-worldThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Ask the user for their name, then greet them.
Ask the user for their name, then greet them.
Output this question as a text message and wait for the user's reply:
What's your name?
Once the user replies with their name, output exactly this, substituting their name:
Hello World, {name}!
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub atctest/atc-ai-marketplace-test --plugin hello-world