marimo is an open-source reactive Python notebook that allows users to create reproducible, interactive, and shareable Python programs. It serves as a modern alternative to traditional Jupyter notebooks, focused on enhancing collaboration and execution.
$ npx skills add https://github.com/maragudk/skills --skill marimomarimo is an open-source reactive Python notebook designed as a modern alternative to Jupyter, with automatic dependency tracking and Git-friendly .py file storage instead of JSON. It executes reactively like a spreadsheet, determining cell order by variable dependencies rather than position, preventing bugs through its declarative design. Notebooks run as read-only scripts, interactive apps, or static WASM-based web applications without requiring a server. marimo includes built-in UI elements (sliders, tables, forms), SQL query support, plotting integration, and state management for interactive dashboards. It's ideal for data analysts, researchers, and developers building reproducible Python programs that collaborate well with version control and CI/CD workflows.
Install using pip or the provided npx command to add it as a skill.
Creating interactive data analysis tools
Reproducing scientific experiments with Python
Deploying Python scripts as web applications
Collaborating on Python projects with version control
$ npx skills add https://github.com/maragudk/skills --skill marimogit clone https://github.com/maragudk/skillsCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Check the GitHub repository or documentation for usage examples.
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan