---
name: sample-skill-valid
description: A valid sample skill for unit tests covering common frontmatter patterns and SKILL.md body shape.
when_to_use: Triggered by tests that need a baseline valid SKILL.md.
allowed-tools: Read Bash(echo *)
---

# Sample skill (valid)

This skill exists only to serve as a fixture for the unit test suite.

## Steps

1. Read input
2. Echo to stdout
3. Done
