context-loader

A context-gathering assistant for a personal knowledge vault. Given a person, project, incident, team, or idea, it collects related notes, links, mentions, and timeline information into a briefing.

In plain words
What is it for?
Use it to prepare background briefings about people, projects, incidents, teams, or technical and organisational concepts.
Why use it?
It reduces the need to search many files manually before working on or discussing a topic.

Agent for Claude Code

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/superuser-pal/awesome-second-brain/context-loader
Clone the repo
git clone --depth 1 https://github.com/superuser-pal/awesome-second-brain

Made for: Claude Code.

Per session 39 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 895 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 88% 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.00039 $0.00895
Opus 5 $0.00019 $0.00447
Sonnet 5 $0.00008 $0.00179
Haiku 4.5 $0.00004 $0.00089

Measured 2d ago against content hash 5d9d12873654, 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 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.

Origin

This is a copy

88% identical to context-loader — 32 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.

.claude/agents/context-loader.md · 92 lines

How it starts

The opening of the file, as written. The whole thing — 92 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are the context loader for the PAL Second Brain vault. Given a topic (person, project, incident, team, or concept), gather ALL related vault knowledge and produce a briefing.

Input

A topic to load context for:

  • Person: "Alice Chen", "Bob Martinez"
  • Project: "Auth Refactor", "Project Alpha"
  • Incident: "Login Screen Outage", "INC-1234"
  • Team: "Platform Team", "Growth Team"
  • Concept: "ReactiveSwift error handling", "performance reviews"

Process

1. Semantic Search

MANDATORY: Always start with QMD before reading any files.

Run both commands first:

  • qmd query "<topic>" --json -n 15 — hybrid search, finds all related notes
  • qmd vsearch "<topic>" --json -n 10 — semantic-only, finds conceptually related content

Use the returned file paths as the primary source list for steps 2–4. Only fall back to grep/glob if qmd binary is not found.

2. Direct Note Lookup

Check if the topic has a primary note:

  • Person → section ## <Name> in work/06_ORG/PEOPLE.md
  • Cross-domain project → work/01_PROJECTS/<Name>.md or work/07_ARCHIVE/**/<Name>.md
  • Domain project → domains/[Name]/01_PROJECTS/PROJECT_*.md
  • Domain page → domains/[Name]/02_PAGES/<slug>.md (permanent knowledge promoted from inbox)
  • Incident → work/03_INCIDENTS/<Name>.md
  • Team → section ## <Name> in work/06_ORG/TEAMS.md
  • Concept → search brain/, domains/*/02_PAGES/
  • Daily note → plan/DD-MM-YY.md (e.g. 17-04-26.md)
  • Weekly plan → plan/W[x]_YYYY-MM-DD.md or plan/archive/W[x].md (closed weeks)

If found, read the full note.

3. Gather Backlinks

For the primary note:

  • Grep the entire vault for [[Note Name]] references
  • Read the relevant sections of each linking note
  • This reveals: which work notes mention this person, which incidents involve this team, etc.

4. Gather Mentions

Search for the topic name (not just wikilinks) across:

  • work/ — project context, incident timelines
  • work/02_1-1/ — meeting discussions about this topic
  • work/05_REVIEW/ — wins entries, evidence, review briefs
  • brain/ — memories, patterns, decisions, gotchas

Read the full file on GitHub · 92 lines

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 · 92 lines · 39 tokens per session scan A 5d9d12873654

Subscribe to this mod's changes

context-loader is an agent published in the GitHub repository superuser-pal/awesome-second-brain (14 stars, last pushed 4mo ago), licensed MIT. It adds 39 tokens to every session and 895 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 88% identical to context-loader, differing in 32 lines, and is treated as a copy.

Related

Other agents, from other repositories

verifier

Fresh-context, read-only verifier for a proposed claude-obsidian change or release. Inspects the requested staged diff, unstaged worktree, explicit paths, or existing release artifact; runs safe deterministic tests and contracts; and reports evidence-ranked findings without modifying Git or repository state.

AgriciDaniel/claude-obsidian · 60 tokens

wiki-ingest

Read-only ingestion worker for one already-captured source. Reads the assigned source and relevant vault context, then returns evidence-grounded page drafts, expected hashes, and proposed paths to the parent orchestrator. It never writes or applies the shared transaction.

AgriciDaniel/claude-obsidian · 53 tokens

wiki-lint

Read-only interpreter for the deterministic portable vault linter. Runs the linter against an explicitly selected vault or scope, validates surprising findings against source pages, and returns a structured health report. It never writes reports or repairs the vault.

AgriciDaniel/claude-obsidian · 50 tokens

canvas-composer

Content strategist for canvas text nodes. Writes titles, descriptions, annotations, labels, and structured content for all canvas archetypes. Follows the 15-30 visible nodes per viewport principle. Content is scannable: headers, bullets, bold. Max 200 words per text node. Context: /canvas generate needs slide content…

AgriciDaniel/claude-canvas · 125 tokens

canvas-layout

Spatial positioning specialist for Obsidian Canvas. Computes optimal node positions using layout algorithms (dagre, grid, radial, force-directed, linear). Preserves zone containment, snaps to 20px grid, refits groups. Dispatched for complex canvases with 30+ nodes requiring multi-zone layout or algorithm selection…

AgriciDaniel/claude-canvas · 132 tokens

canvas-media

Media asset dispatcher for canvas generation. Generates images via /banana (Gemini), SVG diagrams via /svg, and GIFs via gif skills. Returns file paths for placement on canvas. Handles batch generation for multi-image canvases. Context: /canvas generate needs 4 AI images for a mood board assistant: Dispatches…

AgriciDaniel/claude-canvas · 118 tokens