marimo-pair
marimo pair
What it does
- No cycles - cells cannot depend on each other in a cycle.
- No public redefinitions across cells - each name has one owning cell.
- No wildcard imports - import prevents static analysis of definitions.
- Submit cell contents - createcell and editcell take cell contents,
- Read before replacing - for now, another editor may change a cell between
- Reuse notebook imports - if np already exists, use it or edit the owning
- Define public names intentionally - use public names for values later
Requirements & configuration
- --no-token (and without --headless) so it auto-registers for discovery. The
- to target. The right way to invoke marimo depends on context (project tooling,
- ctx.graph.ancestors(cid) # cells this one depends on
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
marimo-pair FAQ
What does the marimo-pair skill do?
>- Drive a live marimo notebook as a workspace: run Python in the same kernel the user does, inspect live notebook state, and commit durable notebook changes. Use when the user wants to start a marimo notebook or pair on an active marimo session. No cycles - cells cannot depend on each other in a cycle. No public redefinitions across cells - each name has one owning cell.
What does marimo-pair require?
--no-token (and without --headless) so it auto-registers for discovery. The to target. The right way to invoke marimo depends on context (project tooling, ctx.graph.ancestors(cid) # cells this one depends on
How do I install marimo-pair?
Run: npx -y skills add https://github.com/marimo-team/marimo-pair --skill marimo-pair --agent claude-code — the source lives at github.com/marimo-team/marimo-pair.
Maintain marimo-pair?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[](https://getagentictools.com/skills/marimo-team-marimo-pair-marimo-pair?ref=badge) npx agentictools info skills/marimo-team-marimo-pair-marimo-pair The second line is the CLI lookup for this page — handy in READMEs and docs.