From hello-world
Use when user wants a personalized greeting, says "hello my name is", wants to introduce themselves, or asks to be greeted by name. Also use when user invokes with a first name argument for a quick personalized hello.
How this skill is triggered — by the user, by Claude, or both
Slash command
/hello-world:hello-nameThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
A personalized greeting skill that learns the user's name through conversation.
A personalized greeting skill that learns the user's name through conversation.
If the user provided a first name (e.g., "hello-name John"):
If no first name was given:
Keep the tone warm and conversational. This is a simple greeting interaction — no more than a sentence or two per step.
npx claudepluginhub sequenzia/cowork-plugins --plugin hello-worldGreets users warmly for hello, hi, good morning, or greeting requests. Handles casual, time-based, and enthusiastic responses with examples.
Provides a checklist for code reviews covering functionality, security, performance, maintainability, tests, and quality. Use for pull requests, audits, team standards, and developer training.