From dakesan-marimo-cc
This skill should be used when starting a marimo development server with hot reload. Triggers include: - Starting marimo server - Running marimo notebooks locally - Launching marimo development environment - Setting up hot reload for notebooks
npx claudepluginhub joshuarweaver/cascade-data-analytics --plugin dakesan-marimo-ccThis skill uses the workspace's default tool permissions.
Start a marimo development server with hot reload for interactive notebook development.
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.
Start a marimo development server with hot reload for interactive notebook development.
To start the server in background:
uv run marimo run --watch {filename} --port 2818
Use the Bash tool with run_in_background: true parameter to keep the server running.
http://localhost:2818--watch flagAfter starting the server:
/tasks commandhttp://localhost:2818lsof -i :2818 to confirm port is in userun_in_background: true