From dakesan-marimo-cc
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
How this skill is triggered — by the user, by Claude, or both
Slash command
/dakesan-marimo-cc:marimo-inspectThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Inspect marimo notebook execution results by reading HTML snapshots stored in the `__marimo__` directory.
Inspect marimo notebook execution results by reading HTML snapshots stored in the __marimo__ directory.
Marimo automatically saves HTML snapshots during editing sessions. This skill reads those snapshots to verify:
HTML snapshots are stored in:
__marimo__/ directory (relative to notebook).marimo/ directory (alternative location)__marimo__ or .marimo/ directory using Glob# Find snapshots
Glob: **/__marimo__/*.html
# Read snapshot
Read: __marimo__/notebook_name.html
When inspecting HTML snapshots:
<div class="output"> sections for cell outputsCreates, edits, and verifies skills using a test-driven development approach with pressure scenarios and subagents.
npx claudepluginhub dakesan/marimo-cc --plugin marimo-skills