Interactive Paper Explainers — Productivity skill for Claude Code
A Claude Code skill that turns an academic paper PDF into a single self-contained interactive HTML explainer (Brain Dead Mode + Normal Mode, with approval gates).
How to install Interactive Paper Explainers
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open sukanthoriginal/interactive-paper-explainers and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Interactive Paper Explainers does
A Claude Code skill that turns an academic paper PDF into a single self-contained interactive HTML explainer (Brain Dead Mode + Normal Mode, with approval gates). Forked workflow from paraschopra/make-pages-interactive.
Alternatives in Productivity
- Om Correct — Sweep a corrected fact through the vault — finds every note restating it, applies the correction at the single 4.6k ★
- Swarm Worker — You are a swarm worker agent for the {{tentacleName}} tentacle 1.4k ★
- /build-hook - Build Custom Claude Code Hooks — Interactive guide for creating custom hooks with Q&A workflow and automatic validation 618 ★
README
interactive-paper-explainers
A Claude Code skill that turns an academic paper PDF into a single self-contained interactive HTML explainer.
Published explainers live at
Published explainers homepage:
Default tabs, in order:
- braindead — the entire paper in 5 minutes, no jargon, heavy analogies.
- braingood — the rigorous version with interactive widgets, click-to-expand concept cards, animated visualizations, and a quiz.
- comment/feedback — the built-in review surface for highlighting text, selecting elements, and submitting feedback batches.
Every generated explainer should include all three tabs by default, open on `braindead`, and wire `comment/feedback` after `braingood` is built.
The skill always **asks for approval before starting each explanation mode** — so you can review `braindead`, course-correct, then green-light `braingood` separately. The `comment/feedback` tab is part of the default shell and is wired after the page is complete.
Forked from
This skill is a derivative of Paras Chopra's [`make-pages-interactive`](https://github.com/paraschopra/make-pages-interactive). That skill turns any folder of HTML pages into a live commenting surface — you highlight text, leave a note, and Claude edits the page in response.
This repo bundles the original commenting runtime (`lib/` and `scripts/`) **vendored verbatim under MIT** from upstream, plus a new `SKILL.md` that adds the paper-explainer workflow on top. So a single install gives you both halves:
- The new
SKILL.mdworkflow generates the paper explainer HTML. - The vendored
lib/andscripts/make that HTML commentable through the defaultcomment/feedbacktab and floating feedback panel.
The original repository is not modified — Paras's upstream is unchanged and remains the canonical source for the commenting layer.
Credit and link:
Related Skills
Papers Skills
Streamline academic paper reading, reproduction, and innovation discovery with this integrated research workfl
Background
Launch one self-contained task in the background and stop
Academic Manuscript Workflow
Automated academic manuscript citation workflow using Claude Code, Pandoc, and BibTeX validation for researche
Full Loop
Run the full GEO/SEO lifecycle end to end - measure, diagnose, produce the proposed briefs, publish per your w
Scout Work
Interactive work session — walks through today's actionable items one at a time, presents a recommended action
Maestro Flow One
All Maestro workflow commands packaged as a single Claude Code skill — intent routing, decision gates, minimal
Related Agents
Explainer
Documentation specialist who writes PRDs, explainers, and technical specifications that junior developers unde
Explainer Researcher
Deeply explores a local codebase, skill, or feature and returns a structured research brief for an explainers
Opposition
Critique ambiguous or high-risk plans before approval. Conditional specialist, not a normal-path gate.