skills
Build, convert, and deploy interactive marimo notebooks
All Skills in This Repository (9)
Pure Emerald Level Indicatorswasm-compatibility
Analyze Python notebook dependencies and code patterns for WebAssembly compatibility.
marimo-batch
Generate executable batch job scripts with pydantic-validated parameters.
implement-paper
Convert research papers into interactive notebooks with step-by-step code blocks.
streamlit-to-marimo
Convert Streamlit app components into marimo reactive elements.
anywidget-generator
Generate anywidget components with vanilla JavaScript and CSS for marimo notebooks.
auto-paper-demo
Convert research papers into automated storytelling notebooks within Marimo.
jupyter-to-marimo
Convert Jupyter notebooks into marimo-compatible scripts with LaTeX and ipywidgets.
marimo-notebook
Creates and runs interactive Python notebooks with managed workflows.
implement-paper-auto
Convert research papers from arXiv and AlphaXiv into explanatory Marimo notebooks.
Frequently Asked Questions
FAQPage SchemaHow 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→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core