---
name: hello-greeter
description: |
  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.
---

# 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.
