Build

SkillDev tools

Builds all artifacts for this repo. Use when the user asks to build, compile, or produce artifacts, or when verifying that the project compiles cleanly.

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 skill

What this skill tells your AI

The instructions your AI receives, as published by melbournedeveloper/dart_node in .claude/skills/build/SKILL.md and read by ahel’s review.

Build all artifacts for this repo.

Steps

  1. Run make clean to remove stale artifacts
  2. Run make build
  3. Report what was built and where the artifacts are

Notes

This is a Dart library monorepo — make build verifies that all packages compile cleanly. There are no standalone build artifacts (libraries are consumed via pub.dev).

To build specific components:

  • Backend example: dart run tools/build/build.dart backend
  • VS Code extension: see /build-extension skill

Success criteria

  • Exit code 0 from make build
  • No warnings printed to stderr

Signals

GitHub stars
113
Forks
2
Last commit
Jul 2026
Advanced
Catalog kind
skill
Gateway key
build-melbournedeveloper
Source
github.com/melbournedeveloper/dart_node