.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/kevmoo/dash_skills
home/skills/kevmoo/dash_skills
kevmoo avatar

kevmoo/dash_skills

10 skills · 2,407 total installs

View on GitHub
$npx skills add kevmoo/dash_skills
SkillInstalls
dart-best-practicesGeneral best practices for Dart development. Covers code style, effective Dart, and language features.756dart-test-fundamentalsCore concepts and best practices for `package:test`. Covers `test`, `group`, lifecycle methods (`setUp`, `tearDown`), and configuration (`dart_test.yaml`).393dart-modern-featuresGuidelines for using modern Dart features (v3.0 - v3.10) such as Records, Pattern Matching, Switch Expressions, Extension Types, Class Modifiers, Wildcards,…296dart-doc-validationBest practices for validating Dart documentation comments. Covers using `dart doc` to catch unresolved references and macros.236dart-package-maintenanceGuidelines for maintaining external Dart packages, covering versioning, publishing workflows, and pull request management.230dart-matcher-best-practicesBest practices for using `expect` and `package:matcher`. Focuses on readable assertions, proper matcher selection, and avoiding common pitfalls.215dart-test-coverageUnderstand and improve test coverage in a Dart package. Helps agents run coverage, interpret results, and identify missed lines.103dart-long-linesGuidelines for handling long lines in Dart code to adhere to the 80-column rule. The `lines_longer_than_80_chars` lint.94dart-multiline-stringsGuidelines and best practices for refactoring consecutive prints, single-line string concatenations, and complex output blocks into triple-quoted multi-line…69profile-dart-codeProfile Dart command-line applications using the VM Service protocol to capture CPU samples and identify performance bottlenecks.15