Hello Greeter

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.

skills-lock 5f3c699 469 B Updated

File contents

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.

skills-lock/example-claude-code-skills/tree/main/.claude/skills/hello-greeter commit 5f3c699c22

Frequently asked questions

npx skillmds@latest add skills-lock/hello-greeter