domain

domain is an agent for coding agents from pumblus/okf-harness. It costs 0 tokens per session (121 once invoked), scanned A, original, Apache-2.0.

A project-documentation layout with one CONTEXT.md file for shared terms and one docs/adr/ folder for architecture decisions. An ADR is a written record of an important technical choice.

In plain words
What is it for?
It helps agents explore a repository, use consistent names, find relevant design decisions, and report conflicts.
Why use it?
It gives an agent a clear place to learn the project's vocabulary and check decisions before making changes.

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/pumblus/okf-harness/domain
Clone the repo
git clone --depth 1 https://github.com/pumblus/okf-harness

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 domain

README.md
[![agentmods](https://agentmods.dev/badge/agents/pumblus/okf-harness/domain.svg)](https://agentmods.dev/agents/pumblus/okf-harness/domain)
Your own site
<a href="https://agentmods.dev/agents/pumblus/okf-harness/domain"><img src="https://agentmods.dev/badge/agents/pumblus/okf-harness/domain.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 121 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.1 $0.00000 $0.00121
Opus 5 $0.00000 $0.00060
Sonnet 5 $0.00000 $0.00024
Haiku 4.5 $0.00000 $0.00012

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

Security

Grade A, and why

domain 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 5d 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/domain.md · 19 lines

What it actually says

Domain Docs

Single-context layout: one CONTEXT.md and one docs/adr/ at the repo root.

Before exploring

  • Read CONTEXT.md.
  • Read the docs/adr/ entries that touch the area you will work in.

If absent, proceed silently; /domain-modeling creates them lazily when terms or decisions get resolved.

Vocabulary

Name concepts with the terms defined in CONTEXT.md. If a needed term is missing, note it for /domain-modeling.

ADR conflicts

Surface contradictions with an existing ADR explicitly.

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. 5d ago First seen · 19 lines · 0 tokens per session scan A d31685dba600

Subscribe to this mod's changes

domain is an agent published in the GitHub repository pumblus/okf-harness (34 stars, last pushed 22d ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 121 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-30.

Related

Other agents, from other repositories

eval-skew-reviewer

Reviews diffs that add or change a write-time enrichment feature / retrieval channel for training-serving skew — verifies the feature is wired into the ONE canonical ingest path AND the eval seed AND the seed liveness contract, so it can't ship "merged-but-inert". Use after changes touching ingest enrichment, a new…

7xuanlu/wenlan · 90 tokens

rust-async-safety-reviewer

Reviews Rust async code for tokio + libsql + axum concurrency hazards. Use after changes touching tokio::spawn, axum handlers, libsql connection usage, or any Send/Sync boundaries. Read-only — produces findings, does not edit.

7xuanlu/wenlan · 59 tokens

doc-drift-auditor

Read-only audit for fuzzy drift the CI teeth (driftguard.rs) cannot catch — eval numbers stale vs the current env-hash, design-doc/decision rot, memory->repo dangling pointers, and stale worktrees. Run locally on a schedule. Produces a findings report only; never edits.

7xuanlu/wenlan · 68 tokens

architect

You are the Architect. Your job is to design the plan before anyone writes code or moves files.

mishalyalin/pupsik · 0 tokens

discoverer

You are the Discoverer. Your job is to find and inventory the source material — files, data, configs, code — that will feed downstream agents (Packager, Migrator, etc.).

mishalyalin/pupsik · 0 tokens

packager

You are the Packager. Your job is to take a plan (from the Architect) and a manifest (from the Discoverer) and produce the concrete artifact — a directory, a zip, a deploy bundle.

mishalyalin/pupsik · 0 tokens