Skills
MCP
Plugins
Subagents
.fyi
.fyi
Search…
⌘K
…
/
kevmoo
/
dash_skills
home
/
skills
/
kevmoo
/
dash_skills
kevmoo/dash_skills
14 skills · 2,711 total installs
View on GitHub
$
npx skills add kevmoo/dash_skills
Skill
Installs
dart-best-practices
General best practices for Dart development. Covers code style, effective Dart, and language features.
748
dart-test-fundamentals
Core concepts and best practices for `package:test`. Covers `test`, `group`, lifecycle methods (`setUp`, `tearDown`), and configuration (`dart_test.yaml`).
388
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.
291
dart-doc-validation
Best practices for validating Dart documentation comments. Covers using `dart doc` to catch unresolved references and macros.
231
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 collabo
225
dart-matcher-best-practices
Best practices for using `expect` and `package:matcher`. Focuses on readable assertions, proper matcher selection, and avoiding common pitfalls.
211
dart-cli-app-best-practices
Agent Skills for Dart and Flutter ecosytem
193
dart-checks-migration
Agent Skills for Dart and Flutter ecosytem
153
dart-test-coverage
Understand and improve test coverage in a Dart package. Helps agents run coverage, interpret results, and identify missed lines.
98
dart-long-lines
Guidelines for handling long lines in Dart code to adhere to the 80-column rule. The `lines_longer_than_80_chars` lint.
89
dart-multiline-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.
65
profile-dart-code
Profile Dart command-line applications using the VM Service protocol to capture CPU samples and identify performance bottlenecks. Helps agents automate CPU profiling, generate function call breakdown
11
matcher-to-checks
Agent Skills for Dart and Flutter ecosytem
4
test-best-practices
Agent Skills for Dart and Flutter ecosytem
4