implement-paper

Convert a research paper into an interactive Marimo notebook using alphaxiv.

1|Updated Apr 20, 2026
One-click install
npx skills add https://github.com/IndianBoy42/dot-opencode --skill implement-paper-indianboy42
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement-paper
Source: https://github.com/IndianBoy42/dot-opencode/tree/main/skills/implement-paper
Command: npx skills add https://github.com/IndianBoy42/dot-opencode --skill implement-paper-indianboy42

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps researchers and students convert a research paper into an interactive Marimo notebook, enabling deeper understanding through guided exploration and live experimentation.

Core Features & Use Cases

  • Scoping conversations: Start with clarifying the user’s goals and the specific contributions they want to explore from the paper.
  • Paper retrieval via Alphaxiv: Fetch structured, readable paper content to inform notebook design.
  • Notebook planning & build: Outline, implement, and render an interactive notebook following marimo-notebook conventions, with optional data simulation when datasets are not provided.
  • Use Case: A student wants to reproduce a figure or test a method on toy data; this skill scaffolds a compact, explainable notebook.

Quick Start

Describe your desired exploration and I will fetch the paper and propose a focused notebook plan.

Frequently Asked Questions about implement-paper

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert a research paper into an interactive notebook?

You can convert a research paper into an interactive notebook by providing the paper to this Skill, which fetches content via alphaxiv and generates a self-contained Marimo notebook designed for learning and live experimentation.

Can I reproduce a figure from a paper if I don't have the original dataset?

Yes, you can reproduce a figure without the original dataset because the notebook build supports user-defined datasets and prioritizes optional data simulation when datasets are not provided, allowing you to test methods on toy data.

Does the Marimo notebook generation process support scoping specific contributions?

Yes, Marimo notebook generation supports scoping specific contributions by starting with clarifying conversations about your goals, ensuring the final notebook focuses on the specific methods or figures you want to explore.

What is the best way to explore a research paper using Marimo?

The best way to explore a research paper using Marimo is to outline and implement a compact notebook plan. This Skill designs a focused, explainable notebook that lets you test methods on toy data and reproduce figures interactively.

Do I need to provide my own data to test methods from a paper?

You do not need to provide your own data to test methods from a paper. The notebook planning and build phase supports user-defined datasets but will automatically generate simulated data when none is provided.