Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →

kevmoo/dash_skills

10 skills2.4k installs1.4k starsGitHub

Install

npx skills add https://github.com/kevmoo/dash_skills

Skills in this repo

1Dart Best Practicesdart-best-practices is a skill from kevmoo/dash_skills licensed Apache-2.0 covering general Dart development best practices. Key features include code style guidelines, Effective Dart idioms, and language feature recommendations. The readme advises using multi-line strings with triple quotes instead of concatenating with plus and newline escapes for large SQL, HTML, or PEM blocks to satisfy readability rules. Developers reach for dart-best-practices when writing new Dart code, reviewing pull requests, or looking for idiomatic language usage across Flutter and server Dart projects. The skill applies during implementation and review rather than deployment or infrastructure setup.762installs2Dart Test Fundamentalsdart-test-fundamentals is an Apache-2.0 skill from kevmoo/dash_skills covering core package:test concepts for Dart and Flutter projects. It explains test and group structure, setUp and tearDown lifecycle methods, and dart_test.yaml execution settings so suites stay CI-friendly. Developers reach for dart-test-fundamentals when authoring new test files, reorganizing groups, fixing try-finally cleanup patterns, or aligning Flutter widget and integration tests with Dart testing conventions. The skill maps discovery patterns for brittle tests and documents configuration hooks teams need before merging mobile releases.399installs3Dart Modern Featuresdart-modern-features is an agent skill from kevmoo/dash_skills that documents modern Dart idioms for code targeting Dart 3.0 and later. Covered features include records and pattern matching for multi-value returns and deep extraction; switch expressions; extension types; class modifiers such as sealed and final; wildcards; null-aware collection elements; and dot shorthands introduced through Dart 3.10. Developers reach for dart-modern-features when writing new Dart code, reviewing Flutter widgets, or refactoring legacy Dart to safer exhaustive checks and concise syntax. The skill fits agent sessions where agents must choose derived data structures and pattern guards over verbose imperative null checks. Use it whenever Dart 3 migration, idiomatic refactors, or exhaustive switch logic appear in Flutter app or server-side Dart service work.302installs4Dart Doc Validationdart-doc-validation helps Dart and Flutter teams keep package documentation trustworthy by validating doc comments, generated API references, and cross-links against the live codebase before publish.242installs5Dart Package MaintenanceGuides long-term Dart package maintenance: enforcing semver, writing changelogs, managing pub constraints, planning breaking releases, keeping README and examples current, and running repeatable publish workflows so agents support sustainable library ownership.236installs6Dart Matcher Best PracticesTeaches Dart matcher best practices for unit and widget tests: choosing built-in matchers, composing custom expectations, handling async values, writing actionable failures, and keeping test suites readable so agents produce reliable verification code.220installs7Dart Test Coveragedart-test-coverage is a Claude Code skill for testing & qa. It helps solo builders move faster with AI-assisted development.109installs8Dart Long LinesGuidelines for handling long lines in Dart to comply with the 80-column rule (lines_longer_than_80_chars lint). Provides refactoring strategies for method chains, string literals, and function arguments.100installs9Dart Multiline Stringsdart-multiline-strings is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.75installs10Dash Skillsdash-skills is a Claude Code skill in the Testing & QA category. Dart & Flutter authoring, testing, and maintenance skills.0installs

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.

kevmoo/dash_skills · 10 skills · Skillselion