Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 7 additions & 15 deletions .agents/skills/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,12 @@ plus optional `references/` files.

| Skill | Purpose |
| --- | --- |
| [`marimo-example-notebook`](marimo-example-notebook/SKILL.md) | **Start here** for creating or refactoring example notebooks in this repo. Encodes wandb/examples conventions and best practices. |
| [`marimo-notebook`](marimo-notebook/SKILL.md) | General marimo notebook format and mechanics (vendored). |
| [`jupyter-to-marimo`](jupyter-to-marimo/SKILL.md) | Converting existing Jupyter notebooks to marimo (vendored). |
| [`marimo-wandb-notebooks`](marimo-wandb-notebooks/SKILL.md) | **Start here** for creating or refactoring example notebooks in this repo. Encodes wandb/examples conventions and best practices. |

## Vendored skills
## Scripts

`marimo-notebook` and `jupyter-to-marimo` are vendored verbatim from
[marimo-team/skills](https://github.com/marimo-team/skills) (Apache-2.0,
LICENSE included in each directory) so agents can use them without
network access.

- Upstream commit: `62d78d97278e0517c2270a8fbafd3f95a59df9cd`
- Vendored: 2026-07-20

To refresh, re-copy `marimo-notebook/` and `jupyter-to-marimo/`
from upstream and update the commit SHA above. Do not edit vendored files
in place — repo-specific guidance belongs in `marimo-example-notebook`.
Use [`../../scripts/convert-colab-to-marimo.py`](../../scripts/convert-colab-to-marimo.py)
to create the initial marimo notebook from a Jupyter `.ipynb`, capture
`marimo check` output, and write a temporary `.conversion/` report directory
for the polishing pass. The report directory includes a Markdown handoff,
raw convert/check output, structured JSON metadata, and an event log.
Comment on lines +16 to +20
201 changes: 0 additions & 201 deletions .agents/skills/jupyter-to-marimo/LICENSE

This file was deleted.

42 changes: 0 additions & 42 deletions .agents/skills/jupyter-to-marimo/SKILL.md

This file was deleted.

43 changes: 0 additions & 43 deletions .agents/skills/jupyter-to-marimo/references/latex.md

This file was deleted.

Loading
Loading