Build
SkillDev toolsBuild (compile) the solution via the developer CLI - backend (.NET), frontend (React/TypeScript), and the developer CLI itself.
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 skill
What this skill tells your AI
The instructions your AI receives, as published by platformplatform/platformplatform in .claude/skills/build/SKILL.md and read by ahel’s review.
dotnet run --project developer-cli -- build [--backend] [--frontend] [--cli] [--self-contained-system <name>] --quiet
Use developer-cli exactly as written - do not expand to an absolute worktree path.
--backend- .NET--frontend- React/TypeScript--cli- the developer CLI itself--self-contained-system <name>- narrows the backend build to one SCS (e.g.account,main)
No arguments builds everything.
Examples
dotnet run --project developer-cli -- build --quiet # everything
dotnet run --project developer-cli -- build --backend --quiet # all backend
dotnet run --project developer-cli -- build --frontend --quiet # frontend
dotnet run --project developer-cli -- build --backend --self-contained-system main --quiet # one SCS
Always pass --quiet
Verbose output goes to a log file. On success the CLI prints a single line; on failure it prints a short error summary - read the log if you need the full errors. Without --quiet the build floods the conversation.
Signals
- GitHub stars
- 441
- Forks
- 52
- Last commit
- Jul 2026
Advanced
- Catalog kind
- skill
- Gateway key
build-platformplatform- Source
- github.com/platformplatform/platformplatform