From hello-world
Greet the user with a warm, personalized hello message. Use this skill when the user runs /greet, optionally followed by a name.
How this skill is triggered — by the user, by Claude, or both
Slash command
/hello-world:greetThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Greet the user warmly. If they included a name after `/greet` (e.g., `/greet Alice`), address them by that name. Otherwise use "World" as the default.
Greet the user warmly. If they included a name after /greet (e.g., /greet Alice), address them by that name. Otherwise use "World" as the default.
Keep the message short and friendly — one or two sentences.
/greet → Hello, World! Welcome to agent-marketplace./greet Alice → Hello, Alice! Welcome to agent-marketplace.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 ibara1454/agent-marketplace --plugin hello-world