What problem does it solve? Managing research references manually—downloading papers, writing structured analyses, cloning and dissecting code repos, and keeping a cross-paper index consistent—is slow and error-prone. This Skill turns every reference operation into a repeatable workflow with a single entry point. ## Core Features & Use Cases - Add a reference: Given a PDF path, arXiv ID/URL, any URL, or just a title, it downloads the paper, classifies it as method or empirical, writes a structured paper_analysis.md, clones and analyzes the code repo, and updates refs/index.md. - Literature review: Synthesizes findings across multiple papers into refs/lit-review/ documents covering agreements, conflicts, and implications for the project. - Compare and quick-find: Compares how cloned repos implement a component, or pinpoints where a specific mechanism lives in a repo with file:line references. - Use Case: A researcher says "add the Adaptive Planner paper"—the Skill fetches the PDF, produces a rigorous analysis following a PhD-level prompt, clones the GitHub repo, maps its 10 key components (reward function, RL loop, token masking, etc.), and indexes everything. ## Quick Start Ask the assistant to add a reference by saying "add ref" followed by a paper title, arXiv ID, URL, or local PDF path.