Marimo reactive notebook skills for Claude Code - interactive data science and analytics workflows
npx claudepluginhub dakesan/marimo-ccInteractive reactive notebook environment for Claude Code enabling data science, visualization, and analytics workflows.
A Claude Code plugin marketplace for marimo reactive notebook tools and skills.
This marketplace provides curated plugins and skills for creating and editing marimo reactive notebooks with Claude Code. It helps you build efficient data science and analytics workflows using marimo's reactive programming model.
Note: Most of the prompts and instructions used in these plugins are transplanted from the original marimo prompts. This project inherits the Apache 2.0 License from marimo.
Create and edit marimo reactive notebooks with best practices.
Features:
Key capabilities:
# Add the cc-marimo marketplace
/plugin marketplace add dakesan/marimo-cc
# Install the marimo-editor plugin
/plugin install marimo-editor@cc-marimo
# Clone the repository
git clone https://github.com/dakesan/marimo-cc.git
# Add as a local marketplace
/plugin marketplace add ./marimo-cc
# Install a plugin from local marketplace
/plugin install marimo-editor@cc-marimo
After adding the marketplace and installing a plugin, it will automatically activate when you make requests like:
User: "Create a marimo notebook to visualize the iris dataset"
Claude: I'll use the marimo-editor skill to create an interactive visualization notebook...
# Cell 1: Import libraries
import marimo as mo
import matplotlib.pyplot as plt
import numpy as np
# Cell 2: Create UI element
n_points = mo.ui.slider(10, 100, value=50, label="Number of points")
n_points
# Cell 3: Reactive visualization
x = np.random.rand(n_points.value)
y = np.random.rand(n_points.value)
plt.scatter(x, y)
plt.gca()
marimo-cc/
├── .claude-plugin/
│ └── marketplace.json # Marketplace definition
├── plugins/
│ └── marimo-editor/
│ ├── .claude-plugin/
│ │ └── plugin.json # Plugin manifest
│ └── skills/
│ └── marimo-editor/
│ └── SKILL.md # Skill definition
├── LICENSE
└── README.md
pip install marimo
# or
uv pip install marimo
Pull requests and issues are welcome! If you'd like to add more plugins to this marketplace:
plugins/.claude-plugin/plugin.json.claude-plugin/marketplace.json to include your pluginApache License 2.0
This project is derived from marimo and inherits its Apache 2.0 License. Most of the prompts and instructions are transplanted from the original marimo project.
See LICENSE for details.
Hiroyuki Odake (@dakesan)
Special thanks to the marimo team for creating marimo and providing the original prompts and instructions that this marketplace is based on.
Claude Code marketplace entries for the plugin-safe Agentic Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 94 marketplace plugins, 203 local specialized agents, and 175 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations