application-patterns-wave-03

application-patterns-wave-03 is an agent for coding agents from AgentsKit-io/agentskit-registry. It costs 0 tokens per session (2,676 once invoked), scanned A, original, MIT.

A collection of example agent workflows for specialized tasks, using structured results, stated evidence gaps, and a required human review point. The examples use synthetic input, so they are demonstrations rather than proof of real-world performance.

In plain words
What is it for?
Use it to explore domain-specific workflow patterns, run the included demo commands and tests, and review typed results and uncertainty.
Why use it?
It shows how to inspect an agent's output and missing evidence without treating generated results as professional or high-stakes decisions.

Agent

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 agents/agentskit-io/agentskit-registry/application-patterns-wave-03
Clone the repo
git clone --depth 1 https://github.com/AgentsKit-io/agentskit-registry

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 application-patterns-wave-03

README.md
[![agentmods](https://agentmods.dev/badge/agents/agentskit-io/agentskit-registry/application-patterns-wave-03.svg)](https://agentmods.dev/agents/agentskit-io/agentskit-registry/application-patterns-wave-03)
Your own site
<a href="https://agentmods.dev/agents/agentskit-io/agentskit-registry/application-patterns-wave-03"><img src="https://agentmods.dev/badge/agents/agentskit-io/agentskit-registry/application-patterns-wave-03.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,676 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00000 $0.02676
Opus 5 $0.00000 $0.01338
Sonnet 5 $0.00000 $0.00535
Haiku 4.5 $0.00000 $0.00268

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

Security

Grade A, and why

application-patterns-wave-03 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 3d 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.

docs/agents/application-patterns-wave-03.md · 177 lines

How it starts

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

Application patterns — Wave 03

Wave 03 expands the Registry showcase into domain workflows that benefit from structured outputs, explicit evidence gaps, and a human decision boundary. Every pattern below uses synthetic input and is a starting point for inspection, not evidence of customer impact, professional advice, compliance, safety, or production readiness.

Shared run contract

npx agentskit add <agent-id>
npm test -- --run registry/<agent-id>/agent.test.ts

Use a configured adapter or the credential-free demo path where supported. Inspect the typed result, missing evidence, and review requirement. Never treat a generated result as a clinical, financial, legal, insurance, employment, education, sales, purchase, coverage, eligibility, or go/no-go decision.

Health, finance, and regulated review

Chart Redactor — deterministic PHI backstop

  • Agent: clinical-chart-redactor
  • Try: Redact a synthetic chart containing an email, phone number, MRN, DOB, and clinical findings. Keep findings intact and report the identifiers removed.
  • Inspect: deterministic second-pass redaction, preserved clinical content, structured output, and uncertainty about identifiers outside the configured rules.
  • Next contribution: add a synthetic identifier fixture that the model misses but the deterministic scanner must remove.
  • Human boundary: validate de-identification rules, privacy obligations, and clinical use before handling real records.

Intake Triage — red flags cannot be downgraded

  • Agent: clinical-intake-triage
  • Try: Classify synthetic patient messages as emergency, urgent, routine, administrative, or unclear, including one red-flag message and one incomplete message.
  • Inspect: deterministic red-flag escalation, no downgrade path, rationale, missing context, and human-triage routing.
  • Next contribution: add a fixture where vague wording must remain unclear instead of becoming routine.
  • Human boundary: this is a routing aid, not diagnosis, treatment, or emergency advice.

Read the full file on GitHub · 177 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. 3d ago First seen · 177 lines · 0 tokens per session scan A dfa795dfefdf

Subscribe to this mod's changes

application-patterns-wave-03 is an agent published in the GitHub repository AgentsKit-io/agentskit-registry (5 stars, last pushed 4d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,676 tokens. 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-31.