write-launch-file

write-launch-file is a skill for Claude Code, Codex from castacks/AirStack. It costs 74 tokens per session (3,229 once invoked), scanned A, original, BSD-3-Clause-Clear.

Guidance for creating or editing a ROS 2 launch file, a configuration file that starts and connects parts of a robot system. It is tailored to AirStack, a software stack for robotic vehicles or systems.

In plain words
What is it for?
Use it when working on AirStack launch files written in XML or Python, including their topic remappings and parameter loading.
Why use it?
It helps keep topic connections, namespaces, parameters, and substitutions in the expected places. The available description is too thin to specify more.

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/castacks/airstack/write-launch-file
Any agent
npx skills add castacks/AirStack --skill write-launch-file
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 write-launch-file

README.md
[![agentmods](https://agentmods.dev/badge/skills/castacks/airstack/write-launch-file.svg)](https://agentmods.dev/skills/castacks/airstack/write-launch-file)
Your own site
<a href="https://agentmods.dev/skills/castacks/airstack/write-launch-file"><img src="https://agentmods.dev/badge/skills/castacks/airstack/write-launch-file.svg" alt="Measured on agentmods" height="20"></a>
Per session 74 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,229 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.00074 $0.03229
Opus 5 $0.00037 $0.01614
Sonnet 5 $0.00015 $0.00646
Haiku 4.5 $0.00007 $0.00323

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

Security

Grade A, and why

write-launch-file 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/write-launch-file/SKILL.md · 198 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. 4d ago First seen · 198 lines · 74 tokens per session scan A ff8d0f38926d

Subscribe to this mod's changes

write-launch-file is a skill published in the GitHub repository castacks/AirStack (86 stars, last pushed 4d ago), licensed BSD-3-Clause-Clear. It adds 74 tokens to every session and 3,229 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

sdf

SDFormat/SDF model and world authoring, validation, and simulator handoff. Use for .sdf files, SDFormat XML, models, worlds, links, joints, poses, frames, inertials, visual/collision geometry, mesh URIs, sensors, lights, physics, plugins, includes, Gazebo, static SDF review, or simulator-specific metadata. Do not use…

earthtojake/text-to-cad · 88 tokens

robot-perception

Comprehensive best practices for robot perception systems covering cameras, LiDARs, depth sensors, IMUs, and multi-sensor setups. Use this skill when working with RGB image processing, depth maps, point clouds, sensor calibration (intrinsic, extrinsic, hand-eye), object detection, semantic segmentation, 3D…

arpitg1304/robotics-agent-skills · 181 tokens

robotics-software-principles

Foundational software design principles applied specifically to robotics module development. Use this skill when designing robot software modules, structuring codebases, making architecture decisions, reviewing robotics code, or building reusable robotics libraries. Trigger whenever the user mentions SOLID principles…

arpitg1304/robotics-agent-skills · 140 tokens

robotics-design-patterns

Architecture patterns, design principles, and proven recipes for building robust robotics software. Use this skill when designing robot software architectures, choosing between behavioral frameworks, structuring perception-planning-control pipelines, implementing state machines, designing safety systems, or…

arpitg1304/robotics-agent-skills · 120 tokens

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

habitat-gs-control

Interactively pilot a robot in habitat-gs 3D Gaussian Splatting indoor scenes via MCP tools — load a scene, move, observe with RGB/depth, run autonomous nav loops, and export video. Use for hands-on control of a live sim session, NOT for training or evaluating a navigation policy (use the habitat-gs-train skill for…

zju3dv/habitat-gs · 80 tokens