package

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

A packaging command for Garmin Connect IQ projects, which are apps for Garmin watches and devices. It creates a .iq bundle containing every product listed in the project manifest for store upload.

In plain words
What is it for?
Use it after a release build to create the .iq file for uploading to Garmin’s developer portal.
Why use it?
It turns the project into the release artifact expected by the Garmin app store. It also builds all listed products together instead of packaging only one device.

Command for Claude Code

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

Not installable on its own: it runs a file from its repository that does not travel with it. Clone the repository, or install whatever ships that file. The line is ./.claude/skills/garmin-dev/scripts/posix/package.sh.

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

Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add athitupakan/garmin-dev-skills
Claude Code
/plugin install garmin-dev

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 package

README.md
[![agentmods](https://agentmods.dev/badge/commands/athitupakan/garmin-dev-skills/package.svg)](https://agentmods.dev/commands/athitupakan/garmin-dev-skills/package)
Your own site
<a href="https://agentmods.dev/commands/athitupakan/garmin-dev-skills/package"><img src="https://agentmods.dev/badge/commands/athitupakan/garmin-dev-skills/package.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 506 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00506
Opus 5 $0.00000 $0.00253
Sonnet 5 $0.00000 $0.00101
Haiku 4.5 $0.00000 $0.00051

Measured 6d ago against content hash de668de25a6d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

package 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 6d 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/package.md · 54 lines

What it actually says

package — package.ps1

Build a store-ready .iq package containing every product listed in manifest.xmlbin\<project>.iq.

This is the artifact uploaded at https://apps.garmin.com/en-US/developer/upload.

Run

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

Prerequisite

Run release.ps1 first and verify the release-stripped build still works in the simulator. Catches bugs introduced by -r optimization that debug builds never see.

How packaging differs from release

release package
Devices one ($Device) all from <iq:products> in manifest
Output .prg .iq (bundle)
Flags -r -e -r
Purpose sim-verify release binary upload to store

The -e / --package-app flag reads device list from the manifest. Do NOT pass -d to a packaging build — it confuses the package target.

Expected output

Console prints one N OUT OF M DEVICES BUILT line per product as compilation finishes. Final line on success: PACKAGE OK -> bin\<project>.iq (NN KB) and the upload URL.

After packaging

Required for the store listing (see ../connect-iq-docs/portal/submit-an-app.md):

  1. Description — be specific
  2. Screenshots — one per device family
  3. Category — Watch Faces
  4. Pricing — Free / Paid

Common rejection causes are documented in ../connect-iq-docs/portal/app-review-guidelines.md — read before uploading.

About developer_key

developer_key (referenced as $Key in _env.ps1) is the signing identity for THIS developer account. The store will refuse uploads signed by a different key than your registered account.

Never commit developer_key to git. Verify it's in .gitignore.

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. 6d ago First seen · 54 lines · 0 tokens per session scan A de668de25a6d

Subscribe to this mod's changes

package 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 506 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.