Greet Helloname

Emit a name-aware greeting when the user's request begins with "Hi".

gabepublic 3805dfd 459 B Updated

File contents

Use this skill only when the user's message starts with Hi (case-insensitive).

Follow these steps:

  1. If an actual name is available in earlier context, reply with exactly: Hello, <actual-name>
  2. If no actual name is available in earlier context, reply with exactly: Hello, there
  3. Then continue and fulfill the user's request normally.

gabepublic/software-skills/tree/main/agent-skills/basic-greeters/greet-helloname commit 3805dfd3e1

Frequently asked questions

npx skillmds@latest add gabepublic/greet-helloname