marimo-teammarimo-teamOfficial·9 Agent Skills Included

skills

Build, convert, and deploy interactive marimo notebooks

Creates reactive marimo notebooks, converts Jupyter and Streamlit apps, and implements research papers as interactive demos. Eliminates manual widget wiring, broken LaTeX ports, and WASM compatibility surprises with built-in lint checks and mapping tables. Adds batch job parameters, custom widgets, and one-click molab badges to ship notebooks faster.
npx skills add marimo-team/skills --all -g -y

All Skills in This Repository (9)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install marimo skills?â–¼

Run `npx skills add marimo-team/skills --all -g -y` in your terminal to install all skills globally.

How to convert a Jupyter notebook to marimo?â–¼

The jupyter-to-marimo skill runs `uvx marimo convert` on your .ipynb file, then cleans up widgets, LaTeX, and dependencies so the result passes `marimo check`.

Can I migrate a Streamlit app to marimo?â–¼

Yes. The streamlit-to-marimo skill maps every Streamlit widget, layout, and caching pattern to its marimo equivalent and verifies the result with the built-in linter.

How to check if a notebook runs in the browser with WASM?â–¼

The wasm-compatibility skill runs marimo's lint rules and manual checks, then reports PASS, WARN, or FAIL with concrete fixes for incompatible packages.

Do these skills work with Claude Code and other agents?â–¼

Yes. All skills follow the universal SKILL.md standard and work with Claude Code, OpenCode, Cursor, and other compatible agents.

Related Repositories in Software Engineering

View All in Software Engineering→