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.
-
rkortthinkwise Bundle Thinkwise Software Factory MessagesReference guide for creating and maintaining modeled user-facing messages in a Thinkwise Software Factory model — errors, warnings, confirmations, process-flow choices, progress text, and translated database errors. Use whenever an MCP connector with Software Factory access creates, inspects, or troubleshoots a message, or before writing a message-calling SQL statement or a database-error-capture regex.
-
rkortthinkwise Bundle Thinkwise Software Factory Create ViewReference guide for creating views in a Thinkwise Software Factory data model — naming, entity/column setup, domain reuse, modeling references to the view's source tables, and writing/assigning the SELECT code that backs a view. Use whenever creating, reviewing, or troubleshooting a view via an MCP connector with Software Factory access (e.g. sf_mcp, indicium), especially when converting a user's ad hoc SQL query into a view. Does not cover deployment.
-
rkortthinkwise Bundle Thinkwise Software Factory SubroutinesReference guide for creating, configuring, calling, and maintaining subroutines (reusable SQL functions/procedures) in a Thinkwise Software Factory model, including role rights and how to call a subroutine from control procedures, views, tasks, and process flows. Use whenever an MCP connector with Software Factory access creates, inspects, or troubleshoots a subroutine or its body SQL.
-
rkortthinkwise Bundle Thinkwise Software Factory Postgresql MigrationStep-by-step guide and checklist for adding PostgreSQL as a supported platform on an existing Thinkwise Software Factory application (dual-platform, alongside SQL Server/other platforms already enabled) — enabling the platform, porting every category of hand-written SQL (control procedures, calculated fields, prefilters, domain/column default queries), resolving PostgreSQL-specific validation errors, and the dialect/structural rewrites and tooling quirks discovered doing this live. Use whenever a user asks to add PostgreSQL support to an existing model, migrate/port an application to PostgreSQL, or troubleshoots a PostgreSQL-specific generation/validation error (naming collisions, MERGE/FK errors during generation, etc.) in a Thinkwise model.
-
rkortthinkwise Bundle Thinkwise Software Factory Create Control ProceduresReference guide for creating and assigning control procedures in a Thinkwise Software Factory model (code groups, business-logic variables, static/SQL assignment, dynamic model code, multi-RDBMS dialects, SQL coding guidelines). Use whenever creating, assigning, reviewing, or troubleshooting control procedures via an MCP connector with Software Factory access (e.g. sf_mcp, indicium) — before calling get_entity_definition/execute_task/execute_odata_query against control_proc, control_proc_template, code_grp, or prog_object*, and before writing or reviewing any control procedure template SQL.
-
wonderslife Skill Expert Mysql 2MySQL database expert providing SQL optimization, index design, and table structure analysis services. References MySQL official documentation. Invoke this skill when users need SQL optimization, database design, or index optimization. 支持中文触发:SQL优化、数据库设计、索引优化、表结构分析、MySQL优化、查询优化。
-
akillness Bundle Database Schema Design 2Design and optimize database schemas for SQL and NoSQL databases. Use when creating new databases, designing tables, defining relationships, indexing strategies, or database migrations. Handles PostgreSQL, MySQL, MongoDB, normalization, and performance optimization.
42 -
akillness Bundle Security Best Practices 2Implement security best practices for web applications and infrastructure. Use when securing APIs, preventing common vulnerabilities, or implementing security policies. Handles HTTPS, CORS, XSS, SQL Injection, CSRF, rate limiting, and OWASP Top 10.
42 -
dirnbauer Bundle Typo3 Security 3Hardens TYPO3 v14 installations and extensions: secure configuration, trusted hosts, file permissions, locking down the Install Tool, backend user accounts and two-factor authentication, CSP, and safe database access. Use when user input is concatenated straight into an SQL query and should be written with QueryBuilder instead, when output needs escaping against XSS, when CSRF checks are missing, when the Install Tool may be reachable from outside, or when asking what must be locked down before an installation goes live.
-
dirnbauer Bundle Typo3 Datahandler 3Creates, updates, moves, localizes and deletes TYPO3 records programmatically from PHP - import scripts, CLI commands, data migrations - using DataHandler datamaps and cmdmaps. Use when writing hundreds of pages or records from JSON, CSV or another system and the parent references must stay intact, when the reference index goes stale after moving records, when imported records show up owned by nobody because the backend user context is wrong, when localizing an existing element into another language from code, or when extending record operations with hooks and PSR-14 events. Workspace-aware.
-
bobmatnyc Skill XLSX 2Working with Excel files programmatically.
71 -
shashank-yadav Bundle SQLStrategies for writing correct SQL queries against a given schema.
-
shashank-yadav Bundle SQL 2Strategies for writing correct SQL queries against a given schema.
-
shashank-yadav Bundle SQL 3Strategies for writing correct SQL queries against a given schema.
-
24601 Bundle Review 3Pre-landing PR review. Analyzes diff against the base branch for SQL safety, LLM trust boundary violations, conditional side effects, and other structural issues. Use when asked to "review this PR", "code review", "pre-landing review", or "check my diff". Proactively suggest when the user is about to merge or land code changes. (gstack)
34 -
paulieb89 Skill Property To SheetsGenerate a UK property report and save it to Google Sheets as a formatted spreadsheet. Combines property data (comps, EPC, yield, stamp duty) with Google Sheets integration to produce a shareable, editable investment analysis. Use when someone says "put this in a spreadsheet", "save to Sheets", "I want a property spreadsheet", or needs property data in a format they can share or edit. Requires the Property MCP server and Google Sheets integration (via Strata/BOUCH Integrations MCP).
-
yigityildiz0 Skill XLSX WorkflowApply a preservation-first workflow to read, create, edit, clean, calculate, chart, and validate XLSX/XLSM workbooks. Use when the user asks for this workflow or needs an additional spreadsheet integrity checklist; never claim formulas were recalculated unless a real calculation engine verified them. Turkish triggers: Excel çalışma kitabı oluştur veya düzenle, XLSX formül ve biçim, sayfaları doğrula.
-
jeremylongshore Skill SetupSet up Promptbook — connect your account to start tracking builds. Use when the user wants to enable session analytics on promptbook.gg. Trigger with "/setup" or "set up promptbook".
-
05-deepak-patidar Skill Data Privacy ComplianceEngineering for personal data — minimization, retention, deletion, subject rights, and compliance basics (GDPR, India DPDP, CCPA-class laws) as buildable requirements. Use when handling user personal data (names, mobiles, emails, addresses, IDs), designing signup/KYC/contact features, adding analytics or third-party trackers, planning data retention or deletion, or when the user says "privacy", "PII", "GDPR", "DPDP", "compliance", "user data", or "right to be forgotten".
-
xu-xiang Skill Django SecurityDjango 安全最佳实践、身份验证(Authentication)、授权(Authorization)、CSRF 防护、SQL 注入防御、XSS 防御以及安全部署配置。
-
first-fluke Bundle Oma DB 3Database specialist for SQL, NoSQL, and vector database modeling, schema design, normalization, indexing, transactions, integrity, concurrency control, backup, capacity planning, data standards, anti-pattern review, and compliance-aware database design. Use for database, schema, ERD, table design, document model, vector index design, RAG retrieval architecture, migration, query tuning, glossary, capacity estimation, backup strategy, database anti-pattern remediation work, and ISO 27001, ISO 27002, or ISO 22301-aware database recommendations.
-
cor-incorporated Bundle Security ReviewRun a security review against code changes or files. Covers OWASP Top 10: secrets management, input validation, SQL injection, XSS, CSRF, auth/authz, rate limiting, and sensitive data exposure. Use when adding auth, handling user input, creating API endpoints, working with secrets, implementing payments, or integrating third-party APIs. Triggers: 'security review', 'check for vulnerabilities', 'audit this endpoint', 'is this safe'. Do NOT use for general code review, performance optimization, or UI/UX feedback.
-
onfire-ai Skill Contact Data EnrichmentAppend verified professional emails and phone numbers to contact records using the Onfire `contact_data_enrichment` tool. Use when the user asks for emails, phones, or "contact info" for prospects, when enriching a CSV / CRM list, or as the standing follow-up to any `ai_prospecting` run. PAID per contact per data type — has a strict two-phase consent flow above 10 contacts. This skill enforces that flow.
-
zad111ak-ai Skill Security AuditАудит безопасности кода перед деплоем: проверка секретов, SQL injection, path traversal, зависимостей. Не дай агенту уронить продакшн.
-
vostrikovva Skill Postgres DrizzlePostgreSQL with Drizzle ORM and Drizzle Kit. Use when defining schema, generating or applying SQL migrations, or querying Postgres. Prefer generate-and-review over drizzle-kit push on shared databases.
-
nirjhar17 Bundle Sosreport ValidatorGeneral-purpose architect-level validation of RHEL sosreports for any Linux workload. Reads sosreport data from Red Hat supportshell (read-only), generates CSV comparison tables and summary reports locally. Use when reviewing multiple sosreports, validating OS-layer configuration across server groups, checking cross-node consistency, or preparing for performance testing sign-off.
-
nirjhar17 Skill Sosreport Oracle Rac ValidatorHolistic architect-level validation of sosreports for Oracle RAC on RHEL bare metal environments. Reads data from Red Hat supportshell (read-only), generates CSV comparison tables locally. Use when reviewing multiple sosreports at scale, validating Oracle RAC migration readiness, checking OS-layer configuration across DB and APP tiers, or preparing for performance testing sign-off.
-
vathymut Bundle XLSXUse when the deliverable is a spreadsheet (.xlsx) the user wants created, edited, analyzed, or cleaned.
-
vathymut Bundle Code ReviewUse when reviewing code — diffs, PRs, branches, WIP, or SQL — or when requesting or responding to code review.
-
vathymut Bundle Data AccessUse when the user wants to read, profile, convert, SQL-query, or attach a local or remote data file with DuckDB for analysis — including geographic/spatial data (GeoJSON, Shapefile, GPKG, Overture Maps).
-
gracefullight Bundle Oma DB 2Database specialist for SQL, NoSQL, and vector database modeling, schema design, normalization, indexing, transactions, integrity, concurrency control, backup, capacity planning, data standards, anti-pattern review, and compliance-aware database design. Use for database, schema, ERD, table design, document model, vector index design, RAG retrieval architecture, migration, query tuning, glossary, capacity estimation, backup strategy, database anti-pattern remediation work, and ISO 27001, ISO 27002, or ISO 22301-aware database recommendations.
-
shrimpwtf Bundle WhyUse for 'why does X work this way', 'why we picked Y', design rationale, regressions, postmortems, or data-backed thresholds. Discovers available MCPs and queries each evidence category (source control, issue tracker, long-form docs, real-time chat, infrastructure observability, error tracking, product analytics warehouse) in parallel, then returns a cited read on decisions and tradeoffs. Use how for runtime behavior.
-
stacksjs Skill Stacks Analytics 3Use when adding analytics to a Stacks application - configuring Fathom, Plausible, Google Analytics or self-hosted analytics, generating tracking scripts, privacy-friendly analytics setup, or the analytics configuration. Covers @stacksjs/analytics and config/analytics.ts.
-
jaume-68 Skill SeabornStatistical visualization with pandas integration. Use for quick exploration of distributions, relationships, and categorical comparisons with attractive defaults. Best for box plots, violin plots, pair plots, heatmaps. Built on matplotlib. For interactive plots use plotly;...
-
jaume-68 Skill Google Sheets AutomationRead and write Google Sheets spreadsheets - get content, update cells, append rows, fetch specific ranges, search for spreadsheets, and view metadata. Use when user asks to: read a spreadsheet, update cells, add data to Google Sheets, find a spreadsheet, check sheet...
-
tiangong-lca Bundle Tidas Data ImportOrchestrate SDK-backed TIDAS context, tidas-tools package conversion, and source-document authoring through the tiangong-lca CLI. Use for Foundry import tasks that start from packaged LCA datasets or PDF/Excel/source files.
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 thinkwise-software-factory-messages, thinkwise-software-factory-create-view, thinkwise-software-factory-subroutines. 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.