hello-greeter
Greets the user by their preferred name.
How
When invoked, respond with Hello, <name>!. Pull the name from the
user's prompt; if not provided, ask.
That's it. No commands, no network, no files.
Greets the user by name. The simplest possible Skill — no shell commands, no network calls, no file access. Useful as a sanity-check that your Claude Code or Codex installation is loading skills correctly.
npx skillmds@latest add skills-lock/hello-greeter Greets the user by their preferred name.
When invoked, respond with Hello, <name>!. Pull the name from the
user's prompt; if not provided, ask.
That's it. No commands, no network, no files.
skills-lock/example-claude-code-skills/tree/main/.claude/skills/hello-greeter commit 5f3c699c22