Data & Analytics Agent Skills

Data agent skills make AI agents useful for data work: writing SQL, cleaning datasets, building pipelines, working with spreadsheets, and producing analyses. Each skill is a reviewed SKILL.md file that teaches the agent one workflow well, ready to install in seconds.

Data & Analytics

1,725 skills
intelli-verse-x
ivx-cf-run-improver
After a Content Factory run completes successfully, harvest prompts, character references, cost data, and quality scores; diff them against the canonical prompt_registry and character_identity store; open improvement PRs (prompt updates + new character references). Runs ONCE per successful run, then closes. Also files findings into a CF_IMPROVER_ISSUES.csv (Intelliverse audit framework pattern) for the librarian's weekly roll-up.
0
arustydev
lang-sql-dev
Foundational SQL patterns for query writing, schema design, and dialect differences. Use when writing SQL queries, designing database schemas, understanding SQL syntax across PostgreSQL/MySQL/SQLite, or preparing SQL for conversion to other query languages. This is a meta-skill for SQL derivatives.
8
rbutinar
fabric-warehouse-extract
Extract Warehouse DDL & Metadata
0
rulebase-co
cx-skills-matrix
Maps support capabilities, plans cross-training, and sizes multi-skilling against real proficiency and routing cost.
1
rulebase-co
rulebase-workspace-sql
Use when querying a Rulebase workspace with SQL through the MCP server's query tool — writing queries that finish inside the statement timeout, and avoiding the join fan-outs that silently inflate QA evaluation counts. Trigger for "query my Rulebase data", "the query timed out", "statement timeout", "canceling statement due to statement timeout", counts that don't reconcile between two Rulebase queries, criterion counts exceeding team counts, or any multi-step analysis over Rulebase conversations and evaluations.
1
rulebase-co
cx-onboarding-ramp
Use to measure how long new support agents take to reach proficiency and where their ramp stalls, so training and nesting can be targeted. Trigger for "how long until new hires are productive", "time to proficiency", "how is the new cohort doing", nesting or ramp design, comparing training cohorts, or a new hire being assessed before they have had time to ramp.
1
rulebase-co
cx-abandonment-analysis
Analyzes chat and call abandonment, queue patience, and what a high FCR may be hiding when abandoned contacts never become tickets.
1
theheavenlyd3mon
transistor
Manage Transistor.fm podcast hosting from the terminal: view shows, list episodes, check analytics, and get subscriber counts. Use when the user mentions Transistor, podcast hosting, podcast analytics, show management, or episode tracking.
28 · bundle
michaelschecht
game-analytics
Design telemetry systems, define KPIs, analyze player behavior data, and set up dashboards for data-driven game design decisions. Use when instrumenting a game for analytics or interpreting player data. Also trigger for "game telemetry", "player analytics", "game metrics", "KPIs", "player retention", "funnel analysis", or "player behavior".
0
michaelschecht
kalshi-markets
Kalshi prediction market data (prices, odds, orderbooks, trades). Use for prediction markets, Kalshi, betting odds, election and sports betting, market forecasts. Provides real-time market data, event series information, and comprehensive trading analytics.
0 · bundle
michaelschecht
timesfm-forecasting
Zero-shot time series forecasting with Google's TimesFM foundation model. Use for any univariate time series (sales, sensors, energy, vitals, weather) without training a custom model. Supports CSV/DataFrame/array inputs with point forecasts and prediction intervals. Includes a preflight system checker script to verify RAM/GPU before first use.
0 · bundle
peteedoo
dummy-dataset
Generate realistic dummy datasets for testing with customizable columns, constraints, and output formats (CSV, JSON, SQL, Python script). Use when creating test data, building mock datasets, or generating sample data for development and demos.
0
google
bigquery-basics
Manage datasets, tables, and jobs in BigQuery. Run SQL queries, manage BigQuery resources, and perform basic data ingestion and analysis.
14.4k · bundle
nvidia
jetson-customize-mgbe
Generates kernel-DT overlay fragments to enable 25G/10G/1G MGBE QSFP interfaces on Jetson Thor, verifying pinmux and integrating with the BSP customization workflow.
2.2k · bundle
nvidia
dicom-series-to-volume
Converts a single CT DICOM series folder into a Hounsfield Unit NIfTI volume with affine metadata.
2.2k · bundle
nvidia
earth2studio-data-fetch
Guides users through downloading weather/climate data via Earth2Studio data source APIs, verifying variable support via the lexicon system, and generating a working Python fetch script.
2.2k · bundle
nvidia
tao-validate-dataset-format
Validates NVIDIA TAO DAFT datasets for structure, schema, and cross-reference errors using the `tao-daft validate` CLI tool.
2.2k · bundle
antigravity
matplotlib
Create static, animated, and interactive plots using Python's foundational visualization library, with guidance on both pyplot and object-oriented APIs.
42.4k
antigravity
using-neon
Provides guidance on using Neon Serverless Postgres, including setup, connection methods, features like branching and autoscaling, and references to official documentation.
42.4k
google
bigquery-bigframes
Generates Python code using BigQuery DataFrames (BigFrames), the pandas/scikit-learn-style API over BigQuery, for dataframe and ML workflows.
14.4k
google
datalineage-bigquery-asset-impact-analysis
Analyzes the downstream impact (blast radius) when a BigQuery table or view is broken, stale, or modified, identifying all affected downstream tables, dashboards, and processes.
14.4k · bundle
nvidia
earth2studio-create-prognostic
Create Earth2Studio prognostic model wrappers that time-step weather forecasts forward, with triple-inheritance classes, tests, and documentation.
2.2k · bundle
adobe
cja-funnel-health-check
Analyzes a multi-step conversion funnel in Adobe Customer Journey Analytics to find where users drop off and which steps have the worst leakage.
142 · bundle
adobe
scrape-webpage
Extract content, metadata, and images from a webpage for import or migration to AEM Edge Delivery Services.
142 · bundle
adobe
bulk-metadata
Audit and update metadata across multiple AEM Edge Delivery Services pages by scanning the query index, identifying gaps, and generating a corrected bulk metadata spreadsheet.
142 · bundle
github
arize-dataset
Manage Arize datasets and examples using the ax CLI: create, list, get, export, and append datasets for evaluation and experimentation.
36.2k · bundle
github
phoenix-evals
Build and run evaluators for AI/LLM applications using Phoenix, covering error analysis, custom evaluators, experiments, and production monitoring.
36.2k · bundle
github
sponsor-finder
Find which of a GitHub repository's dependencies are sponsorable via GitHub Sponsors, using deps.dev API for dependency resolution and project health data.
36.2k
github
arize-annotation
Creates and manages annotation configs and annotation queues on Arize, and applies human annotations to project spans via the Python SDK.
36.2k · bundle
github
qdrant-monitoring
Guides monitoring and observability setup for Qdrant vector search deployments, including Prometheus scraping, health checks, and metric-based debugging of production issues.
36.2k
github
efcore-d2-db-diagram
Generate D2 database diagrams from Entity Framework Core models by analyzing DbContext, entities, Fluent API, and migrations.
36.2k · bundle
github
cosmosdb-datamodeling
Capture application requirements and access patterns to design Azure Cosmos DB NoSQL data models using best practices and common patterns.
36.2k
github
qdrant-search-quality
Diagnoses and improves Qdrant search relevance by isolating embedding model, configuration, or query strategy issues.
36.2k
github
issue-fields-migration
Bulk-migrate repo labels and Project V2 fields into GitHub org-level issue fields (single select, text, number, date).
36.2k · bundle
github
postgresql-optimization
Optimize PostgreSQL databases with advanced features, performance tuning, and best practices for JSONB, full-text search, window functions, and indexing.
36.2k
github
power-bi-dax-optimization
Analyzes and optimizes DAX formulas for better performance, readability, and maintainability in Power BI.
36.2k

Frequently asked questions

What are Data & Analytics agent skills?

Data agent skills make AI agents useful for data work: writing SQL, cleaning datasets, building pipelines, working with spreadsheets, and producing analyses. Each skill is a reviewed SKILL.md file that teaches the agent one workflow well, ready to install in seconds.

Which Data & Analytics skills are most installed?

Popular Data & Analytics skills on SkillMD right now include earth2studio-data-fetch, bulk-metadata, arize-dataset. Rankings shift as installs change; sort this page by "Most downloaded" for the live list.

Do Data & Analytics skills work with Claude Code and Cursor?

Yes. Every skill here ships as a SKILL.md file, an open format that works in Claude Code, Claude.ai, Cursor, Codex, Windsurf, and 60+ other agents. Install one with npx skillmds add <owner>/<name>, or copy the file into your agent's skills directory.