Skip to main content
Back to the directory
marimo-team/skillsSoftware EngineeringFrontend and Design

marimo-notebook

Create Python-based interactive notebooks with marimo's reactive cell architecture.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
2

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/marimo-team/skills --skill marimo-notebook
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of May 1, 2026, marimo-notebook has 2 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: marimo-team/skills. Canonical URL: https://skills.sh/marimo-team/skills/marimo-notebook.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Create Python-based interactive notebooks with marimo's reactive cell architecture. marimo uses Python to create notebooks, unlike Jupyter which uses JSON. Here's an example notebook: Notice how the notebook is structured with functions can represent cell contents. Each cell is defined with the @app.cell decorator and the inputs/outputs of the function are the inputs/outputs of the cell. marimo usually takes care of the dependencies between cells automatically. Use mo.app_meta().mode == "script" to detect CLI vs interactive: Show all UI elements always. Only change the data source in script mode. Variables between cells define the reactivity of the notebook for 99% of the use-cases out there. No special state management needed. Don't mutate objects across cells (e.g., my_list.append() ); create new objects instead.

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does marimo-notebook do?

Create Python-based interactive notebooks with marimo's reactive cell architecture.

Is marimo-notebook good?

marimo-notebook does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support marimo-notebook?

marimo-notebook currently lists compatibility with Skills CLI.

Is marimo-notebook safe to install?

marimo-notebook has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to marimo-notebook?

Skills in the same category include review-management, conversation-memory, coverage, grimoire-aave.

How do I install marimo-notebook?

Run the following command to install marimo-notebook: npx skills add https://github.com/marimo-team/skills --skill marimo-notebook

Related skills

More from marimo-team/skills

Related skills

Alternatives in Software Engineering