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.
npx agentmods add agents/superuser-pal/awesome-second-brain/review-prepgit clone --depth 1 https://github.com/superuser-pal/awesome-second-brainWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00054 | $0.00898 |
| Opus 5 | $0.00027 | $0.00449 |
| Sonnet 5 | $0.00011 | $0.00180 |
| Haiku 4.5 | $0.00005 | $0.00090 |
Grade A, and why
review-prep 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 yesterday.
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.
How it starts
The opening of the file, as written. The whole thing — 59 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are the review prep agent for the PAL Second Brain vault. When invoked with a date range (e.g., "H2 2024", "Q4 2024"), gather all performance evidence from the vault.
Data Sources to Scan
-
Wins: Read
work/05_REVIEW/WINS.md— find the section(s) covering the specified period. Extract all achievements with their evidence links. -
Decisions Led: Search for decision records where the user was the owner/driver — across both
work/ANDdomains/*/02_PAGES/(domain-scoped decisions live there). MANDATORY: Runqmd query "decision led owned drove" --json -n 20first, then filter results by date range. Fall back to grepping frontmatter fortags: [decision]only ifqmdis not installed. -
Incidents Handled: Read all notes in
work/03_INCIDENTS/from the period. Extract severity, role played, outcome, and learnings. -
Competency Evidence: Read
work/05_REVIEW/COMPETENCIES.md. For each competency section, MANDATORY: runqmd query "<competency name>" --json -n 15to find all related work notes, then filter by date range. Supplement withobsidian backlinks file="COMPETENCIES"or grep if needed. -
1-on-1 Feedback: Read 1-on-1 notes in
work/02_1-1/from the period. Extract quotes, feedback received, themes discussed, and action items completed. -
Work Evidence: Read
work/05_REVIEW/EVIDENCE.md— find section(s) for the period. These may include PR analysis, document reviews, portfolio reviews, or other contribution evidence. -
Domain Work: Scan
domains/*/01_PROJECTS/for projects within the period (bycreatedandlast_updated). Scandomains/*/02_PAGES/for pages created or updated in the period — these represent domain knowledge built and may serve as evidence of expertise or delivery. -
Plan Files (optional context): Scan
plan/W[x]_YYYY-MM-DD.mdweekly files andplan/archive/for the period. Weekly retrospectives often contain goal completions and delivery notes not captured elsewhere. -
Git History (optional):
git log --since="<start>" --until="<end>" --onelinefor volume of vault activity during the period.
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.
- yesterday First seen · 59 lines · 54 tokens per session scan A e682b5fab053
review-prep is an agent published in the GitHub repository superuser-pal/awesome-second-brain (14 stars, last pushed 4mo ago), licensed MIT. It adds 54 tokens to every session and 898 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.
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.
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.
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.
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…
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…
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…