gitagenthq/git-agent-cli · Archived

build-release

Build a stripped git-agent binary via scripts/build.sh, optionally embedding the free shared-gateway URL. Use for manual testing or pre-release verification.

First seen Mar 29, 2026

Installation

$ npx skills add gitagenthq/git-agent-cli --skill build-release

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from gitagenthq/git-agent-cli.

npx skills add gitagenthq/git-agent-cli

Browse all from gitagenthq/git-agent-cli

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Also listed on

Alternate registries and mirrors of this skill.

Repository health

Stars 79
License MIT
Default branch main
Open issues 1
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 901 B
  • docs SUMMARY.md 178 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 4 installs

SKILL.md

Build the release-style binary:

bash scripts/build.sh

This script:

  1. Derives the version from git unless VERSION is provided
  2. Compiles with -ldflags to embed the version and strip debug symbols
  3. If GATEWAY_URL is set, embeds it as infrastructure/config.BuildBaseURL — the free shared-gateway default so a zero-config binary works out of the box
  4. Outputs the binary to the name specified by OUTPUT (defaults to git-agent)

Provider credentials are never embedded in release artifacts — only a gateway URL may be embedded (and even that is optional; users can always override it via config). Never pass a token/API key to this script.