build

build is a command for Claude Code from athitupakan/garmin-dev-skills. It costs 0 tokens per session (274 once invoked), scanned A, original, MIT.

A compile-only command for Garmin Connect IQ projects, which are apps for Garmin watches and devices. It turns source code and resources into a .prg program file without starting the simulator or sending the app to it.

In plain words
What is it for?
Use it after edits, when the simulator is already running, or as a CI or pre-commit compilation check.
Why use it?
It provides a quick check that recent code changes still compile. It can also be used in automated checks before committing code.

Command for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is ./.claude/skills/garmin-dev/scripts/posix/build.sh.

Part of the garmin-dev plugin — 1 skill, 6 commands shipped together

Good fit Use it after edits, when the simulator is already running, or as a CI or pre-commit compilation check.

Compare 6 commands from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/athitupakan/garmin-dev-skills
agentmods
npx agentmods add commands/athitupakan/garmin-dev-skills/build

Made for: Claude Code.

Or install garmin-dev, the plugin that ships this one along with the rest of its 1 skill, 6 commands.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for build

README.md
[![agentmods](https://agentmods.dev/badge/commands/athitupakan/garmin-dev-skills/build.svg)](https://agentmods.dev/commands/athitupakan/garmin-dev-skills/build)
Your own site
<a href="https://agentmods.dev/commands/athitupakan/garmin-dev-skills/build"><img src="https://agentmods.dev/badge/commands/athitupakan/garmin-dev-skills/build.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 274 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.00274
Opus 5 $0.00000 $0.00137
Sonnet 5 $0.00000 $0.00055
Haiku 4.5 $0.00000 $0.00027

Measured 7d ago against content hash 99a220237d1f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

build scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/garmin-dev/references/commands/build.md · 34 lines

What it actually says

Build (compile only)

Compile source\ + resources\bin\<project>.prg. Does NOT launch simulator or push.

Run

# Windows
.\.claude\skills\garmin-dev\scripts\windows\build.ps1
# macOS / Linux
./.claude/skills/garmin-dev/scripts/posix/build.sh

Use when

  • Checking that code compiles after an edit
  • Simulator already running; you'll push manually with monkeydo or run.ps1
  • CI / pre-commit check (exit code 0 = success)

Expected outcome

  • Stdout: BUILD SUCCESSFUL
  • $LASTEXITCODE = 0
  • bin\<project>.prg updated mtime (project name comes from manifest.xml parent folder — _env auto-detects it)

On failure

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 34 lines · 0 tokens per session scan A 99a220237d1f

Subscribe to this mod's changes

build is a command published in the GitHub repository athitupakan/garmin-dev-skills (2 stars, last pushed 3mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 274 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.