By dakesan
Interactive reactive notebook environment for Claude Code enabling data science, visualization, and analytics workflows.
npx claudepluginhub joshuarweaver/cascade-data-analytics --plugin dakesan-marimo-ccThis 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
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
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
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.
Team-oriented workflow plugin with role agents, 27 specialist agents, ECC-inspired commands, layered rules, and hooks skeleton.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Comprehensive startup business analysis with market sizing (TAM/SAM/SOM), financial modeling, team planning, and strategic research