Interactive development in marimo notebooks with validation loops. Use for creating/editing marimo notebooks and verifying execution.
68
83%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Follows a Plan-Execute-Verify loop to ensure notebook correctness.
Context & Plan:
mcp_marimo_get_active_notebooks (Find session IDs).mcp_marimo_get_lightweight_cell_map (See cell IDs/content).mcp_marimo_get_tables_and_variables (Inspect DataFrames/Variables).mcp_marimo_get_cell_runtime_data (Code, errors, local vars).Execute:
.py file directly using write or search_replace.@app.cell, no global state).Verify (CRITICAL):
mcp_marimo_lint_notebook (Static analysis).mcp_marimo_get_notebook_errors (Execution errors).mcp_marimo_get_cell_outputs (Visuals/Console).mo.sql for DuckDB queries.plt.gca() or return figure. No plt.show().See Best Practices for code formatting, reactivity rules, and UI element usage.
7e23946
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.