{
  "markdown": "<h1>\n<p align=\"center\">\n  /marimo-pair\n</h1>\n<p align=\"center\">\n  reactive Python notebooks as environments for agents\n</p>\n</p>\n\n<div align=\"center\">\n  <video src=\"https://github.com/user-attachments/assets/d6d3f57a-e997-423c-bf14-8d9fba75e310\" width=\"600\" controls></video>\n</div>\n\n## Prerequisites\n\n- A running [marimo](https://marimo.io) notebook (`--no-token` for\n  auto-discovery; `MARIMO_TOKEN` env var for servers with auth)\n- `bash`, `curl`, and `jq` available on `PATH` (on Windows, run from\n  Git Bash, or from WSL with those tools installed in the distro — the\n  scripts also find notebooks running on the Windows host)\n\n## Install\n\n### Agent Skills (any tool)\n\nWorks with any agent that supports the [Agent Skills](https://agentskills.io)\nopen standard:\n\n```bash\nnpx skills add marimo-team/marimo-pair\n\n# or upgrade an existing install\nnpx skills upgrade marimo-team/marimo-pair\n```\n\nIf you don't have `npx` installed but have `uv`:\n\n```bash\nuvx deno -A npm:skills add marimo-team/marimo-pair\n```\n\n### Claude Code (plugin)\n\nAdd the marketplace and install the plugin:\n\n```\n/plugin marketplace add marimo-team/marimo-pair\n/plugin install marimo-pair@marimo-pair\n```\n\nTo opt in to auto-updates (recommended), so you always get the latest version:\n\n```\n/plugin → Marketplaces → marimo-pair → Enable auto-update\n```\n\n## FAQ\n\n### I keep getting prompted to allow Bash commands\n\nThe skill declares its own `allowed-tools`, but Claude Code may still prompt\nyou to approve each Bash call. To avoid repeated prompts, copy the absolute\npaths to the scripts from the installed skill and add them to your\n`.claude/settings.json` (project-level) or `~/.claude/settings.json` (global):\n\n```json\n{\n  \"permissions\": {\n    \"allow\": [\n      \"Bash(bash /path/to/skills/marimo-pair/scripts/discover-servers.sh *)\",\n      \"Bash(bash /path/to/skills/marimo-pair/scripts/execute-code.sh *)\"\n    ]\n  }\n}\n```\n\n## Contributing\n\nWe'd love your help in improving this skill. After a marimo pair session,\nplease run the `/retro-marimo-pair` command to share feedback on how we can\nimprove the skill. You can also file an issue on the\n[GitHub repository](https://github.com/marimo-team/marimo-pair/issues).\n",
  "bytes": 2190,
  "sha": "417bf756940f57afe43e716b25e88966e1103583eae79763099be06bf1fdd95b",
  "repo_slug": "marimo-team/marimo-pair",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_marimo_team_marimo_pair_retro_marimo_pai_6793f1ba/readme"
}