flutter/authoring-skills
Guides the creation of high-quality, effective skills for agentic workflows. Use when creating or modifying skills in the .agents/skills/ directory.
npx skills add https://github.com/flutter/devtools --skill authoring-skills
When creating or modifying skills in this repository, follow these best practices:
.agents/skills/ directory.npx.authoring-skills, adding-release-notes). Use only lowercase letters, numbers, and hyphens.SKILL.md. Agents are already highly capable; only provide context they don't already have.scripts/ directory MUST be written in Dart.dart_skills_lint. Ensure your skills pass the linter before submitting. See the README.md in .agents/skills/ for instructions on how to run the linter locally.Take flutter/authoring-skills from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.