marimo-pair
Pair-program inside live reactive Python notebooks
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core