# Research Literature Trace

> Research Literature Trace

- Skill: `ligphidonk/research-literature-trace` (Agent Skill)
- Install (CLI): `npx skillmds@latest add ligphidonk/research-literature-trace`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ligphidonk/research-literature-trace/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Research & Search
- Author: LigphiDonk (https://skillmd.com/u/ligphidonk)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/ligphidonk/research-literature-trace

---


# Research Literature Trace

Use this skill for literature collection, screening, and source tracing.

## Goals

- collect traceable papers and canonical links
- identify representative baselines and gaps
- write reusable notes into the survey-stage workspace

## Working Rules

1. Prefer official publisher pages, DOI resolvers, conference proceedings, or trusted indexes.
2. Keep claims tied to an explicit source path or URL.
3. Record short screening notes rather than long prose.
4. Mark uncertainty explicitly when a source cannot be verified.
5. Each paper entry in `paper_bank.json` **MUST** include a `url` field pointing to the real paper page (prefer DOI link `https://doi.org/...`; fallback to Semantic Scholar, arXiv, or publisher page). Never leave `url` empty.
6. The `authors` field in `paper_bank.json` **MUST** be an array of strings (e.g. `["Alice", "Bob"]`), never a single string like `"TBD"`.
7. For every markdown artifact (e.g. `domain_map.md`), generate **both** a Chinese version (`domain_map.zh.md`) and an English version (`domain_map.en.md`) alongside the main file.

## Expected Outputs

- literature shortlist with URLs
- screening notes
- gap summary for ideation

