lythoskill-hello-world · {{PACKAGE_VERSION}} · 2026-05-02 · sha256 3f9c8c081229fb15
lythoskill-hello-world {{PACKAGE_VERSION}}A
Immutable. This exact content is served forever at /api/v1/blob/3f9c8c081229fb15.
---
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.
---
# 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) |