Data & Analytics
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.
-
tomevault-io Bundle Oscar Web Worker PatternsPatterns for Web Worker integration in OSCAR analyzer including CSV parsing, analytics computation, and Fitbit API communication. Use when implementing or debugging worker-based features. Use when this capability is needed.
-
tomevault-io Bundle Pokemon Card PricesLook up Pokemon Trading Card Game prices from the TCGCSV API. Use this when users ask about card prices, market values, or availability for specific Pokemon cards in English sets. Supports flexible card name matching, rarity abbreviations (IR, SIR, etc.), and "did you mean?" suggestions for misspelled set or card names. Returns current market price, listing prices, and card details without loading entire CSV files into context. Use when this capability is needed.
-
tomevault-io Bundle UtilitiesDeveloper utilities and tools — CLI generation, skill scaffolding, agent delegation, system upgrades, evals, documents, parsing, audio editing, Fabric patterns, Cloudflare infrastructure, browser automation, meta-prompting, and aphorisms. USE WHEN create CLI, build CLI, command-line tool, wrap API, add command, upgrade tier, TypeScript CLI, create skill, new skill, scaffold skill, validate skill, update skill, fix skill structure, canonicalize skill, parallel execution, agent teams, delegate, workstreams, swarm, upgrade, improve system, system upgrade, check Anthropic, algorithm upgrade, mine reflections, find sources, research upgrade, PAI upgrade, eval, evaluate, test agent, benchmark, verify behavior, regression test, capability test, run eval, compare models, compare prompts, create judge, view results, document, process file, create document, convert format, extract text, PDF, DOCX, XLSX, PPTX, Word, Excel, spreadsheet, PowerPoint, presentation, slides, consulting report, large PDF, merge PDF, fill form,
-
tomevault-io Bundle SQL LoadLoad a flat dataset (CSV / Parquet / JSON / Excel) into a SQL database. Either uses an existing configured database connection or walks the user through configuring a new one (PostgreSQL, MySQL, SQLite, MSSQL, DuckDB). Creates the table if absent, validates schema, handles primary keys and indexes, and loads with chunked inserts for large files. Use when this capability is needed.
-
tomevault-io Bundle Nutrient OpenclawDocument processing for OpenClaw — convert, extract, OCR, redact, sign, and watermark PDFs and Office documents using the Nutrient DWS API. Use when asked to convert documents (DOCX/XLSX/PPTX to PDF, PDF to images or Office formats), extract text or tables from PDFs, apply OCR to scanned documents, redact sensitive information or PII, add watermarks, or digitally sign documents. Triggers on "convert to PDF", "extract text", "OCR this", "redact PII", "watermark", "sign document", or any document processing request. Use when this capability is needed.
-
tomevault-io Bundle Check SQL InjectionAnalyzes PHP code for SQL injection vulnerabilities. Detects query concatenation, ORM misuse, raw queries, dynamic identifiers, prepared statement bypasses.
-
tomevault-io Bundle Claude Code TemplatesCLI tool for configuring and monitoring Claude Code with a comprehensive collection of 600+ AI agents, 200+ custom commands, 55+ external service integrations (MCPs), 60+ settings, 39+ hooks, and 14+ project templates. Use when users need to install or manage Claude Code components, browse available templates, run analytics/health checks, or set up development workflows. Integrates with Claude Code, Cursor, Cline, and 10+ other AI coding platforms. Use when this capability is needed.
-
tomevault-io Bundle Order FulfillmentWhen the user wants to design or optimize order fulfillment operations, improve pick-pack-ship processes, or reduce fulfillment costs. Also use when the user mentions "order processing," "pick-pack-ship," "picking strategy," "packing operations," "shipping optimization," "wave planning," "batch picking," or "fulfillment center operations." For warehouse layout, see warehouse-design. For routing pickers, see picker-routing-optimization. Use when this capability is needed.
-
tomevault-io Bundle Creating DB Analytics AnalysisUse when creating new multi-subscriber database analyses in db-analytics project - guides the complete workflow from database exploration through CI integration, using subagents for each step and ensuring all changes are on a feature branch
-
tomevault-io Bundle Database Selection SQL Vs NosqlGuidance and best practices for database selection (sql vs nosql). Use when this capability is needed.
-
tomevault-io Bundle Oscar Test Data GenerationGenerate realistic synthetic CPAP/sleep therapy test data using the project's builders. Use when creating tests, examples, or validation scenarios that require OSCAR CSV data. Never use real patient data. Use when this capability is needed.
-
tomevault-io Bundle Retail ReplenishmentWhen the user wants to optimize retail store replenishment, calculate reorder points for stores, or manage continuous replenishment. Also use when the user mentions "store replenishment," "auto-replenishment," "min-max inventory," "store orders," "DC to store," "continuous replenishment," or "vendor-managed inventory (VMI)." For initial allocation, see retail-allocation. For DC operations, see warehouse-design. Use when this capability is needed.
-
tomevault-io Bundle Warehouse AutomationWhen the user wants to implement warehouse automation, evaluate automation technologies, or design automated material handling systems. Also use when the user mentions "warehouse robotics," "automated storage," "AS/RS," "goods-to-person," "conveyor systems," "sortation," "AMR," "AGV," "automated picking," or "warehouse automation ROI." For warehouse layout design, see warehouse-design. For order fulfillment, see order-fulfillment. Use when this capability is needed.
-
tomevault-io Bundle VbaexcelExtraer y reimportar codigo VBA de archivos Excel .xlsm en Windows usando Python (pywin32/oletools) o VBScript. Usar para exportar modulos .bas, refactorizar en VS Code y volver a importar al XLSM. Use when this capability is needed.
-
tomevault-io Bundle Dashboard VisualizationGuide for building dashboards, charts, KPI cards, and data visualizations. Use when creating dashboard pages, adding charts to features, building stat displays, aggregating data for visual presentation, or implementing export (CSV/PNG/fullscreen) for charts. Based on the Books dashboard implementation using Recharts and shadcn/ui chart components. Use when this capability is needed.
-
tomevault-io Bundle Tidewave IntegrationTidewave MCP runtime tools — debugging, smoke testing, live state inspection, SQL queries, hex docs. Use when evaluating code in a running Phoenix app. Use when this capability is needed.
-
tomevault-io Bundle Omer Metin Skills For Antigravity Analytics Architecture---
-
tomevault-io Bundle Implementation Lokstra Create MigrationsCreate SQL migration files for database schema. Generate .up.sql and .down.sql files using Lokstra CLI. Supports single and multi-database setups with migration.yaml configuration. Use when this capability is needed.
-
tomevault-io Bundle SQL Database DocumentationUse when working with the ability to take in a SQL-Dump and create a Markdown-Notebook for each found table
-
tomevault-io Bundle Insightpulse Superset Embedded AnalyticsDesign and configure embedded Superset dashboards for internal tools and customer apps with theming, RLS, SSO, and scalable UX. Use when this capability is needed.
-
tomevault-io Bundle Supply Chain AnalyticsWhen the user wants to analyze supply chain performance, build analytics dashboards, or track KPIs. Also use when the user mentions "supply chain metrics," "performance analytics," "KPI tracking," "dashboard design," "business intelligence," "data visualization," "supply chain reporting," "metrics analysis," or "performance measurement." For forecasting specifically, see demand-forecasting. For optimization, see optimization-modeling. Use when this capability is needed.
-
tomevault-io Bundle SQL Optimization InterviewerUse when working with a Data Engineering interviewer focused on database performance. Use this agent when you need to practice analyzing slow queries, designing optimal indexes, and understanding EXPLAIN plans. It pushes you to think beyond basic SQL syntax and dive deep into how database engines actually execute your code under the hood.
-
tomevault-io Bundle Resource IsolationUse when setting up or troubleshooting resource groups, query queues, or big-query circuit breakers — or when a runaway query is starving other workloads. Covers resource group classifier mismatches (queries falling to default_wg), CPU/memory/scan limit calibration from audit log percentiles, SQL blacklist patterns, query queue full rejection errors, and emergency statistics collection disable when BRPC is saturated.
-
tomevault-io Bundle Initiating CoverageCreate institutional-quality equity research initiation reports through a 5-task workflow. Tasks must be executed individually with verified prerequisites - (1) company research, (2) financial modeling, (3) valuation analysis, (4) chart generation, (5) final report assembly. Each task produces specific deliverables (markdown docs, Excel models, charts, or DOCX reports). Tasks 3-5 have dependencies on earlier tasks. Use when this capability is needed.
-
tomevault-io Bundle Shelby Storage IntegrationExpert on integrating Shelby Protocol decentralized storage into applications. Helps with use case evaluation, architecture design, migration strategies, cost optimization, performance tuning for video streaming, AI training, data analytics, content delivery, and read-heavy workloads. Triggers on keywords integrate Shelby, decentralized storage integration, video streaming storage, AI training data, data analytics storage, migration to Shelby, storage architecture, content delivery, Shelby use case. Use when this capability is needed.
-
tomevault-io Bundle Extract Test SetExtract raw price dataframe for a test case Use when this capability is needed.
-
tomevault-io Bundle Fabric Spark Perf RemediateDiagnose and resolve Apache Spark performance issues in Microsoft Fabric. Use when asked to troubleshoot slow Spark notebooks, optimize Spark SQL queries, fix data skew or shuffle bottlenecks, tune spark.sql.shuffle.partitions or autoBroadcastJoinThreshold, configure resource profiles (writeHeavy, readHeavyForSpark, readHeavyForPBI), enable autotune, resolve HTTP 430 throttling errors, analyze Spark UI stages and executors, optimize Delta Lake writes with VOrder or Optimized Write, run table maintenance (bin-compaction, vacuum, Z-Order), fix small files problems, tune streaming throughput, or right-size Fabric Spark pools and capacity SKUs. Use when this capability is needed.
-
tomevault-io Bundle Test Reporting AnalyticsAdvanced test reporting, quality dashboards, predictive analytics, trend analysis, and executive reporting for QE metrics. Use when communicating quality status, tracking trends, or making data-driven decisions. Use when this capability is needed.
-
tomevault-io Bundle Market Breadth AnalyzerQuantifies market breadth health using TraderMonty's public CSV data. Generates a 0-100 composite score across 6 components (100 = healthy). No API key required. Use when user asks about market breadth, participation rate, advance-decline health, whether the rally is broad-based, or general market health assessment. Use when this capability is needed.
-
tomevault-io Bundle Dbt Helpers Integration TestcontainersSet up and run integration tests using Testcontainers. Use when testing warehouse adapters against real database engines or verifying filesystem-dependent operations. Use when this capability is needed.
-
tomevault-io Bundle MCP Server AdditionComprehensive checklist for integrating new MCP servers into the specialist and role agent ecosystem. Ensures complete integration including configuration, validation, specialist updates, documentation, and testing. Use when this capability is needed.
-
tomevault-io Bundle Manage Unext CommentatorsU-NEXTの実況・解説者情報の調査からCSV更新、カレンダー反映までを行う総合スキル。 Use when this capability is needed.
-
tomevault-io Bundle Data Analytics EngineeringAnalytics engineering for reliable metrics and BI readiness. Use when building dbt models, defining metrics, or designing analytics layers. Use when this capability is needed.
-
tomevault-io Bundle Office Design ToolkitBộ kỹ năng Office (DOCX/PPTX/XLSX/PDF) và Design Toolkit tích hợp từ file người dùng cung cấp. Use when this capability is needed.
-
tomevault-io Bundle Dagster DevelopmentExpert guidance for Dagster data orchestration including assets, resources, schedules, sensors, partitions, testing, and ETL patterns. Use when building or extending Dagster projects, writing assets, configuring automation, or integrating with dbt/dlt/Sling. Use when this capability is needed.
-
tomevault-io Bundle Uap Release AnalyzerInventory, extract, and analyze tranches of declassified UAP/UFO files — including war.gov/UFO/ "PURSUE" releases, FBI Vault, NARA boxes, and AARO publications. Use this skill whenever the user points at a folder of UAP/UFO/declassified PDFs, asks "what's in this release?", references war.gov/UFO/, AARO, PURSUE, FOIA tranches, FBI 62-HQ-83894, or asks for keyword/entity/redaction analysis across a corpus of declassified documents — even if they don't explicitly ask for an "analysis." Also triggers on requests to compare tranches, summarize a single declassified PDF, classify documents by agency, or surface (b)(1)/(b)(6)/NOFORN redaction patterns. Produces a standardized inventory.csv, per-file digest, entities.json, and REPORT.md. Use when this capability is needed.
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 oscar-web-worker-patterns, pokemon-card-prices, utilities. Rankings shift as installs change; sort this page by "Most installs" 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@latest add <owner>/<name>, or copy the file into your agent's skills directory.