concept-map

concept-map is a command for coding agents from Abhinavbwj/AEC-Scholar. It costs 23 tokens per session (414 once invoked), scanned A, original, MIT.

A command that creates a Mermaid concept map—a diagram showing the main ideas in an architecture, engineering, or construction research area and how they relate. It uses specialist research guidance and can incorporate supplied literature.

In plain words
What is it for?
Use it to organise an AEC research area, review literature, identify methods and standards, or present relationships between concepts.
Why use it?
It turns a broad research topic into a visible structure, helping reveal themes, connections, intersections, and possible gaps.

Command

Part of the aec-scholar plugin — 11 skills, 36 commands, 10 agents, 1 hook shipped together

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 commands/abhinavbwj/aec-scholar/concept-map
Clone the repo
git clone --depth 1 https://github.com/Abhinavbwj/AEC-Scholar

Or install aec-scholar, the plugin that ships this one along with the rest of its 11 skills, 36 commands, 10 agents, 1 hook.

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 concept-map

README.md
[![agentmods](https://agentmods.dev/badge/commands/abhinavbwj/aec-scholar/concept-map.svg)](https://agentmods.dev/commands/abhinavbwj/aec-scholar/concept-map)
Your own site
<a href="https://agentmods.dev/commands/abhinavbwj/aec-scholar/concept-map"><img src="https://agentmods.dev/badge/commands/abhinavbwj/aec-scholar/concept-map.svg" alt="Measured on agentmods" height="20"></a>
Per session 23 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 414 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.00023 $0.00414
Opus 5 $0.00012 $0.00207
Sonnet 5 $0.00005 $0.00083
Haiku 4.5 $0.00002 $0.00041

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

Security

Grade A, and why

concept-map 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.

aec-scholar/commands/concept-map.md · 35 lines

What it actually says

Build a concept map for: $ARGUMENTS

Use the aec-domain-expert agent and the aec-domains skill. If the user provided literature, ground the map in it; otherwise build from the field's known structure and say the map is a scaffold to validate.

  1. Identify the building blocks. The core concepts/constructs, sub-themes, methods, technologies, standards and outcomes relevant to the area — using canonical AEC terminology.

  2. Define relationships. How the concepts relate (enables, measures, depends-on, is-a, applies-to, trades-off-against). Surface the intersection zones where novelty concentrates (e.g., BIM×LCA, vision×safety).

  3. Render as a Mermaid diagram so it displays inline. Use a graph with labeled edges, e.g.:

    graph TD
      A[Core problem] --> B[Approach 1]
      A --> C[Approach 2]
      B -->|enables| D[Outcome]
      C -.intersection.-> B
    

    Group related nodes with subgraphs where helpful. Keep it readable (don't overcrowd; split into multiple maps if needed: a thematic map, a methods map, a standards map).

  4. Narrate the map. A short walkthrough of the structure, the central tensions, the under-developed regions (candidate gaps), and how a study or review could be organized around it. Offer to convert it into a literature-review outline or a research-gap analysis.

Keep the structure faithful to how the field actually organizes itself; flag any node/relationship that is your inference rather than established, and recommend validating the map against a real search.

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 · 35 lines · 23 tokens per session scan A 42c8ac157dc2

Subscribe to this mod's changes

concept-map is a command published in the GitHub repository Abhinavbwj/AEC-Scholar (18 stars, last pushed 2mo ago), licensed MIT. It adds 23 tokens to every session and 414 once invoked, about $0.0001 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.