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
npx claudepluginhub joshuarweaver/cascade-data-analytics --plugin dakesan-marimo-ccThis skill uses the workspace's default tool permissions.
Inspect marimo notebook execution results by reading HTML snapshots stored in the `__marimo__` directory.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
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 outputs