ソース情報
- リポジトリ
- marimo-team/skills
- ソースの最終更新活動
- 2026年8月19日 17:55
- 検出された SKILL.md の言語
- 英語
- スター
- 173
- フォーク
- 15
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
SOC 職業分類に基づく
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/marimo-team/skills --skill jupyter-to-marimoコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
| name | jupyter-to-marimo |
| description | Convert a Jupyter notebook (.ipynb) to a marimo notebook (.py). |
Important: Run the converter before you read the source notebook:
uvx marimo convert <notebook.ipynb> -o <notebook.py>
Read the .ipynb file only if conversion fails or the generated file omits required information. Treat the generated file as a first draft.
Run this command after conversion and after substantial edits:
uvx marimo check <notebook.py>
--sandbox when a notebook uses PEP 723 metadata.display() calls.mo.stop() and a suitable UI element.references/widgets.md.references/latex.md.marimo check again after all edits.Check if a marimo notebook is compatible with WebAssembly (WASM) and report any issues.
Implement a research paper as an interactive marimo notebook together with the user. Start by understanding what the user wants to explore, fetch the paper via alphaxiv, then build a focused notebook.
Write a marimo notebook in a Python file in the right format.