Skip to main content
Source repository

marimo-team/skills

These skills were imported into SkillJury from the public skills ecosystem.

6 linked skillsVisit source
Source listing

6 imported skills

marimo-notebook

by marimo-team/skills

760

marimo uses Python to create notebooks, unlike Jupyter which uses JSON. Here's an example notebook:

Software EngineeringFrontend and DesignFirst seen Feb 9, 2026

marimo-batch

by marimo-team/skills

460

Pydantic is a great way to declare a source of truth for a batch job, especially for ML. You can declare something like:

Software EngineeringFrontend and DesignFirst seen Feb 9, 2026

anywidget-generator

by marimo-team/skills

436

When writing an anywidget use vanilla javascript in _esm and do not forget about _css . The css should look bespoke in light mode and dark mode. Keep the css small unless explicitly asked to go the extra mile. When you display the widget it must be wrapped via widget = mo.ui.anywidget(OriginalAnywidget()) . You can...

Software EngineeringFrontend and DesignFirst seen Feb 9, 2026

jupyter-to-marimo

by marimo-team/skills

366

IMPORTANT : When asked to translate a notebook, ALWAYS run uvx marimo convert -o FIRST before reading any files. This saves precious tokens - reading large notebooks can consume 30k+ tokens, while the converted .py file is much smaller and easier to work with.

Software EngineeringFrontend and DesignFirst seen Feb 9, 2026

wasm-compatibility

by marimo-team/skills

210

Check whether a marimo notebook can run in a WebAssembly (WASM) environment — the marimo playground, community cloud, or exported WASM HTML.

Software EngineeringFrontend and DesignFirst seen Feb 26, 2026

add-molab-badge

by marimo-team/skills

170

Add "Open in molab" badge(s) linking to marimo notebooks. The badge can be added to any target: a GitHub README, documentation site, blog post, webpage, or any other markdown/HTML file.

Software EngineeringFrontend and DesignFirst seen Feb 26, 2026