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 instructions/docxology/literature/agents-mdgit clone --depth 1 https://github.com/docxology/literatureWrote 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.
[](https://agentmods.dev/instructions/docxology/literature/agents-md)<a href="https://agentmods.dev/instructions/docxology/literature/agents-md"><img src="https://agentmods.dev/badge/instructions/docxology/literature/agents-md.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.02892 | $0.02892 |
| Opus 5 | $0.01446 | $0.01446 |
| Sonnet 5 | $0.00578 | $0.00578 |
| Haiku 4.5 | $0.00289 | $0.00289 |
Grade A, and why
literature AGENTS.md 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.
How it starts
The opening of the file, as written. The whole thing — 404 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Literature Search and Management System - Documentation
Overview
This is a standalone repository for academic literature search, PDF management, reference tracking, and LLM-powered paper summarization. The system provides a workflow from paper discovery to analysis and citation management.
System Architecture
Standalone Design
This repository is independent and self-contained:
- No dependencies on external template or manuscript systems
- Duplicated shared infrastructure (
infrastructure/core/,infrastructure/llm/) for independence - Separate bibliography (
data/references.bib) from any manuscript system - Test suite for all functionality
Directory Structure
literature/
├── run_literature.sh # Main orchestrator (interactive menu)
├── scripts/ # Orchestrator scripts
│ ├── literature_search.py # Literature search orchestrator
│ └── bash_utils.sh # Shared bash utilities
├── infrastructure/ # Core modules
│ ├── __init__.py # Package exports
│ ├── core/ # Foundation utilities (duplicated)
│ │ ├── logging_utils.py # Logging system
│ │ ├── exceptions.py # Exception hierarchy
│ │ ├── config_loader.py # Configuration management
│ │ ├── progress.py # Progress tracking
│ │ └── ...
│ ├── llm/ # LLM integration (duplicated)
│ │ ├── core.py # LLM client
│ │ ├── templates.py # Prompt templates
│ │ └── ...
│ └── literature/ # Literature-specific modules
│ ├── core/ # Core search functionality
│ ├── sources/ # API adapters (arXiv, Semantic Scholar, etc.)
│ ├── pdf/ # PDF handling
│ ├── library/ # Library management
│ ├── workflow/ # Workflow orchestration
│ ├── summarization/ # AI summarization
│ ├── meta_analysis/ # Meta-analysis tools
│ └── ...
├── tests/ # Test suite
│ └── infrastructure/
│ ├── core/ # Core tests (filtered)
│ ├── llm/ # LLM tests (filtered)
│ └── literature/ # Literature-specific tests
├── data/ # Data directory
│ ├── library.json # Paper metadata index
│ ├── references.bib # BibTeX bibliography
│ ├── summarization_progress.json # Summarization progress tracking
│ ├── failed_downloads.json # Failed download tracking
│ ├── pdfs/ # Downloaded PDFs
│ ├── summaries/ # AI-generated summaries
│ ├── extracted_text/ # Extracted PDF text
│ ├── embeddings/ # Cached embedding files (JSON)
│ └── output/ # Meta-analysis outputs
└── docs/ # Documentation
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.
- 5d ago First seen · 404 lines · 2,892 tokens per session scan A 8741fb359684
literature AGENTS.md is an instructions file published in the GitHub repository docxology/literature (2 stars, last pushed 6d ago), licensed Apache-2.0. It adds 2,892 tokens to every session, about $0.0145 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-31.
Other instructions, from other repositories
AI-Powered-Literature-Review-Skills AGENTS.md
Instructions for stephenlzc/AI-Powered-Literature-Review-Skills, covering agents.md - literature reviewer skill, 项目概述, 核心特性, 技术栈 and 项目结构.
phd-deepread-workflow CLAUDE.md
Instructions for heleninsights-dot/phd-deepread-workflow, covering claude.md, commands, install, test and code quality.
openalex-research-mcp CLAUDE.md
Instructions for oksure/openalex-research-mcp, covering developer guide for claude code, project overview, architecture, module structure and key design patterns.
phd-deepread-workflow AGENTS.md
Instructions for heleninsights-dot/phd-deepread-workflow, covering agents.md — install instructions for ai agents, detect which agent you are (paths differ), prerequisites — confirm before installing, goal and install in 30 seconds.
al-folio javascript-scripts.instructions.md
Instructions for alshedivat/al-folio, covering javascript instructions (v1.x), ownership, guidance and validation.
polish-academic-mcp context7.instructions.md
Use Context7 for authoritative external docs and API references when local context is insufficient.