Agent Skills for Dart and Flutter ecosytem
npx skills add https://github.com/kevmoo/dash_skills --skill dart-best-practicesقم بتثبيت هذه المهارة باستخدام واجهة سطر الأوامر (CLI) وابدأ في استخدام سير عمل SKILL.md في مساحة عملك.
Personal skills created by kevmoo for Dart and Flutter.
For official skills, see:
These skills follow the
Agent Skills standard, enabling agents to perform
complex specialized tasks with high reliability.
npx skills add kevmoo/dash_skills --skill dart-best-practices
dart doc to catch unresolved references and macros.npx skills add kevmoo/dash_skills --skill dart-doc-validation
lines_longer_than_80_chars lint.npx skills add kevmoo/dash_skills --skill dart-long-lines
expect and package:matcher. Focuses on readable assertions, proper matcher selection, and avoiding common pitfalls.npx skills add kevmoo/dash_skills --skill dart-matcher-best-practices
npx skills add kevmoo/dash_skills --skill dart-modern-features
npx skills add kevmoo/dash_skills --skill dart-multiline-strings
npx skills add kevmoo/dash_skills --skill dart-package-maintenance
package:test. Covers test, group, lifecycle methods (setUp, tearDown), and configuration (dart_test.yaml).npx skills add kevmoo/dash_skills --skill dart-test-fundamentals
To use these skills with an agent (like AntiGravity
or Gemini CLI):
.agent/skills directory.SKILL.md defining when and how it should be used..agent/skills/.SKILL.md with the required frontmatter.Learn more at agentskills.io