Drop agents inside running marimo notebook sessions
> /plugin marketplace add marimo-team/marimo-pair> /plugin install marimo-pair@marimo-pair
What's inside
--no-token for
auto-discovery; MARIMO_TOKEN env var for servers with auth)bash, curl, and jq available on PATH (on Windows, run from
Git Bash, or from WSL with those tools installed in the distro โ the
scripts also find notebooks running on the Windows host)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-pair
If you don't have npx installed but have uv:
uvx deno -A npm:skills add marimo-team/marimo-pair
Add the marketplace and install the plugin:
/plugin marketplace add marimo-team/marimo-pair
/plugin install marimo-pair@marimo-pair
To opt in to auto-updates (recommended), so you always get the latest version:
/plugin โ Marketplaces โ marimo-pair โ Enable auto-update
The skill declares its own allowed-tools, but Claude Code may still prompt
you to approve each Bash call. To avoid repeated prompts, copy the absolute
paths to the scripts from the installed skill and add them to your
.claude/settings.json (project-level) or ~/.claude/settings.json (global):
{
"permissions": {
"allow": [
"Bash(bash /path/to/skills/marimo-pair/scripts/discover-servers.sh *)",
"Bash(bash /path/to/skills/marimo-pair/scripts/execute-code.sh *)"
]
}
}
We'd love your help in improving this skill. After a marimo pair session,
please run the /retro-marimo-pair command to share feedback on how we can
improve the skill. You can also file an issue on the
GitHub repository.
.agents/
plugins/
marketplace.json
.claude-plugin/
marketplace.json
.codex-plugin/
plugin.json
.github/
workflows/
release.yml
LICENSE
README.md
renovate.json
skills/
marimo-pair/
reference/
execution-context.md
finding-marimo.md
gotchas.md
notebook-improvements.md
rich-representations.md
scripts/
discover-servers.sh
execute-code.sh
SKILL.md
retro-marimo-pair/
reference/
code-mode-surface.md
SKILL.mdFAQ
marimo-pair is a Claude Code plugin with 2 hand-picked skills for ai & agents work, indexed on Flowy. Install it with the command on its page. It includes marimo-pair, retro-marimo-pair. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.