# Hello

> A minimal skill that greets the user by name.

- Skill: `crystian/hello` (Agent Skill)
- Install (CLI): `npx skillmds@latest add crystian/hello`
- Raw SKILL.md: https://api.skillmd.com/api/skills/crystian/hello/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: crystian (https://skillmd.com/u/crystian)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/crystian/hello

---


# Hello skill

This skill does one thing: it greets the user.

## Recipe

1. Ask the user's name.
2. Respond with "Hello, &lt;name&gt;".

## Preconditions

- None.

