← スキル一覧に戻る

marimo-inspect
by dakesan
⭐ 1🍴 0📅 2026年1月22日
SKILL.md
name: marimo-inspect description: | This skill should be used when inspecting marimo notebook execution results.
Triggers include:
- Checking notebook output
- Viewing execution results
- Reading marimo HTML snapshots
- Debugging notebook errors
- Verifying cell outputs
Marimo Notebook Inspector
Inspect marimo notebook execution results by reading HTML snapshots stored in the __marimo__ directory.
Purpose
Marimo automatically saves HTML snapshots during editing sessions. This skill reads those snapshots to verify:
- Cell execution outputs
- Error messages and tracebacks
- Visualization renders
- UI element states
Snapshot Location
HTML snapshots are stored in:
__marimo__/directory (relative to notebook).marimo/directory (alternative location)
Workflow
- Locate the
__marimo__or.marimo/directory using Glob - List available HTML snapshots
- Read the HTML file with the Read tool
- Parse and analyze:
- Cell outputs (text, tables, plots)
- Error states and messages
- Console output
- Report findings to user
Usage Pattern
# Find snapshots
Glob: **/__marimo__/*.html
# Read snapshot
Read: __marimo__/notebook_name.html
Analysis Focus
When inspecting HTML snapshots:
- Look for
<div class="output">sections for cell outputs - Check for error indicators and stack traces
- Identify visualization elements (plots, charts)
- Note any warning or info messages
スコア
総合スコア
55/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
○言語
プログラミング言語が設定されている
0/5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です