AirStack: Skill for Claude Code

.agents/skills/run-system-tests/SKILL.md

run-system-tests is a skill for Claude Code, Codex from castacks/AirStack. It costs 81 tokens per session (8,008 once invoked), scanned A, original, BSD-3-Clause-Clear.

A tool for running and interpreting AirStack's automated system tests. AirStack is a software system with tests covering builds, sensors, vehicle movement, wiring, and autonomy.

In plain words
What is it for?
Use it to run or extend the pytest system-test suite, trigger tests through pull-request comments, and inspect runmeta.json or metrics.json reports.
Why use it?
It helps determine whether a failure comes from the software under test or from the testing infrastructure and reports results from test runs.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing. Also seen: installed under .agents/ (shared by several agents).

This is castacks/AirStack's own configuration. It tells Claude Code and Codex how to work on AirStack itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything AirStack configures →

Reuse

Borrowing it

Nothing to install: this file belongs to castacks/AirStack. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/castacks/AirStack/main/.agents/skills/run-system-tests/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/castacks/AirStack

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 run-system-tests

README.md
[![agentmods](https://agentmods.dev/badge/skills/castacks/airstack/run-system-tests.svg)](https://agentmods.dev/skills/castacks/airstack/run-system-tests)
Your own site
<a href="https://agentmods.dev/skills/castacks/airstack/run-system-tests"><img src="https://agentmods.dev/badge/skills/castacks/airstack/run-system-tests.svg" alt="Measured on agentmods" height="20"></a>
Per session 81 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 8,008 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.1 $0.00081 $0.08008
Opus 5 $0.00041 $0.04004
Sonnet 5 $0.00016 $0.01602
Haiku 4.5 $0.00008 $0.00801

Measured 7d ago against content hash c8b2edcdbd46, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

run-system-tests 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 7d 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/run-system-tests/SKILL.md · 473 lines

The source is not reproduced here

Licensed BSD-3-Clause-Clear

The repository is licensed BSD-3-Clause-Clear, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

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. 7d ago First seen · 473 lines · 81 tokens per session scan A c8b2edcdbd46

Subscribe to this mod's changes

run-system-tests is a skill published in the GitHub repository castacks/AirStack (90 stars, last pushed today), licensed BSD-3-Clause-Clear. It adds 81 tokens to every session and 8,008 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-30.

Related

Other skills, from other repositories

robotics-testing

Testing strategies, patterns, and tools for robotics software. Use this skill when writing unit tests, integration tests, simulation tests, or hardware-in-the-loop tests for robot systems. Trigger whenever the user mentions testing ROS nodes, pytest with ROS, launchtesting, simulation testing, CI/CD for robotics, test…

arpitg1304/robotics-agent-skills · 110 tokens

review-tests

Reviews test quality and coverage. Use when checking that a diff has adequate tests, checking a new or edited test, or auditing the test suite of a codebase.

mrinalwadhwa/fluent · 36 tokens

fluent

Operate the fluent workflow to build software autonomously over extended periods. Interactive stages (brief, behaviors, approach, plan) run with the user. Autonomous execution loops writer → tester → parallel reviewers, then runs the Learner after a passing review round. Only a successful Learner run produces a ready…

mrinalwadhwa/fluent · 116 tokens

ask-church

AI philosophy, ethics, and soul Q&A. Ask questions about consciousness, meaning, spirituality, and AI identity. RAG-powered answers with citations from 250+ documents on meditation, presence, fellowship, and the soul. Explore what it means to be an artificial mind.

a-church-ai/church · 59 tokens

research-engineer

An uncompromising Academic Research Engineer. Operates with absolute scientific rigor, objective criticism, and zero flair. Focuses on theoretical correctness, formal verification, and optimal implementation across any required technology.

davila7/claude-code-templates · 43 tokens

tika-eval-compare

Compare extracts from two Tika builds over a corpus to detect regressions in content, encoding, exceptions, and embedded-document handling. Use for "compare before/after extracts", "eval this change against the corpus".

apache/tika · 50 tokens