๐ŸŽฏ

implement-paper-auto

๐ŸŽฏSkill

from marimo-team/skills

VibeIndex|
What it does
|

Fully automatic skill for implementing a research paper in a marimo notebook without asking the user for input โ€” fetches the paper through AlphaXiv, picks a single compelling story to explain, and produces a CPU-runnable minimum example with one or two interactive charts.

๐Ÿ“ฆ

Same repository

marimo-team/skills(11 items)

implement-paper-auto

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add marimo-team/skills --skill implement-paper-auto
skills.sh Installโš  Installs to .agents/skills/
npx skills add marimo-team/skills --skill implement-paper-auto
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/implement-paper-auto/SKILL.md

SKILL.md

1,022Installs
-
AddedMar 26, 2026

More from this repository10

๐ŸŽฏ
marimo-notebook๐ŸŽฏSkill

Provides guidance for writing marimo notebooks in the correct Python file format, covering script mode detection, interactive vs. CLI usage, UI widget patterns, and best practices for keeping notebook cells simple.

๐ŸŽฏ
marimo-batch๐ŸŽฏSkill

An opinionated skill to prepare marimo notebooks for scheduled batch runs, using Pydantic for parameter declaration with both UI form and CLI argument support, plus optional Weights and Biases integration.

๐ŸŽฏ
anywidget-generator๐ŸŽฏSkill

Official marimo skills for AI agents including anywidget generator, designed for use with marimo notebooks and supporting multiple agents via the skills.sh universal installer.

๐ŸŽฏ
jupyter-to-marimo๐ŸŽฏSkill

Converts Jupyter notebooks (.ipynb) to marimo notebooks (.py) using the marimo CLI, with guidance on cleaning up artifacts, replacing ipywidgets, fixing metadata, and validating the converted output.

๐ŸŽฏ
wasm-compatibility๐ŸŽฏSkill

A skill for marimo notebook development providing WASM compatibility guidance, installable for use with Claude Code, OpenCode, and other agents that support the skills format.

๐ŸŽฏ
implement-paper๐ŸŽฏSkill

A skill for turning research papers into interactive marimo notebooks, fetching papers via alphaxiv and building focused implementations scoped to the user's specific interests and background.

๐ŸŽฏ
add-molab-badge๐ŸŽฏSkill

A skill from the marimo team for adding molab badges to projects. Part of a collection of skills designed for use with marimo, a reactive Python notebook framework, supporting multiple AI agents.

๐ŸŽฏ
streamlit-to-marimo๐ŸŽฏSkill

A marimo skill that converts Streamlit apps to marimo notebooks, mapping Streamlit widgets to marimo UI equivalents. Covers execution model differences, state management, and caching pattern migration.

๐ŸŽฏ
auto-paper-demo๐ŸŽฏSkill

Fully automatic skill that builds a marimo notebook demo of a research paper without asking the user for input โ€” fetches the paper through AlphaXiv, picks a single clear story to tell, and produces a CPU-runnable minimum example centered on one or two interactive charts.

๐ŸŽฏ
template-skill๐ŸŽฏSkill

Skill