Warning
Experimental agent skill for pair programming in marimo notebooks. Expect rough edges.
- A running marimo notebook (
--no-tokenfor auto-discovery;--tokenfor servers with auth) bash,curl, andjqavailable onPATH
Works with any agent that supports the Agent Skills open standard:
npx skills add marimo-team/marimo-pair
# or upgrade an existing install
npx skills upgrade marimo-team/marimo-pairIf you don't have npx installed but have uv:
uvx deno -A npm:skills add marimo-team/marimo-pairAdd the marketplace and install the plugin:
/plugin marketplace add marimo-team/marimo-pair
/plugin install marimo-pair@marimo-team-marimo-pair
To opt in to auto-updates (recommended), so you always get the latest version:
/plugin → Marketplaces → marimo-team-marimo-pair → Enable auto-update