# Hello

> A minimal fixture skill for @visill/build tests.

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

---


# Hello

## Schema

```json
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "hello",
  "type": "object",
  "properties": {
    "message": {
      "type": "string"
    }
  },
  "required": [
    "message"
  ]
}
```

