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.
-
finchipaiorg Skill Hls Extract Fda Warning Letter ObligationsExtract compliance obligations from a warning letter and supporting inspection materials into a structured spreadsheet register with required columns, categorized obligations, phased timeline, and a summary/risk assessment tab.
-
finchipaiorg Skill Extract Key Terms Warehouse Credit FacilityExtract material terms from a warehouse credit facility term sheet and any supplemental side letter, compare overlapping provisions for consistency, identify undefined or ambiguous covenant language, and flag structural issues in events of default and eligibility provisions for follow-up analysis and negotiation.
-
niufei12138 Bundle Origin Publication FigureCreate high-quality scientific and journal-ready figures in Origin/OriginPro using the local originlab MCP. Use when the user asks Codex to plot with Origin, make publication-quality or manuscript figures, polish scientific graphs, fit data for an Origin figure, export Origin figures, save .opju source files, or create reusable Origin figure outputs from CSV, Excel, pasted data, or existing Origin worksheets.
-
suifeng156 Bundle CSV SummarizerRead a CSV file and produce a concise summary including row count, column names, inferred types per column, and any obvious data-quality issues. Activates when the user asks to summarize, profile, or describe a CSV file or any tabular dataset in the working directory.
-
persimmon-automation-labs Skill Data DB CLIInspect and query a Persimmon project's PostgreSQL database WITHOUT writing a throwaway script each time — via a committed read-only-by-default CLI (`npm run db`) and/or a Postgres MCP server for tool-native querying. Covers the safety model (read-only default, --write/--prod guards), setup, and when to use the CLI vs the MCP. Use when you need to look at real data, check a schema, debug a query, or verify a migration applied. Trigger keywords: query the database, look at the data, db cli, run SQL, inspect schema, count rows, check the table, postgres mcp, psql.
-
iceman1001 Bundle Rigol ScopeDrive a Rigol oscilloscope (DS2000-series / DS2302A) over LAN with `rigol.py` - configure channels/trigger/timebase, capture one-shot and delayed events, measure VMIN/VMAX/dips, dump full waveforms to CSV, and grab PNG screenshots. Use whenever you touch the scope; do NOT hand-roll `lxi scpi`.
-
persimmon-automation-labs Skill Client AnalyticsAnalytics — Persimmon Patterns
-
yalishevant Bundle Performance Concurrency AdvisorAnalyze and improve performance, throughput, latency, and concurrency behavior in Kotlin plus Spring services using real evidence from metrics, traces, SQL, thread or heap signals, and code paths. Use when endpoints are slow, pools saturate, coroutines or reactive flows block unexpectedly, N+1 or contention appears, or caching and parallelism decisions need precise, non-generic guidance.
-
nisar999 Skill Data EngineeringBuilds ETL/ELT pipelines, data warehouses, streaming, orchestration, and data quality. Use when designing medallion architectures, Airflow/Dagster DAGs, dbt models, or data lineage.
-
majinabhinav-gif Bundle Fee BillingBuild and manage advisory fee billing operations from fee schedule design through calculation, collection, revenue recognition, and compliance disclosure. Use when the user asks about tiered or breakpoint fee schedules, billing cycle configuration, AUM valuation for billing, direct-debit vs invoice collection, GAAP revenue recognition for fees, ADV Part 2A or Reg BI fee disclosure, diagnosing billing exceptions or refunds, migrating from spreadsheet billing to automated systems, or forecasting advisory revenue. Also trigger when users mention 'fee calculation', 'billing engine', 'effective fee rate', 'household billing aggregation', 'mid-period adjustment', 'billing in advance vs arrears', 'fee compression', or 'ERISA 408(b)(2)'.
-
fengbuming Bundle Biaoge表格处理。用于创建、编辑、分析或格式化 Excel、CSV、TSV 等表格,并尽量保留公式、缓存值、结构和样式。
-
majinabhinav-gif Bundle Workflow AutomationDesign human-in-the-loop workflow orchestration for securities operations: task routing, approval chains, and SLA monitoring. Use when building multi-level approval chains with dollar thresholds and delegation of authority, enforcing four-eyes (maker-checker) controls, defining escalation rules for aging work items approaching SLA breach, designing human-in-the-loop gates, selecting a workflow engine or BPM platform (Camunda, Pega, ServiceNow), modeling a process as a state machine, adding audit trails for SEC Rule 17a-3/17a-4 or FINRA supervisory obligations, or migrating from email-and-spreadsheet tracking. For zero-touch automation rates and STP measurement, see stp-automation.
-
majinabhinav-gif Skill Crm Client LifecycleDesign and optimize CRM systems and client lifecycle workflows for advisory firms, covering segmentation, household management, service tiers, and retention analytics. Use when the user asks about client segmentation models, building household structures, defining service tier SLAs, scheduling reviews, tracking lifecycle stages from prospect through estate, identifying at-risk clients, analyzing wallet share, consolidating held-away assets, or evaluating CRM platforms. Also trigger when users mention 'client segmentation', 'retention risk', 'at-risk clients', 'household linking', 'multi-generational', 'service tiers', 'Redtail', 'Wealthbox', 'Salesforce for advisors', 'referral tracking', or 'contact gap'.
-
noeligt Bundle Sp DiagramsAnalyze SQL stored procedures and generate detailed visual diagrams, especially when the user asks for an image, infographic, or explanation of a stored procedure from an IntelliJ project, SQL file, package, procedure name, or code snippet. Use for T-SQL, PL/SQL, PL/pgSQL, MySQL, DB2 SQL PL, and similar database procedure logic; identify inputs, outputs, table dependencies, branches, loops, transactions, dynamic SQL, errors, and call flow, then use imagegen for a polished raster diagram when requested.
-
fengbuming Bundle Zhongwen中文文本安全处理。用于生成、编辑或导出源码、模板、JSON、YAML、SQL、日志、错误信息、界面文案、CSV 或 Excel 中的中文内容,避免乱码、`???` 或 `\\uXXXX` 转义。
-
xuanjgcarryyou Bundle Migrating SchemaActs as the mandatory safety gate for all database schema changes, requiring explicit approval before any migration file is generated. Invoke this skill when a user says "migration", "alter table", "schema change", "add column", "drop column", or mentions "schema.prisma". It produces an impact analysis with risk level, forward SQL (up migration), rollback SQL (down migration), and production recovery steps. HIGH RISK operations — including DROP COLUMN, DROP TABLE, and adding NOT NULL constraints — are blocked until a data migration strategy is confirmed and the user explicitly approves.
-
xuanjgcarryyou Bundle Secure Vibe CodingSecurity co-pilot for AI-assisted rapid development (vibe coding) sessions. Activates a set of non-negotiable security guardrails that run alongside every code generation, preventing the classic vibe-coding failure modes: hardcoded secrets, disabled auth guards, raw SQL from user input, unvalidated outbound URLs, and stack-trace leakage in API responses. Invoke this skill at the START of any vibe coding session, or when the user says "let's go fast", "just ship it", "vibe coding mode", "speed run this", "skip the boilerplate", "secure vibe coding", "vibe with guardrails", or "keep me secure while we build fast". ALSO trigger whenever Claude is about to generate code that touches auth, database queries, HTTP clients, file uploads, or API responses — these are the five zones where speed kills security. The goal is not to slow down: it is to eliminate the security rework that happens after shipping insecure code fast. When this skill is active, do NOT produce a separate security report after code generation — th
-
raja21068 Bundle Professor Outreach Agent V2ChatGPT-side professor outreach workflow. Use this when the user wants to upload a CV/profile, name a university/department, find 10-20 relevant professors from public pages, create professors.csv, write personalized email drafts, create honest tailored CV drafts, and return a ZIP. Do not auto-send emails.
-
xieallezy Bundle Analyze DataAnalyze and transform spreadsheet or tabular data into reliable, presentation-ready outputs. Use when working with Excel or WPS workbooks, CSV files, user-detail tables, operational datasets, pivot tables, grouped comparisons, KPI summaries, conditional formatting, or data-quality checks. Apply this skill when the user asks to clean data, define metrics, compare segments, build native pivot tables, create analysis sheets, or produce polished external-facing spreadsheet reports.
-
zap-coding-agent Skill Service LayerUse when writing or reviewing an application/service/use-case layer — orchestrating a business operation across domain objects and repositories, setting transaction boundaries, publishing events, and coordinating side effects. Catches "God services" stuffed with business rules, mapping, or framework/SQL code. Technology-agnostic.
-
arishofmann Skill Fable DataDisziplin für Datenanalyse gegen voreilige oder verzerrte Schlüsse. Auslösen bei "analysiere die Daten", "analyze this dataset", bei CSV/Parquet/DataFrame-Kontext oder Statistik-/Metrik-Fragen. Erzwingt: Datenform zuerst verstehen, Datenqualität vor jeder Auswertung, Hypothese vor dem Rechnen.
-
voraviz Bundle Wmq FixpackFind latest or specific fixpack for IBM MQ or WebSphere MQ from IBM's support pages to gather information about APARs (Authorized Program Analysis Reports) included in IBM WebSphere MQ 9.3 LTS and 9.4 LTS and 9.4 CD then consolidates fixpack information into easy to understand format in text, markdown and CSV format
-
voraviz Bundle Websphere FixpackFind latest or specific fixpack for IBM WebSphere Application Server (WAS and WASND) and related IBM HTTP Server (IHS) from official IBM's web site to gather information about APARs (Authorized Program Analysis Reports) included in IBM WebSphere Application Server version 9.x and 8.5.x then consolidates fixpack information into easy to understand format in text, markdown and CSV format
-
lalakinskywalker Skill Auditoria PerformanceAuditoria de velocidad y eficiencia de tu app, full-stack. Mide Core Web Vitals (LCP, INP, CLS) en desktop y movil con red simulada, peso del bundle y assets, queries SQL lentas, tiempo de respuesta de las APIs, fugas de memoria tras sesion prolongada, y queries N+1 en listados. Detecta lo que erosiona la experiencia del usuario sin romper nada visualmente. Activar cuando el usuario dice: auditoria de performance, mi app va lenta, audita el rendimiento, /auditoria-performance. OBLIGATORIA antes de un lanzamiento publico o entrega a un cliente.
-
ehopfenb-rh Skill Ossm Operator InitiativesAnalyze the OCP Operator Portfolio Alignment Google Doc against OSSM's tracking Jiras and update the OSSM OCP Operator Initiatives Tracker spreadsheet. Use when the user asks to update operator initiatives, check OCP operator requirements, refresh the OSSM tracking sheet, or review what OSSM needs to work on for OCP releases.
-
wade-devcode Skill Database Safety写 SQL、改表结构、做数据迁移时使用。防止锁表、丢数据、慢查询。
-
dinaf2026-web Skill Web CompleteThe complete web development skill suite — all 14 specialized skills in one. Covers copywriting, forms, GSAP animations, scrollytelling, micro-interactions, auth, ecommerce, email capture, analytics, OG images, PWA, maps, real-time features, and i18n. Use this as your entry point, then drill into specific skills as needed.
-
dinaf2026-web Skill Web Analytics---
-
rloisell Skill AI Session FilesMaintains the AI collaboration audit trail in every project — WORKLOG.md, CHANGES.csv, COMMANDS.sh, and COMMIT_INFO.txt. Use when ending a session, writing session logs, or when any of the files under AI/ need to be created or updated.
-
rloisell Skill Bc Gov Database SecurityBC Government Database Security Standard for Information Protection — 23 mandatory controls covering data classification, separation of duties, encryption, access provisioning, environment segregation, vulnerability assessment, change management, patching, bulk-data export controls, audit logging, and access reviews. Use when designing or reviewing database systems for BC Government services (Oracle, MariaDB, SQL Server, PostgreSQL, etc.) or when answering STRA/PIA questions about database controls.
-
luziyezz Bundle Token Efficient WorkflowAlways-on token-efficient Codex workflow for every project, conversation, and request. Use for all Codex tasks to save context and quota without reducing model quality or task completion, especially codebase investigation, PHP/ThinkPHP debugging, deployment, logs, browser inspection, long conversations, and large files such as Excel, Word, exports, and command outputs.
-
the-notorious-avengers Bundle Code Forensics WeaponForensic investigation methodology for software-development and agency-services engagements where a client has been overcharged, defrauded, or materially injured by a vendor and possesses a paper trail (invoices, emails, git repo, audit reports). Produces an 11-deliverable evidence packet — master forensic report, agency-services subreport, attorney legal memo, plain-language client report, 51-tab invoice spreadsheet, and a 6-document pre-litigation pack. Trigger whenever the user describes the pattern of paid $100k+ for a half-working product, monthly maintenance retainer with little or no git activity, hosting double-billing, virtual-assistant or social-media charges without delivery, or any sibling pattern. Defendant-agnostic — see defendant-profile-template for plugging in case-specific corporate context. Calibrated against the Example Booking Co. matter ($202K documented spend, $183K-$381K damages range).
-
the-notorious-avengers Bundle Product Tour Onboarding UI WeaponIn-app product tour and onboarding UI specialist. Selects the right tour tool (Userpilot, Appcues, Userflow, Pendo Guides, Driver.js, Shepherd.js, Intro.js), implements tooltip/modal/hotspot/checklist components, wires segment-based trigger logic, and establishes a tour maintenance protocol that survives iterative UI changes. Invoke when the user says "set up a product tour", "build an onboarding checklist", "compare Driver.js vs Shepherd.js", "our tours keep breaking after deploys", "which product tour tool should we use", "add segment-based tour triggers", or "our tour is showing to the wrong users". Do NOT invoke for broader onboarding email sequences (lifecycle-email Angel), user-auth flows (auth-guardian), design token work (ux-ui-guardian), or analytics instrumentation (posthog/mixpanel Angels).
-
arcdodo Bundle AI Credit Expense ReportUse when整理个人 AI 平台充值、发票、购买记录,并生成单个 Excel「AI积分消耗情况表」。适用于可灵、即梦、RunningHub、Hailuo 等平台,需要按人民币、充值金额、获得积分、消耗积分、剩余积分,以及生成次数和平台规则估算成本。
-
lnc0831 Skill Ila Hw DebugInsert/connect an ILA (Integrated Logic Analyzer), program the board, arm a trigger, and read back captured waveforms on real FPGA hardware. Use when the user says "debug on hardware", "insert ILA", "capture waveform on the board", "the design works in sim but fails on the board", "trigger when X happens on hardware", "probe a signal live", "read the ILA", or wants to observe live silicon behavior via JTAG. Covers the full loop: mark/insert debug cores -> re-implement -> bitstream -> connect hardware server -> program with .ltx probes -> set trigger -> arm -> capture -> read CSV. Requires the SynthPilot MCP server with Vivado open and tcl_server.tcl running, plus a physical JTAG-connected board and a running hw_server (hardware server).
-
nikoxkx Skill CSV ProcessorParses, transforms, validates, and exports CSV files. Use when reading, cleaning, filtering, merging, or converting CSV data.
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 hls-extract-fda-warning-letter-obligations, extract-key-terms-warehouse-credit-facility, origin-publication-figure. 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.