kevmookevmooCommunityยท6 Agent Skills Included

dash_skills

Dart code quality, testing, coverage, and profiling guidance

Guides Dart developers through code style, modern language features, testing, and package maintenance. Covers test coverage analysis, CPU profiling, matcher best practices, and documentation validation without manual guesswork. Helps refactor legacy Dart code into clean, idiomatic patterns that pass analysis and publish smoothly.
npx skills add kevmoo/dash_skills --all -g -y

All Skills in This Repository (6)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install dash_skills?โ–ผ

Run `npx skills add kevmoo/dash_skills --all -g -y` in your terminal to install all Dart skills globally.

How to improve Dart test coverage?โ–ผ

The dart-test-coverage skill runs coverage collection, interprets LCOV results, and identifies exact missed lines so you can add targeted tests.

How to profile Dart command-line apps?โ–ผ

The profile-dart-code skill connects to the VM Service, captures CPU samples, and reports the top-consuming functions with a JSON export.

Can these skills modernize legacy Dart code?โ–ผ

Yes. The dart-modern-features skill refactors old code to use records, pattern matching, switch expressions, and other Dart 3 features.

Do these skills work with Claude Code and Gemini CLI?โ–ผ

Yes. All skills follow the universal SKILL.md standard and work with Claude Code, Gemini CLI, and other compatible agents.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’