Documentation
README
Sample Skill
A fixture skill used by test_validate_skill.py. It uses every frontmatter feature the vendored YAML parser must support, and satisfies every structural check in validate_skill.py, so the full validator must report zero errors for it.
Process
- Run the validator against this directory.
- Assert that the error list is empty.
- Assert that typed values survived parsing (booleans stay booleans).
| Step | Check | Expected |
|---|---|---|
| 1 | frontmatter parse | no error |
| 2 | user-invocable | bool True |
| 3 | allowed-tools | list of 3 tools |
This is the opening of the README. Read the full README on GitHub.