$npx -y skills add agent-ecosystem/skill-validator --skill valid-skillA well-formed example skill for testing the validator.
| 1 | # Valid Skill |
| 2 | |
| 3 | This is a valid skill that should pass all validation checks. |
| 4 | |
| 5 | ## Usage |
| 6 | |
| 7 | Follow the instructions in the [reference guide](references/guide.md) to get started. |
| 8 | |
| 9 | Use the [asset template](assets/template.md) as a starting point and run scripts/setup.sh to configure. |
| 10 | |
| 11 | ## Notes |
| 12 | |
| 13 | This skill demonstrates proper structure and frontmatter. |