Back to Skills

creating-data-visualizations

jeremylongshore
Updated Today
37 views
712
74
712
View on GitHub
Metaautomationdesigndata

About

This skill automatically generates data visualizations (plots, charts, graphs) from raw data by intelligently selecting the most appropriate chart type. It analyzes data structure and distribution to create optimal visual representations, triggered by keywords like "visualization" or "chart." Developers should use it when they need to quickly convert datasets into insightful graphical formats.

Quick Install

Claude Code

Recommended
Plugin CommandRecommended
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus
Git CloneAlternative
git clone https://github.com/jeremylongshore/claude-code-plugins-plus.git ~/.claude/skills/creating-data-visualizations

Copy and paste this command in Claude Code to install this skill

Documentation

Overview

This skill empowers Claude to transform raw data into compelling visual representations. It leverages intelligent automation to select optimal visualization types and generate informative plots, charts, and graphs. This skill helps users understand complex data more easily.

How It Works

  1. Data Analysis: Claude analyzes the provided data to understand its structure, type, and distribution.
  2. Visualization Selection: Based on the data analysis, Claude selects the most appropriate visualization type (e.g., bar chart, scatter plot, line graph).
  3. Visualization Generation: Claude generates the visualization using appropriate libraries and best practices for visual clarity and accuracy.

When to Use This Skill

This skill activates when you need to:

  • Create a visual representation of data.
  • Generate a specific type of plot, chart, or graph (e.g., "create a bar chart").
  • Explore data patterns and relationships through visualization.

Examples

Example 1: Visualizing Sales Data

User request: "Create a bar chart showing sales by region."

The skill will:

  1. Analyze the sales data, identifying regions and corresponding sales figures.
  2. Generate a bar chart with regions on the x-axis and sales on the y-axis.

Example 2: Plotting Stock Prices

User request: "Plot the stock price of AAPL over the last year."

The skill will:

  1. Retrieve historical stock price data for AAPL.
  2. Generate a line graph showing the stock price over time.

Best Practices

  • Data Clarity: Ensure the data is clean and well-formatted before requesting a visualization.
  • Specific Requests: Be specific about the desired visualization type and any relevant data filters.
  • Contextual Information: Provide context about the data and the purpose of the visualization.

Integration

This skill can be integrated with other data processing and analysis tools within the Claude Code environment. It can receive data from other skills and provide visualizations for further analysis or reporting.

GitHub Repository

jeremylongshore/claude-code-plugins-plus
Path: plugins/ai-ml/data-visualization-creator/skills/data-visualization-creator
aiautomationclaude-codedevopsmarketplacemcp

Related Skills

content-collections

Meta

This skill provides a production-tested setup for Content Collections, a TypeScript-first tool that transforms Markdown/MDX files into type-safe data collections with Zod validation. Use it when building blogs, documentation sites, or content-heavy Vite + React applications to ensure type safety and automatic content validation. It covers everything from Vite plugin configuration and MDX compilation to deployment optimization and schema validation.

View skill

sglang

Meta

SGLang is a high-performance LLM serving framework that specializes in fast, structured generation for JSON, regex, and agentic workflows using its RadixAttention prefix caching. It delivers significantly faster inference, especially for tasks with repeated prefixes, making it ideal for complex, structured outputs and multi-turn conversations. Choose SGLang over alternatives like vLLM when you need constrained decoding or are building applications with extensive prefix sharing.

View skill

langchain

Meta

LangChain is a framework for building LLM applications using agents, chains, and RAG pipelines. It supports multiple LLM providers, offers 500+ integrations, and includes features like tool calling and memory management. Use it for rapid prototyping and deploying production systems like chatbots, autonomous agents, and question-answering services.

View skill

creating-opencode-plugins

Meta

This skill provides the structure and API specifications for creating OpenCode plugins that hook into 25+ event types like commands, files, and LSP operations. It offers implementation patterns for JavaScript/TypeScript modules that intercept and extend the AI assistant's lifecycle. Use it when you need to build event-driven plugins for monitoring, custom handling, or extending OpenCode's capabilities.

View skill