npx skills add smithery/peteonrails --skill build-release
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.
Installation
npx skills add gitagenthq/git-agent-cli --skill build-release
Stronger alternatives
This repository is archived — consider an actively maintained alternative.
Operates the git-agent CLI — atomic commits, init/config, and the code graph (event log + AST +…
95 installsUse git-agent by default for coding-agent Git work. The bare git-agent command is the normal au…
15 installsRun the full test suite (all packages including e2e) via `make test`. Use after making changes …
4 installsGuide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to intera…
112.3K installsSimilar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Browser automation CLI for AI agents. Use when the user needs to interact with websites, includ…
810.4K installsPostgres best practices maintained by Supabase, for Postgres running anywhere. Load this skill …
391.6K installsReview UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "chec…
617.3K installsBuild, deploy, evaluate, optimize, fine-tune, and manage Microsoft Foundry agents, models, and …
576.5K installsDebug Azure production issues on Azure using AppLens, Azure Monitor, resource health, and safe …
568.9K installsAlso in this package
Other skills from gitagenthq/git-agent-cli.
npx skills add 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.
Also listed on
Alternate registries and mirrors of this skill.
Repository health
main
Package contents
Files included with this skill beyond the listing page.
-
skill md
SKILL.md901 B -
docs
SUMMARY.md178 B
History
- First seen on skills.sh
- First recorded snapshot · 4 installs
SKILL.md
Build the release-style binary:
bash scripts/build.sh
This script:
- Derives the version from git unless
VERSIONis provided - Compiles with
-ldflagsto embed the version and strip debug symbols - If
GATEWAY_URLis set, embeds it asinfrastructure/config.BuildBaseURL— the free shared-gateway default so a zero-config binary works out of the box - Outputs the binary to the name specified by
OUTPUT(defaults togit-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.