Agent Plugins Marketplace
← All plugins

trace-paper-studio

v0.22.0

Name a paper or hand over a PDF: Trace finds it on arXiv or by DOI (bioRxiv, medRxiv, PubMed Central, ACL Anthology), grounds every claim in a page and quote, checks each quote against the text of its page, and builds a local interactive site that teaches it: primers, step-by-step derivations, playgrounds that ask for your prediction first, common misreadings and an evidence-linked quiz. Check your own explanation of a section against the evidence, see which concepts you already studied in your other papers and which cited works teach the rest, rewrite one section with the evidence locked, publish a shareable link, and export a report, slides, a Jupyter notebook, a citation or Anki flashcards.

CodexClaude Code1 Skill

By Ahmet Ruchan28 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 27, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →

Install trace-paper-studio for Codex and Claude Code

Installs for the current user
codex plugin marketplace add Ahmet-Ruchan/trace-research-paper-studio
codex plugin marketplace upgrade trace-research-tools
codex plugin add trace-paper-studio@trace-research-tools

Paste and run these commands in a terminal with Codex. They add and refresh the trace-research-tools catalog, then install this plugin.

Compatibility: the page URL and API slug “trace-paper-studio” remain stable.

  • Codex: trace-paper-studio@agent-plugin-marketplace → trace-paper-studio@trace-research-tools

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/Ahmet-Ruchan/trace-research-paper-studio

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/trace-paper-studio/.

Plugin files

plugins/trace-paper-studio/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/trace-paper-studio/SKILL.md

Included Skills1

trace-paper-studioskills/trace-paper-studio/SKILL.md

Turns a research paper (a PDF, a title, a DOI or a repository link) into an evidence-grounded Trace project (.trace.json) and a local interactive site, using the active Codex, Claude Code or Antigravity CLI model instead of an external LLM API. Use it to analyze a paper, explain its equations and methods with cited claims, and validate, import or deliver a .trace.json project. Also use it to rewrite one section, primer concept, quiz question, derivation or equation with the evidence locked; to generate with or save a narrative template; to publish a shareable link; to check quotes against the PDF text; to export a report, slides, a Jupyter notebook, BibTeX/RIS or Anki flashcards; to show the citation graph; to report how each model's quotes held up; to check a reader's own explanation of a section; and to tell a reader which concepts they already studied in other papers and which cited works teach the rest.

Plugin manifests2

plugins/trace-paper-studio/.codex-plugin/plugin.json
{
  "name": "trace-paper-studio",
  "version": "0.22.0",
  "description": "Name a paper or hand over a PDF: Trace finds it on arXiv or by DOI (bioRxiv, medRxiv, PubMed Central, ACL Anthology), grounds every claim in a page and quote, checks each quote against the text of its page, and builds a local interactive site that teaches it: primers, step-by-step derivations, playgrounds that ask for your prediction first, common misreadings and an evidence-linked quiz. Check your own explanation of a section against the evidence, see which concepts you already studied in your other papers and which cited works teach the rest, rewrite one section with the evidence locked, publish a shareable link, and export a report, slides, a Jupyter notebook, a citation or Anki flashcards.",
  "author": {
    "name": "Ahmet Ruchan",
    "url": "https://github.com/Ahmet-Ruchan"
  },
  "homepage": "https://github.com/Ahmet-Ruchan/trace-research-paper-studio",
  "repository": "https://github.com/Ahmet-Ruchan/trace-research-paper-studio",
  "keywords": [
    "research",
    "papers",
    "evidence",
    "visualization",
    "agent-skills"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Trace Paper Studio",
    "shortDescription": "Papers you can read, verify and play with.",
    "longDescription": "Name a paper or hand over a PDF. Trace resolves it on arXiv or from a DOI or open-access repository link, reads it page by page, grounds every claim in an exact quote, and checks that each quote is really on the page it cites. The result is a portable .trace.json and a local interactive site that teaches the paper: prerequisite primers, step-by-step derivations, live playgrounds that run the paper's own equations and ask for your prediction first, a mechanism simulation, common misreadings, an evidence-linked quiz and an application guide. Afterwards you can check your own explanation of a section against the evidence, see which of its concepts you already studied in other papers of your library and which cited works teach the rest, rewrite one section, primer concept, quiz question, derivation or equation with the evidence locked, strengthen sections that rest on too little evidence, keep a story's structure as a reusable template, publish a shareable link, and export a report, slides, a notebook, a citation or Anki flashcards. Uses the active Codex model — no separate LLM API key.",
    "developerName": "Ahmet Ruchan",
    "category": "Productivity",
    "capabilities": [
      "Read",
      "Write",
      "Interactive"
    ],
    "websiteURL": "https://github.com/Ahmet-Ruchan/trace-research-paper-studio",
    "defaultPrompt": [
      "Explain Attention Is All You Need using the Trace plugin.",
      "Take this PDF and open its finished interactive Trace website.",
      "Which concepts in my Trace papers have I already studied, and what should I read next?"
    ],
    "brandColor": "#EE5B3E"
  }
}
plugins/trace-paper-studio/.claude-plugin/plugin.json
{
  "name": "trace-paper-studio",
  "description": "Name a paper or hand over a PDF: Trace finds it on arXiv or by DOI (bioRxiv, medRxiv, PubMed Central, ACL Anthology), grounds every claim in a page and quote, checks each quote against the text of its page, and builds a local interactive site that teaches it: primers, step-by-step derivations, playgrounds that ask for your prediction first, common misreadings and an evidence-linked quiz. Check your own explanation of a section against the evidence, see which concepts you already studied in your other papers and which cited works teach the rest, rewrite one section with the evidence locked, publish a shareable link, and export a report, slides, a Jupyter notebook, a citation or Anki flashcards.",
  "version": "0.22.0",
  "author": {
    "name": "Ahmet Ruchan"
  },
  "homepage": "https://github.com/Ahmet-Ruchan/trace-research-paper-studio",
  "repository": "https://github.com/Ahmet-Ruchan/trace-research-paper-studio"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[trace-paper-studio on Agent Plugins Marketplace](https://pluginsmp.com/plugins/trace-paper-studio)