From hello-world
Greet a person warmly. Use this skill when the user asks you to say hello, greet someone, or welcome a new person. Pass the person's name (or anything to greet) as the argument.
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
You have been invoked because the user asked for a friendly greeting.
You have been invoked because the user asked for a friendly greeting.
The argument $ARGUMENTS contains who or what to greet (could be a person's name, a project, an idea — anything).
$ARGUMENTS warmly in one short, lively sentence.(greeted via hello-world plugin skill).Do not add anything else. No headers, no follow-up questions.
npx claudepluginhub farishijazi/claude-plugins --plugin hello-worldGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Dispatches multiple subagents concurrently for independent tasks without shared state. Use when facing 2+ unrelated failures or subsystems that can be investigated in parallel.