
Dash Skills
- 139 repo stars
- Updated July 11, 2026
- kevmoo/dash_skills
Dart & Flutter authoring, testing, and maintenance skills.
About
dash-skills is a Claude Code skill in the Testing & QA category. Dart & Flutter authoring, testing, and maintenance skills.
- dash-skills
- Testing & QA
- AI-coding skill
Dash Skills by the numbers
- Data as of Jul 22, 2026 (Skillselion catalog sync)
/plugin marketplace add kevmoo/dash_skills/plugin install dash-skills@kevmooAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 139 |
|---|---|
| Last updated | July 11, 2026 |
| Repository | kevmoo/dash_skills ↗ |
What it does
Dart & Flutter authoring, testing, and maintenance skills.
README.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.
- Dart Best Practices — General best practices for Dart development. Covers code style, effective Dart, and language features.
npx skills add kevmoo/dash_skills --skill dart-best-practices - Dart Doc Validation — Best practices for validating Dart documentation comments. Covers using
dart docto catch unresolved references and macros.npx skills add kevmoo/dash_skills --skill dart-doc-validation - Dart Long Lines — Guidelines for handling long lines in Dart code to adhere to the 80-column rule. The
lines_longer_than_80_charslint.npx skills add kevmoo/dash_skills --skill dart-long-lines - Dart Matcher Best Practices — Best practices for using
expectandpackage:matcher. Focuses on readable assertions, proper matcher selection, and avoiding common pitfalls.npx skills add kevmoo/dash_skills --skill dart-matcher-best-practices - Dart Modern Features — Guidelines for using modern Dart features (v3.0 - v3.10) such as Records, Pattern Matching, Switch Expressions, Extension Types, Class Modifiers, Wildcards, Null-Aware Elements, and Dot Shorthands.
npx skills add kevmoo/dash_skills --skill dart-modern-features - Dart Multi-line Strings — Guidelines and best practices for refactoring consecutive prints, single-line string concatenations, and complex output blocks into triple-quoted multi-line string literals (''' or """) in Dart.
npx skills add kevmoo/dash_skills --skill dart-multiline-strings - Dart Package Maintenance — Guidelines for maintaining external Dart packages, covering versioning, publishing workflows, and pull request management. Use when updating Dart packages, preparing for a release, or managing collaborative changes in a repository.
npx skills add kevmoo/dash_skills --skill dart-package-maintenance - Dart Test Coverage — Understand and improve test coverage in a Dart package. Helps agents run coverage, interpret results, and identify missed lines.
npx skills add kevmoo/dash_skills --skill dart-test-coverage - Dart Test Fundamentals — Core concepts and best practices for
package:test. Coverstest,group, lifecycle methods (setUp,tearDown), and configuration (dart_test.yaml).npx skills add kevmoo/dash_skills --skill dart-test-fundamentals
🚀 Usage
Claude Code (plugin marketplace)
This repo is also a Claude Code plugin marketplace.
Add the marketplace and install the plugin to get every skill at once:
/plugin marketplace add kevmoo/dash_skills
/plugin install dash-skills@kevmoo
Other agents
To use these skills with another agent (like AntiGravity or Gemini CLI):
- Ingest: The agent reads the
skillsdirectory. - Activate: Each skill contains a
SKILL.mddefining when and how it should be used. - Execute: The agent follows the structured workflows and patterns defined in the skill files.
🛠️ Contributing
- Create a new directory in
skills/. - Add a
SKILL.mdwith the required frontmatter. - Include any necessary scripts or resources.
Learn more at agentskills.io