terradart: Skill for Claude Code

.agents/skills/terradart-ship-wave/SKILL.md

terradart-ship-wave is a skill for Claude Code, Codex from nozomi-koborinai/terradart. It costs 46 tokens per session (2,626 once invoked), scanned A, original, Apache-2.0.

A release checklist for shipping a group of related TerraDart Google resource factories as one user-visible update.

In plain words
What is it for?
It helps prepare curated factories, regenerate wrappers, review API changes, update examples and documentation, adjust catalog counts, maintain the changelog, and run agent verification.
Why use it?
It prevents a release from being considered finished when only the code wrappers are done, leaving examples, documentation, catalog counts, changelog entries, or verification incomplete.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents); mentions AGENTS.md.

This is nozomi-koborinai/terradart's own configuration. It tells Claude Code and Codex how to work on terradart 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 terradart configures →

Reuse

Borrowing it

Nothing to install: this file belongs to nozomi-koborinai/terradart. 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/nozomi-koborinai/terradart/main/.agents/skills/terradart-ship-wave/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/nozomi-koborinai/terradart

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 terradart-ship-wave

README.md
[![agentmods](https://agentmods.dev/badge/skills/nozomi-koborinai/terradart/terradart-ship-wave/github.svg)](https://agentmods.dev/skills/nozomi-koborinai/terradart/terradart-ship-wave)
Your own site
<a href="https://agentmods.dev/skills/nozomi-koborinai/terradart/terradart-ship-wave"><img src="https://agentmods.dev/badge/skills/nozomi-koborinai/terradart/terradart-ship-wave/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for terradart-ship-wave

Your own site · 80×15
<a href="https://agentmods.dev/skills/nozomi-koborinai/terradart/terradart-ship-wave"><img src="https://agentmods.dev/badge/skills/nozomi-koborinai/terradart/terradart-ship-wave.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 46 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,626 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.1 $0.00046 $0.02626
Opus 5 $0.00023 $0.01313
Sonnet 5 $0.00009 $0.00525
Haiku 4.5 $0.00005 $0.00263

Measured 6d ago against content hash 2da844f0d45a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

terradart-ship-wave 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 6d 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/terradart-ship-wave/SKILL.md · 140 lines

How it starts

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

Ship a TerraDart Wave

Read CONTEXT.md for vocabulary. Generation policy is in AGENTS.md. For each new google_* factory, follow terradart-add-curated-resource first; this skill covers the release boundary around a Wave.

The GA catalog is filled: Waves now originate from new resources the weekly schema bump appends to tool/curation_backlog.yaml, and catalog counts move as increments on the completed baseline.

PR scope

Ship one Wave per PR when possible. Do not bundle:

  • unrelated example pubspec.yaml / workspace version-debt sweeps
  • release version bumps for a different Wave
  • agent-guide-only edits with factory work

If example debt must land with a Wave, limit changes to the quickstart that exercises the new factories. See PR granularity in AGENTS.md.

Wave complete definition

A Wave PR is not done when wrappers and curatedDoc land alone. It is done when:

  1. Curated factories — overrides linted, terradart wrap regenerated, API diff reviewed.
  2. Runnable example — new examples/<name>_quickstart or extend an existing example so every new/breaking factory appears in synth output. Machine-checked by dart tool/example_synth_gates.dart (synth tfType coverage, API-enablement deps, terraform validate on every quickstart); a factory may instead get a reasoned tool/example_debt.yaml entry, but that is an explicit reviewed decision. For pre-existing debt backfill, see terradart-backfill-examples. IAM binding/policy preference: for new *IamBinding / *IamPolicy when the sibling *IamMember is already curated and already in synth, prefer tool/example_debt.yaml with reason token iam-adjunct-debt: over extending examples solely for coverage. The synth gate enforces the token. If the quickstart provisions a high-cost resource (see tool/apply_cost_denylist.yaml), it must be in apply_smoke_skip.yaml (existence-billed: licenses/reservations) or apply_smoke_pr_skip.yaml (hourly-billed) — the cost gate in tool/apply_smoke_test.sh fails the build otherwise. Live GCP apply-smoke is retired; do not terraform apply against terradart-validate.
    • New resource types are cost-classified in tool/apply_cost_denylist.yaml (safe/sweep_only/never_apply); unclassified types fail apply-smoke test9 (default-deny). Confirm cost on two axes — price via the gcp-cost MCP (SKU lookup) and billing behavior via terraform MCP + docs (existence-billed vs hourly) — then classify, recording the basis in the ledger comment. License/SPLA-style services absent from the Cloud Billing Catalog fall back to docs/pattern. When unsure, leave unclassified (the example stays skipped).
  3. Breaking changesMIGRATING.md entry and example updated to the new API.
  4. Counts & docstool/doc_expectations.dart, catalog_count_test.dart, wrap_command_test.dart, README / package catalog count phrases (do not rebuild a per-factory dump in ## What ships — detail lives on Coverage), agent/website catalog phrases, example pubspec.yaml carets.
  5. CI matrix — nothing to wire: the terraform_validate matrix derives from examples/ automatically (tool/select_changed_examples.dart).
  6. Verifyterradart-agent-verify (tool/agent_verify.sh).

Read the full file on GitHub · 140 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. 6d ago Changed · -2 lines 2da844f0d45a
  2. 12d ago First seen · 142 lines · 46 tokens per session scan A 7cf38d982714

Subscribe to this mod's changes

terradart-ship-wave is a skill published in the GitHub repository nozomi-koborinai/terradart (46 stars, last pushed 3d ago), licensed Apache-2.0. It adds 46 tokens to every session and 2,626 once invoked, about $0.0002 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

release-changelog-harness

Chooses ecosystem-native release and changelog tooling (Changesets, Melos, release-plz) plus binary distribution (GitHub Release tarballs, install.sh) when the product is an executable. Use for release CI, install.sh, versioning, CHANGELOGs, shipping MCP/CLI without clone, or meta repos that only ship skills via npx…

Arenukvern/mcp_flutter · 84 tokens

oma-scm

SCM (software configuration management) and Git: branching, merges, conflicts, worktrees, baselines, audit readiness, plus Conventional Commits and safe staging.

first-fluke/fullstack-starter · 37 tokens

oma-dev-workflow

Use when setting up or optimizing developer workflows in a monorepo, managing mise tasks, git hooks, CI/CD pipelines, database migrations, or release automation. Invoke for development environment setup, build automation, testing workflows, and release coordination.

first-fluke/fullstack-starter · 53 tokens

release-plugin

Prepare and execute a new release for the flutter-intellij plugin, including updating dependencies, compatibility bounds, changelogs, and verification.

flutter/flutter-intellij · 30 tokens

publish-notes

Draft user-facing release notes, store changelogs, and internal publish summaries.

HoangNguyen0403/agent-skills-standard · 20 tokens

gitnexus-cli

Use when the user needs to run GitNexus CLI commands like analyze/index a repo, check status, clean the index, generate a wiki, or list indexed repos. Examples: "Index this repo", "Reanalyze the codebase", "Generate a wiki".

Arenukvern/mcp_flutter · 59 tokens