dash_skills
Dart code quality, testing, coverage, and profiling guidance
All Skills in This Repository (6)
Pure Emerald Level Indicatorsdart-cli-app-best-practices
Guide Dart CLI app development with entrypoint structure and exit codes.
dart-matcher-best-practices
Write Dart test assertions using package:matcher and expect with best practices.
dart-best-practices
Guide idiomatic Dart code style and language feature usage.
dart-checks-migration
Migrate Dart test suites from package:matcher to package:checks.
dart-package-maintenance
Guide Dart package maintenance with semantic versioning and publishing workflows.
dart-test-fundamentals
Teach Dart package:test fundamentals including test, group, and lifecycle methods.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core