valid

star 2.5k

Reference fixture for dart_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.

flutter By flutter schedule Updated 6/9/2026

name: valid description: >- Reference fixture for dart_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. metadata: internal: true

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 dart_skills_lint --skill ./example/valid

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

Install via CLI
npx skills add https://github.com/flutter/skills --skill valid
Repository Details
star Stars 2,459
call_split Forks 144
navigation Branch main
article Path SKILL.md
More from Creator