creating-data-visualizations
について
このスキルは、生データから最も適切なグラフタイプをインテリジェントに選択し、データ可視化(プロット、チャート、グラフ)を自動生成します。データ構造と分布を分析して最適な視覚的表現を作成し、「可視化」や「チャート」などのキーワードで起動します。開発者は、データセットを迅速に洞察に富んだグラフィカル形式に変換する必要がある場合に使用すべきです。
クイックインストール
Claude Code
推奨/plugin add https://github.com/jeremylongshore/claude-code-plugins-plusgit clone https://github.com/jeremylongshore/claude-code-plugins-plus.git ~/.claude/skills/creating-data-visualizationsこのコマンドをClaude Codeにコピー&ペーストしてスキルをインストールします
ドキュメント
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
- Data Analysis: Claude analyzes the provided data to understand its structure, type, and distribution.
- Visualization Selection: Based on the data analysis, Claude selects the most appropriate visualization type (e.g., bar chart, scatter plot, line graph).
- 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:
- Analyze the sales data, identifying regions and corresponding sales figures.
- 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:
- Retrieve historical stock price data for AAPL.
- 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 リポジトリ
関連スキル
content-collections
メタ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.
creating-opencode-plugins
メタ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.
sglang
メタ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.
polymarket
メタThis skill enables developers to build applications with the Polymarket prediction markets platform, including API integration for trading and market data. It also provides real-time data streaming via WebSocket to monitor live trades and market activity. Use it for implementing trading strategies or creating tools that process live market updates.
