スキル一覧に戻る
pymc-labs

working-with-marimo

by pymc-labs

working-with-marimoは、other分野における実用的なスキルです。複雑な課題への対応力を強化し、業務効率と成果の質を改善します。

1,093🍴 91📅 2026年1月21日
GitHubで見るManusで実行

SKILL.md


name: working-with-marimo description: Interactive development in marimo notebooks with validation loops. Use for creating/editing marimo notebooks and verifying execution.

Working with Marimo

Follows a Plan-Execute-Verify loop to ensure notebook correctness.

Feedback Loop

  1. Context & Plan:

    • Sessions: mcp_marimo_get_active_notebooks (Find session IDs).
    • Structure: mcp_marimo_get_lightweight_cell_map (See cell IDs/content).
    • Data State: mcp_marimo_get_tables_and_variables (Inspect DataFrames/Variables).
    • Cell Detail: mcp_marimo_get_cell_runtime_data (Code, errors, local vars).
  2. Execute:

    • Edit the .py file directly using write or search_replace.
    • Rule: Follow Best Practices (e.g., @app.cell, no global state).
  3. Verify (CRITICAL):

    • Lint: mcp_marimo_lint_notebook (Static analysis).
    • Runtime Errors: mcp_marimo_get_notebook_errors (Execution errors).
    • Outputs: mcp_marimo_get_cell_outputs (Visuals/Console).

Common Commands

  • Start/Sync: Marimo automatically syncs file changes.
  • SQL: Use mo.sql for DuckDB queries.
  • Plots: Use plt.gca() or return figure. No plt.show().

Reference

See Best Practices for code formatting, reactivity rules, and UI element usage.

スコア

総合スコア

80/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 1000以上

+15
最近の活動

1ヶ月以内に更新

+10
フォーク

10回以上フォークされている

+5
Issue管理

オープンIssueが50未満

0/5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

レビュー

💬

レビュー機能は近日公開予定です