gpu-ci

gpu-ci is a skill for Claude Code, Codex from AilvenLIU/agent-foundry. It costs 51 tokens per session (1,858 once invoked), scanned A, original, no licence file.

A guide for continuous integration (automated build and test checks) involving GPUs, especially NVIDIA CUDA hardware.

In plain words
What is it for?
Use it to design or review CUDA builds, GPU test runners, caches, containers, Python wheels, and manylinux validation.
Why use it?
It helps teams avoid CI setups that pass on ordinary machines but fail on GPU runners, different architectures, or package distribution checks.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/ailvenliu/agent-foundry/gpu-ci
Any agent
npx skills add AilvenLIU/agent-foundry --skill gpu-ci
Clone the repo
git clone --depth 1 https://github.com/AilvenLIU/agent-foundry

Made for: Claude Code, Codex.

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 gpu-ci

README.md
[![agentmods](https://agentmods.dev/badge/skills/ailvenliu/agent-foundry/gpu-ci.svg)](https://agentmods.dev/skills/ailvenliu/agent-foundry/gpu-ci)
Your own site
<a href="https://agentmods.dev/skills/ailvenliu/agent-foundry/gpu-ci"><img src="https://agentmods.dev/badge/skills/ailvenliu/agent-foundry/gpu-ci.svg" alt="Measured on agentmods" height="20"></a>
Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,858 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00051 $0.01858
Opus 5 $0.00026 $0.00929
Sonnet 5 $0.00010 $0.00372
Haiku 4.5 $0.00005 $0.00186

Measured 4d ago against content hash a8e1f0348f98, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

gpu-ci 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 4d 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.

.agents/skills/gpu-ci/SKILL.md · 184 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 4d ago First seen · 184 lines · 51 tokens per session scan A a8e1f0348f98

Subscribe to this mod's changes

gpu-ci is a skill published in the GitHub repository AilvenLIU/agent-foundry (5 stars, last pushed 2d ago), with no licence file. It adds 51 tokens to every session and 1,858 once invoked, about $0.0003 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

setup-action

Sets up GitHub Actions for ESP32 projects — building ESP-IDF firmware in a pinned container, taking the version from the git tag, proving a published image is the variant it claims to be, and publishing artefacts and a release when a tag is pushed. Also covers the pre-merge gate: lint plus the tests a hosted runner…

SensorsIot/Embedded-AI-Harness · 185 tokens

create-module

Create a new AirStack module repository by hand — author the thin module.yaml manifest, lay out colcon packages with canonical-default launch args (never remaps), add teststack/ and CI, and validate with tools/validatemodule.py. Use when packaging a capability (planner, estimator, sim extension, vehicle data) as a…

castacks/AirStack · 74 tokens

ha-esphome-ci-scaffold

Scaffolds the CI that validates an ESPHome fleet per spec/ha/esphome-project-structure §Validation — a pull-request workflow running esphome config for every device file on every change rather than only the diff, because a package edit breaks devices nobody touched, plus a scheduled or pre-release job for the far…

nolte/claude-home-assistant · 220 tokens

yocto-agent-suite

One-router Yocto Project skill suite for AI coding agents. Use when a request mentions Yocto, OpenEmbedded, Poky, BitBake, embedded Linux builds, BSPs, board flashing, QEMU boot tests, CI/release automation, security hardening, CVE review, secure boot, OTA updates, firewall policy, or when the right specialized Yocto…

prashantdivate/awesome-yocto-ai-agent-skills · 82 tokens

yocto-ci-kas-build

Official-doc-first Yocto CI, kas, and reproducible build workflow support for AI coding agents. Use when creating or modifying kas YAML files, CI pipelines, containerized Yocto builds, shared DLDIR or SSTATEDIR caching, build matrix jobs, smoke builds, artifact publishing, reproducibility checks, or repository…

prashantdivate/awesome-yocto-ai-agent-skills · 79 tokens

azsdk-common-pipeline-analysis

Analyze Azure SDK CI/CD pipeline failures into a structured diagnosis, and define the required output format. Load this skill before calling azsdkanalyzepipeline, which returns raw failure data that this skill interprets and formats. USE FOR: "pipeline failed", "build failure", "CI check failing", "tests failing in…

Azure/azure-sdk-for-net · 192 tokens