Instructions file GitHub Copilot
Instructions for MarcSkovMadsen/holoviz-mcp, covering holoviz mcp and best practices.
Instructions file GitHub Copilot
Instructions for MarcSkovMadsen/holoviz-mcp, covering holoviz mcp and best practices.
MCP server Claude CodeCodexCursor +2
MCP server "holoviz" as configured in MarcSkovMadsen/holoviz-mcp. Launched with .pixi/envs/default/bin/holoviz-mcp.
Instructions file CodexOpenCode
Instructions for MarcSkovMadsen/holoviz-mcp, covering agents.md - holoviz mcp server, repository overview, project statistics, quick start - always run first and environment setup.
Instructions file
Instructions for MarcSkovMadsen/holoviz-mcp, a project described as: ✨A MCP server that provides intelligent access to the HoloViz ecosystem for humans and AIs.
Skill Claude CodeCodex
Best practices for developing advanced, interactive, and publication-quality data visualizations using HoloViz HoloViews.
Skill Claude CodeCodex
Command reference for the holoviz-mcp CLI tool. Use the CLI when you have Bash/shell access and want direct access to HoloViz documentation, component introspection, and visualization tools.
Skill Claude CodeCodex
Best practices for doing quick exploratory data analysis with minimal code and a Pandas .plot like API using HoloViews hvPlot.
Skill Claude CodeCodex
Build custom Panel components using JSComponent (vanilla JS, web components), ReactComponent (React/JSX), AnyWidgetComponent (AnyWidget spec for cross-platform), or MaterialUIComponent (Material UI themed). Use when wrapping JS libraries, creating interactive widgets, or building themed components. Includes decision…
Skill Claude CodeCodex
Best practices for integrating HoloViews and hvPlot visualizations into Panel applications. Use when embedding HoloViews/hvPlot plots in Panel panes, preserving zoom/pan state across data refreshes with DynamicMap, composing DynamicMap overlays without type errors, using HoloViews streams (Selection1D, RangeXY, Tap…
Skill Claude CodeCodex
Best practices for developing modern looking tools, dashboards and data apps using HoloViz Panel and Panel Material UI components.
Skill Claude CodeCodex
Best practices for developing tools, dashboards and interactive data apps with HoloViz Panel. Create reactive, component-based UIs with widgets, layouts, templates, and real-time updates. Use when developing interactive data exploration tools, dashboards, data apps, or any interactive Python web application. Supports…
Skill Claude CodeCodex
Use when building Python classes with validated, typed parameters using the Param library. Triggers include creating configuration classes, building reusable components with state, implementing reactive dependencies between parameters, adding type-safe attributes with bounds/constraints, creating testable…