dart-long-lines

Installation
SKILL.md

Dart Long Lines

1. When to use this skill

Use this skill when:

Discovery

To find lines that exceed the limit:

Automated Analysis

The most reliable way to find long lines is to use the Dart analyzer:

  • Command: dart analyze
  • Lint: lines_longer_than_80_chars
Related skills
Installs
26
GitHub Stars
136
First Seen
Apr 22, 2026