๐ŸŽฏ

dart-effective-style

๐ŸŽฏSkill

from dart-lang/skills

VibeIndex|
What it does
|

Official agent skill from the Dart language team providing development guidance for writing idiomatic Dart code following language conventions and best practices.

๐Ÿ“ฆ

Same repository

dart-lang/skills(28 items)

dart-effective-style

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add dart-lang/skills --skill dart-effective-style
skills.sh Installโš  Installs to .agents/skills/
npx skills add dart-lang/skills --skill dart-effective-style
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/dart-effective-style/SKILL.md

SKILL.md

76Installs
-
AddedApr 13, 2026

More from this repository10

๐ŸŽฏ
dart-add-unit-test๐ŸŽฏSkill

An official Dart agent skill for writing and organizing unit tests for functions, methods, and classes using package:test, ensuring code correctness and preventing regressions.

๐ŸŽฏ
dart-run-static-analysis๐ŸŽฏSkill

An official Dart agent skill for running dart analyze to identify warnings and errors, and using dart fix --apply to automatically resolve lint issues during development.

๐ŸŽฏ
dart-fix-runtime-errors๐ŸŽฏSkill

An official Dart agent skill that fetches active stack traces via LSP, locates failing lines, applies fixes, and verifies resolution through hot reload.

๐ŸŽฏ
dart-resolve-package-conflicts๐ŸŽฏSkill

An official Dart agent skill with a workflow for resolving package version conflicts when pub get fails due to incompatible dependencies.

๐ŸŽฏ
dart-use-pattern-matching๐ŸŽฏSkill

An official Dart agent skill that guides AI agents to use switch expressions and pattern matching in Dart code where appropriate.

๐ŸŽฏ
dart-collect-coverage๐ŸŽฏSkill

An official Dart agent skill for collecting code coverage data using the coverage package and generating LCOV reports for Dart projects.

๐ŸŽฏ
dart-generate-test-mocks๐ŸŽฏSkill

An official Dart agent skill for defining and generating mock objects using package:mockito and build_runner, for unit testing classes with complex external dependencies.

๐ŸŽฏ
dart-migrate-to-checks-package๐ŸŽฏSkill

An official Dart agent skill for migrating test assertions from package:matcher's expect to package:checks equivalents in Dart projects.

๐ŸŽฏ
dart-build-cli-app๐ŸŽฏSkill

An official Dart agent skill covering entrypoint structure, exit codes, and cross-platform scripts for building command line utilities and applications in Dart.

๐ŸŽฏ
dart-use-ffigen๐ŸŽฏSkill

Guides agents to use package:ffigen to automatically generate FFI bindings instead of writing them manually, for tasks involving new FFI bindings, C/Objective-C/Swift integrations, or replacing hand-crafted dart:ffi setups.