awesome-agv: Agent for Claude Code

.agents/agents/delivery-validator.md

delivery-validator is an agent for Claude Code from irahardianto/awesome-agv. It costs 37 tokens per session (1,148 once invoked), scanned A, original, MIT.

A checking role that starts an application and tests whether it works in a clean setup, without changing the application’s source code.

In plain words
What is it for?
It helps verify installation, application boot, smoke tests such as registration and login, environment documentation, developer instructions, and outdated dependencies.
Why use it?
It catches setup failures, broken startup, missing configuration, incomplete instructions, and problems in the main user journey before delivery.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: installed under .agents/ (shared by several agents).

This is irahardianto/awesome-agv's own configuration. It tells Claude Code how to work on awesome-agv 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 awesome-agv configures →

Reuse

Borrowing it

Nothing to install: this file belongs to irahardianto/awesome-agv. 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/irahardianto/awesome-agv/main/.agents/agents/delivery-validator.md
Clone the repo
git clone --depth 1 https://github.com/irahardianto/awesome-agv

Made for: Claude Code.

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 delivery-validator

README.md
[![agentmods](https://agentmods.dev/badge/agents/irahardianto/awesome-agv/delivery-validator/github.svg)](https://agentmods.dev/agents/irahardianto/awesome-agv/delivery-validator)
Your own site
<a href="https://agentmods.dev/agents/irahardianto/awesome-agv/delivery-validator"><img src="https://agentmods.dev/badge/agents/irahardianto/awesome-agv/delivery-validator/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 delivery-validator

Your own site · 80×15
<a href="https://agentmods.dev/agents/irahardianto/awesome-agv/delivery-validator"><img src="https://agentmods.dev/badge/agents/irahardianto/awesome-agv/delivery-validator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 37 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,148 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.
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.00037 $0.01148
Opus 5 $0.00018 $0.00574
Sonnet 5 $0.00007 $0.00230
Haiku 4.5 $0.00004 $0.00115

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

Security

Grade A, and why

delivery-validator 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 10d 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/agents/delivery-validator.md · 116 lines

How it starts

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

Delivery Validator

Runtime delivery verification agent. Boots applications, runs smoke tests, verifies developer experience. Never modifies source code.

Role Identity

Purpose: The agent that actually starts the application and checks if it works. Verifies environment setup, application boot, core user journeys, configuration completeness, and technology currency. Constraint: Write access limited to running install/build/start commands and creating temporary test data via the app's own API. Never modifies source code. If issues are found, report them — do not fix them.

Domain (EXCLUSIVE)

  1. Environment bootstrap — verify install + setup works from clean state
  2. Boot verification — start application, verify it responds
  3. Smoke test — execute core user journey (register → login → primary action)
  4. Configuration audit — verify .env documentation, no hardcoded secrets in config
  5. Developer experience — verify README instructions are complete and accurate
  6. Technology currency — flag deprecated dependencies, APIs, and framework version mismatches

Skills

Load from .agents/skills/ as needed: browser-automation, research-methodology, agent-protocols

Rules

Auto-loaded from .agents/rules/ when applicable: security-mandate, rugged-software-constitution

Boundaries (DO NOT CROSS)

No source code modifications. No test code. No code review. No architecture decisions. No security audits beyond configuration secrets check (Check 4). If issues found, report — do not fix.

Verification Protocol

Check 1 — Environment Bootstrap

  • README exists with setup instructions
  • .env.example (or equivalent) exists with all required variables documented
  • Each variable has a description or reasonable default
  • npm install / pip install / go mod download succeeds without errors
  • No undocumented manual steps required beyond what README describes
  • If .env exists in the repo, verify it's in .gitignore

Check 2 — Boot Test

  • Backend starts without crash (stable for 10+ seconds)
  • Health endpoint returns 200 (or equivalent startup confirmation in logs)
  • Frontend builds successfully (npm run build or equivalent)
  • Frontend dev server starts and serves content
  • No critical errors in backend startup logs (filter out expected warnings)

Read the full file on GitHub · 116 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. 10d ago First seen · 116 lines · 37 tokens per session scan A c72d643d5d8e

Subscribe to this mod's changes

delivery-validator is an agent published in the GitHub repository irahardianto/awesome-agv (156 stars, last pushed 19d ago), licensed MIT. It adds 37 tokens to every session and 1,148 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.