---
name: lythoskill-hello-world
version: {{PACKAGE_VERSION}}
type: standard
description: |
  A minimal hello-world skill. No scripts, no dependencies.
  Demonstrates the simplest possible thin-skill: just a SKILL.md.
allowed-tools: []
---

# lythoskill-hello-world

The simplest possible skill. No scripts, no complexity.

## What It Does

Prints a greeting when activated. Used to verify:
- Skill discovery works
- Deck inclusion works
- Thin-skill pattern handles zero-script skills correctly

## Usage

No scripts required. The skill is purely descriptive.

## Supporting References
Read these **only when the specific topic arises**:

| When you need to… | Read |
|--------------------|------|
| Understand how a zero-script skill works in the thin-skill pattern | [references/zero-script-anatomy.md](./references/zero-script-anatomy.md) |
