marimo-teammarimo-teamOfficialยท1 Agent Skills Included

marimo-pair

Pair-program inside live reactive Python notebooks

Connects to a running marimo notebook and executes Python directly in its live kernel. Inspects variables, creates and edits cells, manages packages, and builds custom widgets without manual file edits. Eliminates copy-pasting between chat and notebook while keeping the reactive dataflow graph valid. Includes a retrospective workflow that turns session friction into clear improvement reports.
npx skills add marimo-team/marimo-pair --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install marimo-pair?โ–ผ

Run `npx skills add marimo-team/marimo-pair --all -g -y` in your terminal to install the skill globally for any compatible coding assistant.

What does marimo-pair do?โ–ผ

It lets your coding assistant connect to a live marimo notebook, run Python in the same kernel you use, inspect variables, and make durable cell edits that respect marimo's reactive dataflow rules.

Do I need a running marimo notebook first?โ–ผ

Yes. Start marimo with the --no-token flag so the skill can auto-discover it, or provide the notebook URL and set the MARIMO_TOKEN environment variable for authenticated servers.

Which coding assistants work with marimo-pair?โ–ผ

It follows the open Agent Skills standard, so it works with Claude Code, Cursor, Codex, and any other assistant that supports SKILL.md files.

Why shouldn't I edit the notebook .py file directly?โ–ผ

During a live session the kernel is the source of truth, so direct file edits never reach the running notebook and may be overwritten. The skill routes all changes through marimo's code-mode API instead.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’