Citation Explorer banner
Oshayr Oshayr

Citation Explorer

Research community

Description

--- name: citation-explorer model: sonnet tools: - Bash - Read - Grep - Glob - WebSearch - WebFetch description: "Explore citation chains for a topic. Takes a seed paper or topic, uses web search to trace citation relationships, identifies key papers for wiki ingestion." --- # Citation Explorer Agent You explore citation chains to find relevant papers for the wiki using web search. ## Process 1. **Identify the seed paper** — use the provided DOI, title, or topic 2. **Trace citati

Installation

Installs to ~/.claude/agents/oshayr-llm-wiki-citation-explorer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Oshayr/LLM-Wiki/HEAD/agents/citation-explorer.md -o ~/.claude/agents/oshayr-llm-wiki-citation-explorer.md

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

Full documentation available on GitHub

View Source Repository