| name | valid-test-skill |
| description | A valid test skill for unit testing |
| version | 1.0.0 |
| tags | testing, rust, valid |
| author | Test Suite |
Valid Test Skill
This is a valid skill with proper YAML frontmatter for testing the skill scanner and YAML parser.
Description
This skill demonstrates correct frontmatter syntax with various data types:
- String values (name, description, author)
- Numeric values (version)
- Arrays (tags)
Usage
Use this skill as a positive test case for:
- Skill scanner directory traversal
- YAML frontmatter extraction
- Metadata parsing