Build Runner (build-runner)

SkillFiles & storage

Generate Dart JSON models and *.g.dart files using build_runner.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Build Runner (build-runner) skill

What this skill tells your AI

The instructions your AI receives, as published by brim-borium/spotify_sdk in .agents/skills/build-runner/SKILL.md and read by ahel’s review.

Run build_runner to generate serialization models in packages/spotify_sdk_platform_interface/lib/models/.

Invocation

Run from repo root:

flutter pub run build_runner build --delete-conflicting-outputs

[!NOTE] Pass --delete-conflicting-outputs to replace stale generated code automatically.

Rules

  • Auto-generate *.g.dart files via build_runner (do not edit .g.dart manually).
  • Ensure model files carry matching part directives (e.g. part 'track.g.dart';).
  • Annotate fields with @JsonKey(name: 'snake_case') for Spotify SDK JSON payloads.

Signals

GitHub stars
166
Forks
93
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
build-runner
Source
github.com/brim-borium/spotify_sdk