marimo provides a reactive Python notebook model that stores notebooks as plain .py files. It enables spreadsheet-like reactivity where dependent cells re-run automatically, supports running notebooks as scripts or web apps, and emphasizes reproducibility and Git-friendly storage. The skill documents CLI commands, API patterns, and examples for building interactive apps and SQL-backed workflows.
Use this skill when creating or editing marimo notebooks, converting Jupyter notebooks, running reactive apps locally, or exporting static/WASM web apps. It's helpful for data exploration, lightweight web app prototyping, and reproducible analysis in teams.
references/ covering UI elements, SQL, plotting, and advanced features.Inferred support: Python-capable agents and developer environments that can execute CLI commands and run Python programs (local dev, CI, or notebook-integrated agents).
marimo skill is a well-structured reference guide for the reactive Python notebook system. It covers installation, CLI commands, key concepts (reactivity, cell rules, file format), a comprehensive API reference table pointing to references/ files, quick examples, and best practices. No scripts were bundled. The skill is purely documentation with no executable code, so no security concerns exist.
Clean documentation-only skill. No security issues. Good structure with frontmatter and clear sections. API reference table is a nice touch for progressive disclosure.