fmt

star 113

Formats all code in this repo using dart format. Use when the user asks to format code, fix formatting, or before committing changes.

MelbourneDeveloper By MelbourneDeveloper schedule Updated 6/9/2026

name: fmt description: Formats all code in this repo using dart format. Use when the user asks to format code, fix formatting, or before committing changes.

Format

Format all code in this repo.

Steps

  1. Run make fmt
  2. Run make fmt CHECK=1 to confirm clean
  3. Report which files were modified

What it does

  • dart format packages/ examples/

Success criteria

  • make fmt CHECK=1 exits with code 0 after formatting
Install via CLI
npx skills add https://github.com/MelbourneDeveloper/dart_node --skill fmt
Repository Details
star Stars 113
call_split Forks 2
navigation Branch main
article Path SKILL.md
More from Creator
MelbourneDeveloper
MelbourneDeveloper Explore all skills →