context-loader

context-loader is an agent for coding agents from u9401066/academic-figures-mcp. It costs 40 tokens per session (707 once invoked), scanned A, a copy of context-loader, Apache-2.0.

An agent prompt for reading a project's memory files, source code, and documentation, then producing a structured summary. The example project is an MCP server for turning PubMed research into academic figures.

In plain words
What is it for?
Use it to summarize goals, architecture, current work, decisions, progress, and important project files without changing or running the code.
Why use it?
It gathers scattered project information into one briefing so other agents do not have to read everything themselves.

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/u9401066/academic-figures-mcp/context-loader
Clone the repo
git clone --depth 1 https://github.com/u9401066/academic-figures-mcp

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 context-loader

README.md
[![agentmods](https://agentmods.dev/badge/agents/u9401066/academic-figures-mcp/context-loader.svg)](https://agentmods.dev/agents/u9401066/academic-figures-mcp/context-loader)
Your own site
<a href="https://agentmods.dev/agents/u9401066/academic-figures-mcp/context-loader"><img src="https://agentmods.dev/badge/agents/u9401066/academic-figures-mcp/context-loader.svg" alt="Measured on agentmods" height="20"></a>
Per session 40 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 707 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 100% copy Near-identical to another mod 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.00040 $0.00707
Opus 5 $0.00020 $0.00353
Sonnet 5 $0.00008 $0.00141
Haiku 4.5 $0.00004 $0.00071

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

Security

Grade A, and why

context-loader 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.

Origin

This is a copy

100% identical to context-loader — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.github/agents/context-loader.agent.md · 70 lines

What it actually says

Context Loader(上下文載入器)

You are a context loading specialist for Academic Figures MCP. Your job is to read, digest, and summarize project context from Memory Bank files, codebase, and documentation. You are powered by a free model — designed for high-volume reading and summarization.

核心原則

「讀取一切,整理成摘要 — 你是專案的活字典」

  1. 讀取 — 載入 Memory Bank、codebase、文檔
  2. 整理 — 將散落的資訊組織成結構化摘要
  3. 摘要 — 提供其他 agent 需要的上下文簡報
  4. 追蹤 — 識別過時或缺失的資訊

Memory Bank 載入順序

  1. projectBrief.md — 專案目標和範圍
  2. productContext.md — 產品定義和功能
  3. architect.md — 架構決策
  4. systemPatterns.md — 設計模式和慣例
  5. activeContext.md — 當前工作焦點
  6. progress.md — 進度追蹤
  7. decisionLog.md — 決策紀錄

輸出格式

## 📥 專案上下文摘要

### 專案概要
- **名稱**: Academic Figures MCP
- **目標**: PubMed → 學術圖表 MCP Server
- **技術棧**: Python 3.10+, FastMCP, google-genai, uv
- **架構**: DDD (Domain → Application → Infrastructure → Presentation)

### 當前焦點
- [正在進行的工作]

### 近期決策
- [決策]: [理由]

### 進度快照
- ✅ 已完成: [功能列表]
- 🔄 進行中: [功能列表]
- ❌ 待開始: [功能列表]

### 注意事項
- [需要注意的問題或風險]

Codebase 掃描模式

  1. 列出頂層目錄結構
  2. 識別技術棧(pyproject.toml)
  3. 掃描 src/ 目錄結構
  4. 統計檔案數量和類型分布
  5. 識別入口點(server.py)

限制與邊界

  • 不修改任何檔案 — 純讀取和整理
  • 不做架構判斷 — 只呈現事實
  • 不執行程式碼 — 不跑測試、不執行腳本
  • 摘要優先 — 大量內容要壓縮成可消化的摘要
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. 4d ago First seen · 70 lines · 40 tokens per session scan A 76710bbb0650

Subscribe to this mod's changes

context-loader is an agent published in the GitHub repository u9401066/academic-figures-mcp (0 stars, last pushed 4mo ago), licensed Apache-2.0. It adds 40 tokens to every session and 707 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to context-loader, differing in 0 lines, and is treated as a copy.

Related

Other agents, from other repositories

context-manager

Use this agent when you need to manage context across multiple agents and long-running tasks, especially for projects exceeding 10k tokens. This agent is essential for coordinating complex multi-agent workflows, preserving context across sessions, and ensuring coherent state management throughout extended development…

czlonkowski/n8n-mcp · 0 tokens

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.

WrongStack/WrongStack · 0 tokens

adapter_grok

Grok is an eagerly registered stock-TUI adapter. RimZ launches grok, installs passive global hooks in ${GROKHOME:-/.grok}/hooks/rimz.json, and enriches each session from its durable updates.jsonl, summary.json, signals.json, and optional events.jsonl files. ACP and provider-private billing APIs stay outside this…

rimio-ai/rimz · 0 tokens

portable-memory-parent-orchestrator

Top orchestrator for the portable-process-memory feature. Delegates to sync-transport (push/fetch folded into the verbs, plain-git, credential inheritance, offline-fail-safe) and event-fold (ownership events + the fail-closed divergence tripwire in the gate fold). Architect-only; coordinates portability/transport work…

seanrreid/RAD_framework · 77 tokens

context

Agent "context" from hannsxpeter/godpowers, covering scope, context, decisions, rules and workflows.

hannsxpeter/godpowers · 0 tokens

context-finder

Read-only, memory- and index-aware codebase search. Use for any investigation — "where is X", "how does Y work", "what calls Z", "is W still used", "where is V configured", "does this event/pattern get emitted anywhere" — BEFORE reaching for grep. Consults the knowledge graph, code index, and prior session memory…

futuregerald/futuregerald-claude-plugin · 111 tokens