gpu-server-setup AGENTS.md

Instructions for maintaining the gpu-server-setup skill, including its files, package metadata, presets, and checking script. It also defines a Russian wording rule for the term meaning agent-related.

In plain words
What is it for?
Use it when editing this skill, its references or presets, its check script, or its Claude, Cursor, and Codex plugin manifests.
Why use it?
It gives contributors a shared structure and editing rules, reducing the chance that the skill files, manifests, and validation checks fall out of sync.

Instructions file for CodexOpenCode

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 instructions/evilfreelancer/gpu-server-setup/agents-md
Clone the repo
git clone --depth 1 https://github.com/EvilFreelancer/gpu-server-setup

Made for: Codex, OpenCode.

Per session 1,393 This file is loaded in full into every session.
When invoked 1,393 The same file — it is already loaded in full.
Security scan A 1 finding. 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 $0.01393 $0.01393
Opus 5 $0.00696 $0.00696
Sonnet 5 $0.00279 $0.00279
Haiku 4.5 $0.00139 $0.00139

Measured yesterday against content hash 4609e7355577, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

gpu-server-setup AGENTS.md scanned grade A with 1 finding 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 yesterday.

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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- **check.sh is pure bash**, no dependencies beyond coreutils/curl/docker. It
AGENTS.md · 114 lines

How it starts

The opening of the file, as written. The whole thing — 114 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Authoring & maintaining the gpu-server-setup skill

Agent guide for working inside this skill repository. Read it before editing SKILL.md, the references, the presets, scripts/check.sh, or any plugin manifest.

Naming (Russian): the adjective for "agent / agentic" is «агентный», never «агентский».

Repository layout

This skill is packaged for Claude Code, Cursor, and OpenAI Codex (and installs as a plain skill folder for other agents). The layout is flatSKILL.md and its assets live at the repo root, and the plugin manifests point their skill source at ./.

gpu-server-setup/
├─ .claude-plugin/
│  ├─ plugin.json        # Claude Code plugin manifest
│  └─ marketplace.json   # single-plugin marketplace (plugin lives at "./")
├─ .cursor-plugin/plugin.json    # Cursor manifest
├─ .codex-plugin/plugin.json     # Codex manifest (interface block + skills: "./")
├─ SKILL.md              # CANONICAL skill: YAML frontmatter + instructions
├─ references/           # deep knowledge, loaded on demand from SKILL.md
├─ presets/              # ready docker-compose stacks (adapt, don't paste verbatim)
├─ scripts/check.sh      # staged verification script (pure bash)
├─ README.md  AGENTS.md  LICENSE

There is no skills/<name>/ subfolder — the root is the skill.

Editing rules

  • Keep SKILL.md thin. It holds the workflow, the stage gates, and the hard rules. Depth goes in references/ and presets/. If a section grows past a screen, move the detail into a reference and link it.
  • One package source. Every install path in this skill uses the official NVIDIA CUDA apt repo + the official Docker repo. Never add instructions that mix distro nvidia-* packages, ubuntu-drivers, or .run installers into the same flow — mixed sources are the #1 support burden this skill exists to prevent.
  • Gates are not optional. Any edit must preserve the staged verification order (lspci → nvidia-smi → GPU-in-Docker → service health) and the rule that the agent stops on a failing gate.
  • Presets must stay runnable. They are working configs with <PLACEHOLDER> tokens for site-specific values (IPs, tokens, models where relevant). Never bake in real IPs or secrets. Version numbers in image: tags are allowed (they document a known-good combination) but prefer noting "check for the current release" where staleness bites.
  • check.sh is pure bash, no dependencies beyond coreutils/curl/docker. It must stay read-only except the single docker run … nvidia-smi gate, must not use set -e (it collects failures), and must exit non-zero on any FAIL. After editing run bash -n scripts/check.sh and exercise it on a machine with and without a configured GPU.
  • Version drift. Driver branches, CUDA majors, and image tags in the text are examples of a known-good state, not eternal truth. When refreshing them, update nvidia-cuda.md, the presets, and the README consistently in one commit.

Read the full file on GitHub · 114 lines

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. yesterday First seen · 114 lines · 1,393 tokens per session scan A 4609e7355577

Subscribe to this mod's changes

gpu-server-setup AGENTS.md is an instructions file published in the GitHub repository EvilFreelancer/gpu-server-setup (11 stars, last pushed 19d ago), licensed MIT. It adds 1,393 tokens to every session, about $0.0070 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other instructions, from other repositories