Build Runner (build-runner)
SkillFiles & storageGenerate Dart JSON models and *.g.dart files using build_runner.
Available today. Use it from your connected AI after setup.
No other account needed.
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-outputsto replace stale generated code automatically.
Rules
- Auto-generate
*.g.dartfiles viabuild_runner(do not edit.g.dartmanually). - Ensure model files carry matching
partdirectives (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