dash-1-basic-application-structure
About
This skill provides the foundational structure for building Dash applications, showing how to initialize an app, create a layout with HTML and Graph components, and run the development server. It's essential for developers starting with Dash to understand the basic app skeleton before adding interactivity. The example demonstrates creating a simple data visualization dashboard using Plotly Express.
Quick Install
Claude Code
Recommendednpx skills add vamseeachanta/workspace-hub -a claude-code/plugin add https://github.com/vamseeachanta/workspace-hubgit clone https://github.com/vamseeachanta/workspace-hub.git ~/.claude/skills/dash-1-basic-application-structureCopy and paste this command in Claude Code to install this skill
GitHub Repository
Related Skills
autoviz
OtherAutoViz automates exploratory data analysis with a single line of code, generating comprehensive visualizations and detecting patterns like correlations and outliers. It automatically selects chart types, handles both categorical and numerical features, and can export reports to HTML or Jupyter notebooks. Use this skill for rapid, automated EDA to understand your dataset's structure and key insights before deeper analysis.
bsee-sodir-extraction
OtherThis skill extracts and processes offshore energy data from the BSEE (Gulf of Mexico) and SODIR (Norway) regulatory databases. Use it to programmatically access production metrics, well information, field data, and HSE records for analysis. It supports tasks like economic modeling, compliance tracking, and comprehensive energy data aggregation.
dash
OtherThis skill enables developers to build production-ready, interactive web dashboards using Plotly Dash, featuring reactive callbacks, enterprise components, and scalable deployment. It's ideal for creating multi-page data applications with professional layouts and integrated visualizations. Use it when you need to move beyond prototypes to deployable, enterprise-grade dashboard solutions.
dash-3-layout-components
OtherThis skill provides the core HTML layout components for building Dash application interfaces, including text elements, lists, tables, and media elements. Use it when you need to structure and display static content in your Dash apps without interactive callbacks. It covers essential components like headers, paragraphs, links, images, and basic formatting elements.
