kevmoo/dash_skills

Agent Skills for Dart and Flutter ecosytem

143Stars on the repository
13Mods indexed here, across every type
3d agoLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

dart-best-practices

01

kevmoo/dash_skills

Skill Claude CodeCodex

General best practices for Dart development. Covers code style, effective Dart, and language features.

143 3d ago A 25 tokens original Apache-2.0

dart-doc-validation

02

kevmoo/dash_skills

Skill Claude CodeCodex

Best practices for validating Dart documentation comments. Covers using dart doc to catch unresolved references and macros.

143 3d ago A 26 tokens original Apache-2.0

dart-long-lines

03

kevmoo/dash_skills

Skill Claude CodeCodex

Guidelines for handling long lines in Dart code to adhere to the 80-column rule. The lineslongerthan80chars lint.

143 3d ago A 35 tokens original Apache-2.0

kevmoo/dash_skills

Skill Claude CodeCodex

Best practices for using expect and package:matcher. Focuses on readable assertions, proper matcher selection, and avoiding common pitfalls.

143 3d ago A 37 tokens original Apache-2.0

kevmoo/dash_skills

Skill Claude CodeCodex

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.

143 3d ago A 54 tokens original Apache-2.0

kevmoo/dash_skills

Skill Claude CodeCodex

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.

143 3d ago A 46 tokens original Apache-2.0

kevmoo/dash_skills

Skill Claude CodeCodex

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.

143 3d ago A 47 tokens original Apache-2.0

dart-test-coverage

08

kevmoo/dash_skills

Skill Claude CodeCodex

Understand and improve test coverage in a Dart package. Helps agents run coverage, interpret results, and identify missed lines.

143 3d ago A 29 tokens original Apache-2.0

kevmoo/dash_skills

Skill Claude CodeCodex

Core concepts and best practices for package:test. Covers test, group, lifecycle methods (setUp, tearDown), and configuration (darttest.yaml).

143 3d ago A 44 tokens original Apache-2.0

profile-dart-code

10

kevmoo/dash_skills

Skill Claude CodeCodex

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 summaries, and export JSON profiles without a browser or DevTools.

143 3d ago A 53 tokens original Apache-2.0