← Back to list

marimo-serve
by dakesan
⭐ 1🍴 0📅 Jan 22, 2026
SKILL.md
name: marimo-serve description: | 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
Marimo Development Server
Start a marimo development server with hot reload for interactive notebook development.
Server Command
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.
Configuration
- Default port: 2818
- Access URL:
http://localhost:2818 - Hot reload: Enabled with
--watchflag
Verification
After starting the server:
- Check running tasks with
/taskscommand - Verify server is accessible via WebFetch to
http://localhost:2818 - Use
lsof -i :2818to confirm port is in use
Workflow
- Ensure the target notebook file exists
- Start server with
run_in_background: true - Edit notebook files with the Edit tool
- Server automatically reloads on file changes
- Fetch results via WebFetch when needed
Score
Total Score
55/100
Based on repository quality metrics
✓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
Reviews
💬
Reviews coming soon