Valid

Reference fixture for skills_lint. Demonstrates a SKILL.md that passes every default rule: hyphen-lowercase name matching the parent directory, a properly sized description, and no other frontmatter fields that would trigger the disallowed-field check.

Google 723827c 580 B Updated 14.4k repo stars

File contents

Valid example skill

This skill exists so the linter has a known-good fixture to validate against. It deliberately does nothing useful — it's documentation.

Run it with:

dart run skills_lint --skill ./example/skills/valid

Expected output: Skill is valid. and exit code 0.

google/skills_lint.dart/tree/main/packages/skills_lint/example/skills/valid commit 723827c774

Frequently asked questions

npx skillmds@latest add google/valid