crates/skill-validator-rs/tests/golden-corpus/fixtures/testdata/broken-frontmatter/SKILL.md
--- name: broken-frontmatter bad_indent: this line has a tab that breaks YAML parsing --- # Broken Frontmatter Skill This skill has valid content but its YAML frontmatter cannot be parsed. ## Setup Use the CLI to install dependencies. Always validate your configuration. ```bash npm install express ``` ```python from flask import Flask ``` - Step 1: Configure - Step 2: Deploy - Step 3: Verify You must ensure all tests pass. Never skip the validation step. Consider using a `.env` file for
npx skillsauth add pantheon-org/tekhne broken-frontmatterInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill has valid content but its YAML frontmatter cannot be parsed.
Use the CLI to install dependencies. Always validate your configuration.
npm install express
from flask import Flask
You must ensure all tests pass. Never skip the validation step.
Consider using a .env file for local development.
tools
A skill that produces warnings but no errors.
testing
A well-formed example skill for testing the validator.
development
A skill with code blocks and imperative instructions for testing content and contamination analysis.
tools