Skip to main content

kevmoo/dash_skills

SkillsMP has collected 10 skills from kevmoo/dash_skills. Open a skill to review its source and details.

Latest recorded source activity
SkillsMP catalog refreshed
skills collected
10
GitHub stars
143
GitHub forks
16

Skills in this repository

Showing 10 of 10 collected skills.

occupation
unclassified
description

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

updated
occupation
unclassified
description

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.

updated
occupation
Software Developers
description

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.

updated
occupation
Software Developers
description

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…

updated
occupation
Software Developers
description

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

updated
occupation
Software Developers
description

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

updated
occupation
Software Developers
description

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

updated
occupation
Software Developers
description

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.

updated
occupation
Software Quality Assurance Analysts & Testers
description

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

updated
occupation
Software Quality Assurance Analysts & Testers
description

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

updated
Showing 10 of 10 collected skills.