implement-paper-auto

Generate a runnable Marimo notebook from a research paper.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill eliminates the manual effort of translating a research paper into a runnable Marimo notebook by generating a guided, story-driven implementation without additional prompts.

Core Features & Use Cases

  • Fetch structured paper content via AlphaXiv (overview and full text)
  • Generate a concise story and implementation automatically
  • Build a marimo notebook ready to run on CPU, with minimal scrolling
  • Integrate with marimo-notebook and optional widgets (ANYWIDGET) via references
  • Use deterministic, script-based execution

Quick Start

Provide a paper ID or URL to generate the complete Marimo notebook automatically.

Frequently Asked Questions about implement-paper-auto

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

FAQPage Schema
How do I automatically convert a research paper into a runnable Marimo notebook?

To convert a research paper into a Marimo notebook automatically, provide a paper ID or URL to fetch content via AlphaXiv. The workflow generates a self-contained, story-driven notebook without requiring additional user prompts.

Can I generate a notebook from a paper without writing manual implementation code?

Yes, you can generate a notebook without manual implementation code by fetching the paper's full text and overview via AlphaXiv. The automation builds a guided, deterministic Marimo notebook ready for CPU execution.

Does the auto-generated Marimo notebook support CPU-only execution?

Yes, the auto-generated Marimo notebook supports CPU-only execution. It is designed for safe, self-contained, deterministic script-based execution that runs efficiently on CPU environments.

How do I add interactive widgets when implementing a paper in a Marimo notebook?

To add interactive widgets when implementing a paper in a Marimo notebook, use the references component to integrate optional ANYWIDGET elements. This allows you to enhance the deterministic notebook story with interactive features.

What are the limitations of automatically generating notebooks from research papers?

A limitation of automatically generating notebooks from research papers is that the process is optimized for deterministic, CPU-friendly execution. Complex papers requiring GPU acceleration or non-deterministic interactive user prompts may not be suitable for this automated workflow.