$npx -y skills add agent-ecosystem/skill-validator --skill broken-frontmatterThis skill has valid content but its YAML frontmatter cannot be parsed.
| 1 | # Broken Frontmatter Skill |
| 2 | |
| 3 | This skill has valid content but its YAML frontmatter cannot be parsed. |
| 4 | |
| 5 | ## Setup |
| 6 | |
| 7 | Use the CLI to install dependencies. Always validate your configuration. |
| 8 | |
| 9 | ```bash |
| 10 | npm install express |
| 11 | ``` |
| 12 | |
| 13 | ```python |
| 14 | from flask import Flask |
| 15 | ``` |
| 16 | |
| 17 | - Step 1: Configure |
| 18 | - Step 2: Deploy |
| 19 | - Step 3: Verify |
| 20 | |
| 21 | You must ensure all tests pass. Never skip the validation step. |
| 22 | Consider using a `.env` file for local development. |