From hello-world
Use when user says hello, wants a greeting, or asks about environment context
How this skill is triggered — by the user, by Claude, or both
Slash command
/hello-world:hello-greetThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Gather the following context using bash commands:
Gather the following context using bash commands:
pwdgit branch --show-current 2>/dev/null || echo "not a git repo"date "+%A, %B %d, %Y at %I:%M %p"Using the gathered context, greet the user warmly. Include:
Then ask the user an open-ended question like "What are you working on today?" or "How can I help you today?" to start a conversation.
Keep the greeting brief and natural — no more than 3-4 sentences.
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.