Hi team, i am using codex (vscode extension) and marimo-pair skill
i noticed that for windows skills needs to be updated with following .
Section: “Discovery finds nothing, but the user has a server running?”
Add Windows fallback note:
If discovery returns [] but local marimo is reachable, use --url http://127.0.0.1:<port>.
In “Scripts auto-discover sessions…”
Add: “On Windows, prefer direct --url when registry discovery is empty.”
this actually helped the agent to run marimo-pair skills. Please review if the SKILL.md can be updated for windows.
Please note i am using git bash , curl and jq in windows
My setup is as follows
<workspace>
├───.codex which has agent.md
├───data
├───notebooks
└───skills
├───marimo-notebook
│ └───references
└───marimo-pair
├───reference
└───scripts
Hi team, i am using codex (vscode extension) and marimo-pair skill
i noticed that for windows skills needs to be updated with following .
this actually helped the agent to run marimo-pair skills. Please review if the SKILL.md can be updated for windows.
Please note i am using git bash , curl and jq in windows
My setup is as follows