๐Ÿงช
QualityShell

Effective Dart

by evanca

Effective Dart is a Quality skill for Claude Code, published by evanca in flutter-ai-rules.

616 stars60 forkson evanca/flutter-ai-rulesAdded 2026/08/24Repository updated 2026/08/21
aiai-rulesai-skillsantigravityclaudeclaude-aiclaude-codeclaude-skillscodexcodex-clicodex-skillcodex-skillscursorcursor-aidartdartlangflutterllmwindsurfwindsurf-ai
Install in seconds
Install Effective Dart
Copy Effective Dart into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/evanca/flutter-ai-rules/tree/main/skills/effective-dart ~/.claude/skills/effective-dart

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/evanca/flutter-ai-rules.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
skills/effective-dart/SKILL.md in evanca/flutter-ai-rules
Installs to
~/.claude/skills/effective-dart
Collection
One of 25 skills cataloged from this repository
Category
Quality โ€” 1354 skills

What Effective Dart does

Effective Dart helps you write, review, and refactor Dart code to match idiomatic style and typing rules. Use it for naming, imports, doc comments, formatting, and other Flutter/Dart conventions.

Effective Dart is cataloged under Quality on DirSkills. Effective Dart comes from a repository tagged ai, ai-rules, ai-skills, antigravity and claude.

Documentation

README

Effective Dart Skill

This skill defines how to write idiomatic, high-quality Dart and Flutter code following Effective Dart guidelines.


1. Naming Conventions

Kind Convention Example
Classes, enums, typedefs, type parameters, extensions UpperCamelCase MyWidget, UserState
Packages, directories, source files lowercase_with_underscores user_profile.dart
Import prefixes lowercase_with_underscores import '...' as my_prefix;
Variables, parameters, named parameters, functions lowerCamelCase userName, fetchData()

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Effective Dart

  • What else does evanca publish alongside Effective Dart?

    Effective Dart is one of 25 skills that DirSkills catalogs from evanca/flutter-ai-rules, the repository it ships in. Its siblings there include Accessibility, Bloc and Code Review. Each one is a separate skill with its own page in this directory, installs the same way Effective Dart does, and is maintained by evanca in that same repository. The rest of the collection is listed on the evanca/flutter-ai-rules page.

  • How does Effective Dart compare to other Quality skills?

    Effective Dart ranks #1117 by stars among the 1354 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Effective Dart against them. Open each page to compare what they document and how they install.

More from evanca/flutter-ai-rules

Effective Dart is one of 25 skills cataloged on DirSkills from evanca/flutter-ai-rules.

See all 25 skills โ†’