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.
npx agentmods add skills/cloudposse/atmos/field-testnpx skills add cloudposse/atmos --skill field-testgit clone --depth 1 https://github.com/cloudposse/atmosWrote 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.
[](https://agentmods.dev/skills/cloudposse/atmos/field-test)<a href="https://agentmods.dev/skills/cloudposse/atmos/field-test"><img src="https://agentmods.dev/badge/skills/cloudposse/atmos/field-test.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00116 | $0.04320 |
| Opus 5 | $0.00058 | $0.02160 |
| Sonnet 5 | $0.00023 | $0.00864 |
| Haiku 4.5 | $0.00012 | $0.00432 |
Grade A, and why
field-test 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.
How it starts
The opening of the file, as written. The whole thing — 249 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Field Test
Hands-on, adversarial test pass of $ARGUMENTS (the feature/command named when this skill
was invoked, e.g. atmos vendor pull).
If no target was given, default to the change introduced on the current branch rather than
asking. Resolve the actual pull-request base branch when one is available
(gh pr view --json baseRefName -q .baseRefName for the current branch), falling back to the
repository's default branch (gh repo view --json defaultBranchRef -q .defaultBranchRef.name)
when no PR exists yet. Do NOT use the upstream tracking branch (@{u}) as the base — for a normal
feature branch that tracks origin/<same-branch-name>, diffing against its own upstream produces
an empty or near-empty diff, not the PR's actual changes, once the branch has been pushed.
A branch NAME from gh (e.g. develop) is not guaranteed to be a usable git ref in THIS checkout
— shallow clones, detached HEADs, and worktrees with a narrow fetch refspec can have the name
without the commits. Before running any diff, verify the base actually resolves here
(git rev-parse --verify --quiet <candidate>^{commit}), trying in order: origin/<resolved-name>,
<resolved-name> — take the first that verifies. Do not fall back to origin/main/main when
resolved-name came from an actual PR base other than the default branch (e.g. a PR targeting
develop) — diffing against main instead of the PR's real base compares against the wrong
history and can silently miss real changes or include unrelated ones. origin/main/main are
legitimate fallback candidates only in the no-PR case (gh pr view returned nothing, so
resolved-name already IS the repository's default branch) or when gh itself isn't available at
all. If a known, non-default PR base doesn't resolve as either origin/<resolved-name> or
<resolved-name>, stop and ask the user which base to diff against — do not run `git diff
Goal: catch "vibe-coded slop" — behavior that looks fine in code review but breaks or misleads a real user — not to re-run what automated tests already cover. Anticipate plausible user misunderstandings, not just obvious bugs.
This pass is investigation only. Do not fix anything you find — see Phase 5. Report and stop;
the user decides what to fix. Any follow-up fix work — including a plan to fix the findings, not
just the implementation — must close with the fix-log skill, not this one.
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.
- 4d ago First seen · 249 lines · 116 tokens per session scan A 17d300cccf14
field-test is a skill published in the GitHub repository cloudposse/atmos (1,369 stars, last pushed today), licensed Apache-2.0. It adds 116 tokens to every session and 4,320 once invoked, about $0.0006 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-30.
Other skills, from other repositories
nvca-self-managed-install
Install or validate the NVCA Operator chart against a self-managed NVCF control plane from the native monorepo. Use when the control plane comes from deploy/stacks/self-managed and NVCA must be installed with stack-derived image repository settings.
obol-stack
Monitor the Kubernetes cluster running the Obol Stack. Use when asked about pod status, logs, services, events, deployments, or diagnosing issues. Read-only access to own namespace via ServiceAccount.
architecture
Java 21 | Spring Boot 4.0.2 | Kubernetes Client 25.0.0 | Picocli 4.7.6.
helm-upstream
Check latest Helm releases for issues and fixes applicable to jhelm.
kubeview-debug
Debug and diagnose Kubernetes clusters using KubeView MCP server tools. Use when investigating cluster issues (pod crashes, deployment failures, service connectivity problems, node issues, resource constraints), performing cluster health checks, or troubleshooting any Kubernetes workload. Trigger phrases include…
bazel-k8s-expert
Expert knowledge for deploying Quarkus/Java applications to Kubernetes using Bazel. Covers rulesk8s, Helm, Kustomize, ConfigMaps, Secrets, and health probes.