Skills Directory

Reusable coding rules & agent skills for Claude Code, Cursor, Copilot and more - copy, adapt, ship faster.

9 skills indexed across 13 categories

Results for “dart-lang” - 9 found

Analyzing and Fixing Dart Code

1,209

Execute `dart analyze` to identify warnings and errors, and use `dart fix --apply` to automatically resolve mechanical lint issues. Use duri

General by dart-lang/skills

Testing Dart and Flutter Applications

1,209

Write and organize unit tests for functions, methods, and classes using `package:test`. Use when creating new logic or fixing bugs to ensure

Mobile by dart-lang/skills

Resolving Dart Static Analysis Errors

1,208

Uses get_runtime_errors and lsp to fetch an active stack trace, locate the failing line, apply a fix, and verify resolution via hot_reload.

General by dart-lang/skills

Implementing Dart Patterns

1,207

Use switch expressions and pattern matching where appropriate

Backend by dart-lang/skills

dart-resolve-package-conflicts

1,205

Workflow for fixing package version conflicts. Use this when `pub get` fails due to incompatible package versions.

Agent by dart-lang/skills

Implementing Dart and Flutter Test Coverage

1,187

Collect coverage using the coverage packge and create an LCOV report

Mobile by dart-lang/skills

Testing and Mocking Dart Applications

1,184

Define and generate mock objects for external dependencies using `package:mockito` and `build_runner`. Use when unit testing classes that de

Testing by dart-lang/skills

Migrating Dart Tests to Package Checks

1,161

Replace the usage of `expect` and similar functions from `package:matcher` to `package:checks` equivalents.

Testing by dart-lang/skills

Building Dart CLI Applications

1,156

Entrypoint structure, exit codes, cross-platform scripts. Use when building command line utilities, scripts, or applications.

General by dart-lang/skills