release-garmin-pipeline

release-garmin-pipeline is a skill for Claude Code from TolmachevKirill/garmin_ai. It costs 77 tokens per session (1,046 once invoked), scanned A, original, no licence file.

A release workflow for the Garmin Health Pipeline, a software project that processes Garmin health data. It creates release builds for Windows and macOS through GitHub Actions, a service that runs automated software tasks.

In plain words
What is it for?
Building, publishing, and documenting new project versions when the user asks to ship or release changes.
Why use it?
It organizes the steps needed to publish a new version and prepare release notes in Russian and English.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Building, publishing, and documenting new project versions when the user asks to ship or release changes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tolmachevkirill/garmin_ai/release-garmin-pipeline
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add TolmachevKirill/garmin_ai --skill release-garmin-pipeline
Clone the repo
git clone --depth 1 https://github.com/TolmachevKirill/garmin_ai

Made for: Claude Code.

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 release-garmin-pipeline

README.md
[![agentmods](https://agentmods.dev/badge/skills/tolmachevkirill/garmin_ai/release-garmin-pipeline/github.svg)](https://agentmods.dev/skills/tolmachevkirill/garmin_ai/release-garmin-pipeline)
Your own site
<a href="https://agentmods.dev/skills/tolmachevkirill/garmin_ai/release-garmin-pipeline"><img src="https://agentmods.dev/badge/skills/tolmachevkirill/garmin_ai/release-garmin-pipeline/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for release-garmin-pipeline

Your own site · 80×15
<a href="https://agentmods.dev/skills/tolmachevkirill/garmin_ai/release-garmin-pipeline"><img src="https://agentmods.dev/badge/skills/tolmachevkirill/garmin_ai/release-garmin-pipeline.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 77 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,046 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 unknown 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.00077 $0.01046
Opus 5 $0.00039 $0.00523
Sonnet 5 $0.00015 $0.00209
Haiku 4.5 $0.00008 $0.00105

Measured 12d ago against content hash 91b21dffb5e6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

release-garmin-pipeline 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 12d 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.

.claude/skills/release-garmin-pipeline/SKILL.md · 124 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 12d ago First seen · 124 lines · 77 tokens per session scan A 91b21dffb5e6

Subscribe to this mod's changes

release-garmin-pipeline is a skill published in the GitHub repository TolmachevKirill/garmin_ai (5 stars, last pushed 22d ago), with no licence file. It adds 77 tokens to every session and 1,046 once invoked, about $0.0004 per session on Opus 5. 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.

Related

Other skills, from other repositories

swarm-migrate

Cross-repo migration swarm — one coordinator + N parallel subagents (one per target repo) that apply the same transformation, open PRs, wait for CI, and report back to a shared JSON ledger. Coordinator handles topology, conflict auto-rebase, and stop-on-novel-failure. Use when bumping a shared dependency, rolling out…

yonatangross/orchestkit · 103 tokens

zb-release-pipeline

Generate a GitHub Actions pipeline that builds a zb (Zero Dependencies Builder) project and publishes a GitHub Release with the produced JAR. Use whenever the user wants CI/CD, a build pipeline, a release workflow, or GitHub Actions for a zb-based Java project — phrases like "set up GitHub Actions for this zb…

AdamBien/airails · 148 tokens

release-engineering

Design, automate, and operate end-to-end software releases: release process models and pipelines (trunk-based development, CD stages, release trains), progressive delivery and feature flags, versioning and artifact management (SemVer, conventional commits, changelogs, SBOM/provenance), readiness and quality gates…

magnus919/agent-skills · 158 tokens

verified-delivery

Implement and deliver an authorized change end to end — verify, open the PR, merge, and confirm post-merge state — using live-state gates, durable interruption handoffs, and live-state-first resumption. Use when a user grants end-to-end delivery authority for a specific change and the work may cross tool-call limits…

magnus919/agent-skills · 123 tokens

deployment-safety

Production deployment rules, rollback-first recovery, dependency batching, CI cost awareness, framework upgrade verification, fallback observability, and GitHub repo settings standardization.

juan294/cc-rpi · 35 tokens

publish-npm-package

Configure or troubleshoot npm package publication with GitHub Actions and npm Trusted Publishing. Use this skill for JavaScript or TypeScript packages. Also use it for the npm package in a mixed-language repository. Do not use it for applications or repositories without an npm package. Do not use it for generic CI…

btfranklin/skills · 77 tokens