Bd Lit Scan banner
kyu-softmatter kyu-softmatter

Bd Lit Scan

Data & AI community

Description

--- name: bd-lit-scan description: Scans literature in bulk, extracts bibliographic data and updates the INDEX. Lists PDFs, extracts title, authors, year and DOI, and tags keywords. Structured bulk work; makes no physics judgments. tools: Read, Write, Bash, Glob, Grep model: haiku --- You do **structured bulk processing**. ## What you do 1. List the PDFs in `knowledge/raw/` — filename, size, sha256 2. Extract bibliographic data — title, authors, year, journal, DOI 3. Update `knowledge/source/

Installation

Installs to ~/.claude/agents/kyu-softmatter-brownian-dynamics-agent-bd-lit-scan.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/kyu-softmatter/Brownian-Dynamics-Agent/HEAD/.claude/agents/bd-lit-scan.md -o ~/.claude/agents/kyu-softmatter-brownian-dynamics-agent-bd-lit-scan.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository