add-molab-badge
Add "Open in molab" badge(s) linking to marimo notebooks. Works with READMEs, docs, websites, or any markdown/HTML target.
Convert a Jupyter notebook (.ipynb) to a marimo notebook (.py).
$ npx -y skills add marimo-team/skills --skill jupyter-to-marimo --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/jupyter-to-marimoContext preview
The summary Claude sees to decide when to auto-load this skill.
Convert a Jupyter notebook (.ipynb) to a marimo notebook (.py).
name: jupyter-to-marimo description: Convert a Jupyter notebook (.ipynb) to a marimo notebook (.py).
**Important:** Run the converter before you read the source notebook:
uvx marimo convert <notebook.ipynb> -o <notebook.py>
Read the `.ipynb` file only if conversion fails or the generated file omits required information. Treat the generated file as a first draft.
Run this command after conversion and after substantial edits:
uvx marimo check <notebook.py>
This repository contains skills for use with marimo. Install these skills with: The benefit of npx skills is that it supports many agents. So you can do things like: We welcome feedback: issues and pull requests are welcome.
Add "Open in molab" badge(s) linking to marimo notebooks. Works with READMEs, docs, websites, or any markdown/HTML target.
Make a demo of a research paper in a marimo notebook fully automatically without extra user input.
Implement a research paper in a marimo notebook fully automatically without extra user input.
Implement a research paper as an interactive marimo notebook together with the user. Start by understanding what the user wants to explore, fetch the paper via…
An opintionated skill to prepare a marimo notebook to make it ready for a scheduled run.