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
How this skill is triggered — by the user, by Claude, or both
Slash command
/dakesan-marimo-cc:marimo-serveThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Start a marimo development server with hot reload for interactive notebook development.
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: truenpx claudepluginhub dakesan/marimo-cc --plugin marimo-skillsCreates, edits, and verifies skills using a test-driven development approach with pressure scenarios and subagents.