creating-data-visualizations
This skill generates standard analytical charts such as bar, line, and scatter plots from existing structured data. Use it when you need to visualize trends, distributions, or comparisons for analysis or presentations, particularly when targeting non-specialist audiences who need clear, straightforward visualizations rather than publication-quality figures.
git clone --depth 1 https://github.com/foryourhealth111-pixel/Vibe-Skills /tmp/creating-data-visualizations && cp -r /tmp/creating-data-visualizations/bundled/skills/creating-data-visualizations ~/.claude/skills/creating-data-visualizationsSKILL.md
# Data Visualization Creator Use this skill when the user needs a chart from data that already exists. ## Overview This skill focuses on everyday analytical visualization choices: bars, lines, scatters, distributions, comparisons, and simple dashboards. ## When to Use This Skill - Plotting trends, distributions, comparisons, or correlations from structured data - Turning query output or CSV tables into charts for analysis or slides - Choosing a sensible chart type and axis treatment for a non-specialist audience ## Not For / Boundaries - Journal-ready figures, multi-panel publication layouts, TIFF/600dpi exports: use `scientific-visualization` - Structural diagrams, flowcharts, and mechanism illustrations: use `scientific-schematics` or `markdown-mermaid-writing` - Full research-report ownership: use `scientific-reporting` ## Integration - Pair with `exploratory-data-analysis` before plotting questionable data - Hand off to `scientific-visualization` if the chart must meet publication standards ## Example Requests - "Plot monthly conversion rate with a confidence band" - "Make a scatter plot of latency vs throughput" - "Turn this CSV summary into a small dashboard"
Vibe Code Orchestrator (VCO) is a governed runtime entry that freezes requirements, plans XL-first execution, and enforces verification and phase cleanup.
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Codex's capabilities with specialized knowledge, workflows, or tool integrations.
Install Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).
|
Cloud laboratory platform for automated protein testing and validation. Use when designing proteins and needing experimental validation including binding assays, expression testing, thermostability measurements, enzyme activity assays, or protein sequence optimization. Also use for submitting experiments via API, tracking experiment status, downloading results, optimizing protein sequences for better expression using computational tools (NetSolP, SoluProt, SolubleMPNN, ESM), or managing protein design workflows with wet-lab validation.
This skill should be used for time series machine learning tasks including classification, regression, clustering, forecasting, anomaly detection, segmentation, and similarity search. Use when working with temporal data, sequential patterns, or time-indexed observations requiring specialized algorithms beyond standard ML approaches. Particularly suited for univariate and multivariate time series analysis with scikit-learn compatible APIs.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Access real-time and historical stock market data, forex rates, cryptocurrency prices, commodities, economic indicators, and 50+ technical indicators via the Alpha Vantage API. Use when fetching stock prices (OHLCV), company fundamentals (income statement, balance sheet, cash flow), earnings, options data, market news/sentiment, insider transactions, GDP, CPI, treasury yields, gold/silver/oil prices, Bitcoin/crypto prices, forex exchange rates, or calculating technical indicators (SMA, EMA, MACD, RSI, Bollinger Bands). Requires a free API key from alphavantage.co.