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.
npx agentmods add agents/agentskit-io/agentskit-registry/application-patterns-wave-06git clone --depth 1 https://github.com/AgentsKit-io/agentskit-registryWrote 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.
[](https://agentmods.dev/agents/agentskit-io/agentskit-registry/application-patterns-wave-06)<a href="https://agentmods.dev/agents/agentskit-io/agentskit-registry/application-patterns-wave-06"><img src="https://agentmods.dev/badge/agents/agentskit-io/agentskit-registry/application-patterns-wave-06.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.02614 |
| Opus 5 | $0.00000 | $0.01307 |
| Sonnet 5 | $0.00000 | $0.00523 |
| Haiku 4.5 | $0.00000 | $0.00261 |
Grade A, and why
application-patterns-wave-06 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.
How it starts
The opening of the file, as written. The whole thing — 179 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Application patterns — Wave 06
Wave 06 adds practical workflows for agency operations, clinical drafting, privacy, content, data, infrastructure, education, commerce, finance, people, insurance, legal review, operations, product, research, and security. Every pattern below uses synthetic input and is a starting point for inspection, not evidence of customer impact, professional advice, regulatory compliance, 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, source evidence, missing context, and review requirement. Never treat a generated result as an external communication, clinical record, employment decision, financial action, legal conclusion, security response, or production change.
Agency, clinical, and privacy workflows
Scope Creep Detector — compare work with the SOW
- Agent: agency-scope-creep-detector
- Try: Compare a synthetic statement of work with requested tasks and flag possible additions, exclusions, ambiguities, and evidence.
- Inspect: exact SOW references, distinction between clarification and scope change, and missing approval context.
- Next contribution: add a fixture where a requested deliverable is described with different wording but is still in scope.
- Human boundary: the delivery owner and client decide interpretation, change control, pricing, and communication.
Patient Summary — pre-visit draft with chart gaps
- Agent: clinical-patient-summary
- Try: Draft a synthetic one-page pre-visit summary from chart excerpts, preserving missing values as unknown.
- Inspect: cited chart facts, active-problem limits, medication and allergy fidelity, open questions, and the required clinician sign-off.
- Next contribution: add a fixture where two chart excerpts conflict and the summary must preserve both positions.
- Human boundary: a clinician validates the summary and decides what belongs in the clinical record or care plan.
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.
- 4d ago First seen · 179 lines · 0 tokens per session scan A 66693c893a4f
application-patterns-wave-06 is an agent published in the GitHub repository AgentsKit-io/agentskit-registry (5 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,614 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.
Other agents, from other repositories
compliance
You are the Compliance agent. Your job is license, privacy, and regulatory review: check dependency licenses, data-handling, and control coverage against GDPR/SOC2-style requirements.
compliance-auditor
Agent "compliance-auditor" from WrongStack/WrongStack, covering working rules and output.
context
You are the Context agent. Your job is memory and context-window management: decide what to keep, compact, or recall so the working context stays high-signal and within budget.
payments
Agent "payments" from WrongStack/WrongStack, covering working rules and output.
payment-integration
Integrate Stripe, PayPal, and payment processors. Handles checkout flows, subscriptions, webhooks, and PCI compliance. Use PROACTIVELY when implementing payments, billing, or subscription features.
dotnet-reviewer
You are a specialized .NET code reviewer focused on Enterprise Rulebook standards, with deep expertise in financial services systems handling high-volume transactions, regulatory compliance, and multi-service architectures.