mcpbeat

kevmoo Skills

10 skills published by kevmoo across 1 repository. Together they weigh 13 417 tokens — that is what loading all of them at once would cost you in context.

10 skills 13 417 tokens total

Dart Best Practices
dash_skills

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

488 tokens
Dart Doc Validation
dash_skills

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

650 tokens
Dart Long Lines
dash_skills

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

841 tokens
Dart Matcher Best Practices
dash_skills

|- Focuses on readable assertions, proper matcher selection, and avoiding common pitfalls.

1k tokens
Dart Modern Features
dash_skills

|- 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.

2k tokens
Dart Multiline Strings
dash_skills

|- 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.

996 tokens
Dart Package Maintenance
dash_skills

|- 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.

947 tokens
Dart Test Coverage
dash_skills

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

2k tokens scripts
Dart Test Fundamentals
dash_skills

|- Covers `test`, `group`, lifecycle methods (`setUp`, `tearDown`), and configuration (`dart_test.yaml`).

1k tokens
Profile Dart Code
dash_skills

|- 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 DevTools.

3k tokens scripts