Agent Skills
› flutter/agent-plugins
› valid
valid
GitHub用于验证 dart_skills_lint 工具合规性的示例技能,确保 SKILL.md 格式符合默认规则。
Trigger Scenarios
验证 linter 配置
测试 skill 格式规范
Install
npx skills add flutter/agent-plugins --skill valid -g -y
SKILL.md
Frontmatter
{
"name": "valid",
"metadata": {
"internal": true
},
"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."
}
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/skills/valid
Expected output: Skill is valid. and exit code 0.
Version History
- c3c71cf Current 2026-08-20 07:12


