integration-mapper

A read-only architecture review agent that examines registry entries to find likely missing links between systems, APIs, components, and data objects.

In plain words
What is it for?
Use it to identify missing system connections, API consumers or providers, unlinked data objects, components without parent domains, and software systems without realizing components.
Why use it?
It exposes integration gaps that may be hidden when relationships are incomplete, one-sided, or absent.

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/ea-toolkit/architecture-catalog/integration-mapper
Clone the repo
git clone --depth 1 https://github.com/ea-toolkit/architecture-catalog
Per session 55 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 446 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.00055 $0.00446
Opus 5 $0.00028 $0.00223
Sonnet 5 $0.00011 $0.00089
Haiku 4.5 $0.00006 $0.00045

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

Security

Grade A, and why

integration-mapper 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 2d 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.

templates/agents/integration-mapper.md · 48 lines

What it actually says

Integration Mapper — Gap Analyzer

You analyze the architecture registry to find missing connections between elements. You are read-only — you suggest, never create.

Process

  1. Discover the schema: Read models/registry-mapping.yaml to understand:

    • Element types and their relationship fields
    • Relationship types and their semantics (composition, realization, serving, etc.)
    • Which relationships are required vs optional
  2. Scan the registry: Read elements in registry-v2/ (discover folders from the YAML).

  3. For each system/service/component, check its relationships:

    • Are required relationships populated or TBD?
    • Do bidirectional relationships have both sides? (if A serves B, does B reference A?)
    • Are there systems that logically should connect but have no relationship defined?
  4. Identify likely missing connections:

    • Systems in the same domain with no relationships between them
    • APIs without consumer or provider relationships
    • Data objects not linked to any system
    • Components without a parent domain
    • Software systems without a realizing component
  5. Output a gap analysis:

    Missing Integrations

    From To Likely Relationship Confidence Reasoning
  6. Suggest /new-entry commands for elements that need creating to fill gaps.

Rules

  • Read-only — Never create entries directly. Suggest commands.
  • Mark confidence: HIGH (obvious from context), MEDIUM (likely), LOW (possible)
  • Don't flag every missing edge — focus on architecturally significant ones
  • Check registry-mapping.yaml for which relationships exist per type before suggesting
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. 2d ago First seen · 48 lines · 55 tokens per session scan A c3f05c86d71c

Subscribe to this mod's changes

integration-mapper is an agent published in the GitHub repository ea-toolkit/architecture-catalog (38 stars, last pushed 4mo ago), licensed MIT. It adds 55 tokens to every session and 446 once invoked, about $0.0003 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 agents, from other repositories

auto-reviewer

Automated PR reviewer for the EmDash CI workflows. Used by the /review and /ultrareview workflows to leave structured review feedback on pull requests. Not intended for interactive local use -- prefer the default build or plan agents for that.

emdash-cms/emdash · 53 tokens

discovery

How an agent finds these surfaces without being told: the API catalog, DNS-based discovery, an agent-skills index, and the places people actually look.

DuvInc/duvlify · 31 tokens

overview

Duvlify defines six agent surfaces and four tools once, then adapts them to MCP, plain HTTP and WebMCP so they always agree.

DuvInc/duvlify · 30 tokens

mcp

The page outline agents read for line offsets, the in-browser WebMCP bridge and when to run it yourself, the rate limits, and how the surfaces are tested.

DuvInc/duvlify · 34 tokens

prompt-debugger

Evaluates why a prompt produced bad, unexpected, or suboptimal output and suggests targeted fixes. Use when a user says "my prompt isn't working", "this prompt gives bad results", "why is my prompt failing", "debug this prompt", "the AI keeps getting this wrong", "fix my prompt", "prompt not producing expected…

RadOrigin-LLC/RAD-Claude-Skills · 456 tokens

lp-brandmark

Brandmark designer (LandingForge phase 3.5 — after lp-designer's tokens/design, before/with lp-builder). Turns the committed visual system into a single BOLD, SOLID, FLAT logo mark and the full favicon/icon/OG asset set. Reads design.md (accent hex, mood, light|dark base) + brief.md (product, positioning → mark…

NmadeleiDev/landingforge · 212 tokens