Agent skill

marimo-serve

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

Stars 1
Forks 0

Install this agent skill to your Project

npx add-skill https://github.com/dakesan/marimo-cc/tree/main/skills/marimo-serve

SKILL.md

Marimo Development Server

Start a marimo development server with hot reload for interactive notebook development.

Server Command

To start the server in background:

bash
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 --watch flag

Verification

After starting the server:

  1. Check running tasks with /tasks command
  2. Verify server is accessible via WebFetch to http://localhost:2818
  3. Use lsof -i :2818 to confirm port is in use

Workflow

  1. Ensure the target notebook file exists
  2. Start server with run_in_background: true
  3. Edit notebook files with the Edit tool
  4. Server automatically reloads on file changes
  5. Fetch results via WebFetch when needed

Expand your agent's capabilities with these related and highly-rated skills.

dakesan/marimo-cc

marimo-inspect

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

1 0
Explore
dakesan/marimo-cc

marimo-editor

This skill should be used when working with marimo reactive notebooks for data science and analytics. Triggers include: - Creating new marimo notebooks - Converting Jupyter notebooks to marimo - Editing existing marimo notebooks - Implementing reactive patterns and UI components - Building interactive data visualizations with marimo

1 0
Explore
mattpocock/skills

handoff

Compact the current conversation into a handoff document for another agent to pick up.

111,310 9,758
Explore
mattpocock/skills

edit-article

Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft.

111,310 9,758
Explore
mattpocock/skills

scaffold-exercises

Create exercise directory structures with sections, problems, solutions, and explainers that pass linting. Use when user wants to scaffold exercises, create exercise stubs, or set up a new course section.

111,310 9,758
Explore
mattpocock/skills

setup-pre-commit

Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when user wants to add pre-commit hooks, set up Husky, configure lint-staged, or add commit-time formatting/typechecking/testing.

111,310 9,758
Explore

Didn't find tool you were looking for?

Be as detailed as possible for better results