Skip to content

Commit 8c0ae66

Browse files
committed
Add SRE security and data industry collections
1 parent a79d56e commit 8c0ae66

8 files changed

Lines changed: 869 additions & 3 deletions

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
### The open catalog of AI agent skills
66

77
[![Published](https://img.shields.io/badge/published-2%2C574-6366f1?style=for-the-badge)](skills/)
8-
[![Industry%20Collections](https://img.shields.io/badge/industry--collections-12-14b8a6?style=for-the-badge)](industries/README.md)
8+
[![Industry%20Collections](https://img.shields.io/badge/industry--collections-15-14b8a6?style=for-the-badge)](industries/README.md)
99
[![Categories](https://img.shields.io/badge/categories-17-0ea5e9?style=for-the-badge)](categories/README.md)
1010
[![Security%20Reviewed](https://img.shields.io/badge/security--reviewed-2%2C216-10b981?style=for-the-badge)](verification/)
1111
[![License](https://img.shields.io/badge/license-MIT-f59e0b?style=for-the-badge)](LICENSE)
1212

1313
**[Categories](categories/README.md) · [Industry Collections](industries/README.md) · [Top Starred](TOP-STARS.md) · [Top Downloaded](TOP-DOWNLOADS.md) · [Catalog](CATALOG.md) · [Submit a Skill](#submit-a-skill)**
1414

15-
*2,574 published skills · 12 Industry Collections · 17 categories · Real ecosystem signals · Updated daily*
15+
*2,574 published skills · 15 Industry Collections · 17 categories · Real ecosystem signals · Updated daily*
1616

1717
</div>
1818

@@ -73,6 +73,9 @@ Curated skill sets organized by industry vertical:
7373
| 🎓 | [**Education & Research Workflows**](industries/education-research-workflows.md) | Literature review, citation context, research synthesis, paper drafting, replication checks, and evidence packets for academic and technical teams. |
7474
| 📣 | [**GTM & RevOps Workflows**](industries/gtm-revops-workflows.md) | Demand generation, SEO and content operations, lifecycle email, CRM enrichment, lead routing, scheduling, feedback capture, and sales/revenue operations workflows. |
7575
| 🧭 | [**AI Agency Operations & FDE Workflows**](industries/ai-agency-operations.md) | Client-facing AI delivery, forward deployed engineering workflows, browser automation, implementation systems, documentation, spreadsheets, proposals, and client handoff workflows. |
76+
| 🛠️ | [**Infrastructure, SRE & Incident Operations**](industries/infrastructure-sre-incident-operations.md) | Production reliability workflows for Kubernetes, incidents, observability, backups, deploy safety, infrastructure drift, alerts, and runbook-driven debugging. |
77+
| 🛡️ | [**Security Operations & GRC Workflows**](industries/security-operations-grc-workflows.md) | Security operations and governance workflows for dependency risk, secrets, CI hardening, agent guardrails, approvals, policy evidence, threat hunting, red-team checks, and audit-ready releases. |
78+
| 🗄️ | [**Data Platform & Analytics Engineering**](industries/data-platform-analytics-engineering.md) | Data engineering and analytics operations workflows for SQL, dbt, Airflow, warehouses, Postgres, CSV cleanup, schema quality, backups, lineage, dashboards, and query tuning. |
7679

7780
See the full overlay index in [industries/README.md](industries/README.md).
7881

industries/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
| 🎓 | [**Education & Research Workflows**](education-research-workflows.md) | 21 | Literature review, citation context, research synthesis, paper drafting, replication checks, and evidence packets for academic and technical teams. |
1717
| 📣 | [**GTM & RevOps Workflows**](gtm-revops-workflows.md) | 25 | Demand generation, SEO and content operations, lifecycle email, CRM enrichment, lead routing, scheduling, feedback capture, and sales/revenue operations workflows. |
1818
| 🧭 | [**AI Agency Operations & FDE Workflows**](ai-agency-operations.md) | 19 | Client-facing AI delivery, forward deployed engineering workflows, browser automation, implementation systems, documentation, spreadsheets, proposals, and client handoff workflows. |
19+
| 🛠️ | [**Infrastructure, SRE & Incident Operations**](infrastructure-sre-incident-operations.md) | 24 | Production reliability workflows for Kubernetes, incidents, observability, backups, deploy safety, infrastructure drift, alerts, and runbook-driven debugging. |
20+
| 🛡️ | [**Security Operations & GRC Workflows**](security-operations-grc-workflows.md) | 24 | Security operations and governance workflows for dependency risk, secrets, CI hardening, agent guardrails, approvals, policy evidence, threat hunting, red-team checks, and audit-ready releases. |
21+
| 🗄️ | [**Data Platform & Analytics Engineering**](data-platform-analytics-engineering.md) | 24 | Data engineering and analytics operations workflows for SQL, dbt, Airflow, warehouses, Postgres, CSV cleanup, schema quality, backups, lineage, dashboards, and query tuning. |
1922

2023
---
2124

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
# 🗄️ Data Platform & Analytics Engineering
2+
3+
Data engineering and analytics operations workflows for SQL, dbt, Airflow, warehouses, Postgres, CSV cleanup, schema quality, backups, lineage, dashboards, and query tuning.
4+
5+
- Live page: https://agentskillexchange.com/industry-skills/#data-platform-analytics-engineering
6+
- Homepage access: Curated Collections on https://agentskillexchange.com/
7+
8+
## Who this is for
9+
10+
- Data engineers, analytics engineers, data platform teams, BI operators, and database reliability owners.
11+
- Teams managing dbt projects, SQL quality, warehouse performance, CSV cleanup, pipeline orchestration, schema review, dashboards, and database operations.
12+
13+
## Jobs covered
14+
15+
- Operate Airflow and dbt context for pipeline orchestration, lineage, and transformation review.
16+
- Lint, format, and validate SQL, dbt, CSV, and schema changes before they break downstream consumers.
17+
- Profile local files and query structured exports before loading them into warehouses or dashboards.
18+
- Tune PostgreSQL and Snowflake performance while preserving backup and restore readiness.
19+
20+
## Workflow Stacks
21+
22+
- **dbt change review:** Inspect lineage → compare warehouse relations → format SQL/Jinja → run dbt checks → publish review notes
23+
- **CSV to trusted dataset:** Profile raw files → validate schema → clean rows → query locally with SQL → promote to pipeline
24+
- **Warehouse reliability loop:** Detect slow queries → lint migrations → inventory schemas → optimize warehouse queries → verify backup path
25+
26+
## Recommended Picks
27+
28+
| Skill | What it does here | Persona | Install | Stars |
29+
|---|---|---|---|---:|
30+
| [Apache Airflow MCP](../skills/apache-airflow-mcp/) | Connects agents to Airflow DAG context and orchestration workflows for platform-owned pipelines. | Data platform engineer | High | 45k |
31+
| [dbt Cloud MCP](../skills/dbt-cloud-mcp/) | Lets agents inspect and operate dbt Cloud context without treating the warehouse as a black box. | Analytics engineer | Medium | 12.6k |
32+
| [dbt Data Transform Orchestrator](../skills/dbt-data-transform-orchestrator/) | Frames dbt model runs and transformation orchestration as a repeatable analytics engineering workflow. | Analytics engineer | Medium | 12.6k |
33+
| [Compare dbt models and warehouse relations before trusting migration parity with dbt-audit-helper](../skills/compare-dbt-models-and-warehouse-relations-before-trusting-migration-parity-with-dbt-audit-helper/) | Checks dbt model and warehouse parity before migrations or refactors are trusted. | Data quality lead | Medium | 402 |
34+
| [dbt Model Lineage Extractor](../skills/dbt-model-lineage-extractor-2/) | Extracts model lineage so teams can reason about downstream impact before changing data assets. | Analytics platform owner | Medium | 12.6k |
35+
| [Gate dbt projects with pre-commit checks from dbt-checkpoint](../skills/gate-dbt-projects-with-pre-commit-checks-from-dbt-checkpoint/) | Adds pre-commit gates for dbt projects before style, tests, or docs drift. | Analytics engineering reviewer | Low | 738 |
36+
| [Normalize dbt SQL and Jinja templates into consistent review-ready style with sqlfmt](../skills/normalize-dbt-sql-and-jinja-templates-into-consistent-review-ready-style-with-sqlfmt/) | Normalizes dbt SQL and Jinja into review-ready form before warehouse changes merge. | Analytics engineer | Low | 530 |
37+
| [SQLFluff SQL Linter and Auto-Formatter](../skills/sqlfluff-sql-linter-auto-formatter/) | Lints and formats SQL so warehouse changes are reviewable and consistent. | Data engineer | Low | 9.6k |
38+
| [sqruff High-Performance SQL Linter and Formatter](../skills/sqruff-sql-linter-formatter/) | Provides a fast SQL lint/format path for teams that need lightweight query quality checks. | Analytics engineer | Low | 1.3k |
39+
| [DuckDB SQL Analytics Agent](../skills/duckdb-sql-analytics-agent/) | Runs local analytics over structured files for fast investigation without provisioning a warehouse. | Data analyst / analytics engineer | Low | 37.1k |
40+
| [trdsql SQL Query Engine for CSV JSON and YAML Files](../skills/trdsql-sql-query-engine-csv-json-yaml-files/) | Queries CSV, JSON, and YAML exports with SQL before loading them into a larger system. | Data operations analyst | Low | 2.2k |
41+
| [Anyquery Universal SQL Engine with MCP Integration](../skills/anyquery-universal-sql-engine-mcp-integration/) | Turns many APIs and files into SQL-queryable surfaces for agents and data operators. | Data platform engineer | Medium | 1.7k |
42+
| [Profile and clean large CSV datasets from the terminal with qsv](../skills/profile-and-clean-large-csv-datasets-from-the-terminal-with-qsv/) | Profiles and cleans large CSV files before ingestion, reconciliation, or dashboarding. | Data operations engineer | Low | 3.6k |
43+
| [CSV Schema Validator & Auto-Fixer](../skills/csv-schema-validator-auto-fixer/) | Validates and fixes CSV schema issues before messy files pollute pipelines. | Data quality analyst | Low | 14.7k |
44+
| [csvkit Python CSV Utility Suite](../skills/csvkit-python-csv-utility-suite/) | Adds a standard command-line CSV toolbox for inspection, conversion, and quick joins. | Data analyst | Low | 6.4k |
45+
| [Great Expectations Data Validation Pipeline](../skills/great-expectations-data-validation-pipeline/) | Creates explicit data quality expectations and validation artifacts for pipelines. | Data quality engineer | Medium | 11.3k |
46+
| [Lint PostgreSQL migrations and SQL changes before irreversible schema mistakes land with Squawk](../skills/lint-postgresql-migrations-and-sql-changes-before-irreversible-schema-mistakes-land-with-squawk/) | Catches risky PostgreSQL migration patterns before irreversible schema mistakes land. | Database operator | Low | 1.1k |
47+
| [Inventory live database schemas and generate reviewable docs before risky SQL changes with SchemaCrawler](../skills/inventory-live-database-schemas-and-generate-reviewable-docs-before-risky-sql-changes-with-schemacrawler/) | Inventories live schemas and produces reviewable docs before risky SQL or database changes. | Database platform engineer | Medium | 1.8k |
48+
| [PostgreSQL Slow Query Analyzer](../skills/postgresql-slow-query-analyzer/) | Finds slow PostgreSQL queries and suggests tuning targets from live database evidence. | Database operator / SRE | Medium | 13.1k |
49+
| [Orchestrate database backup, restore, retention, and failure-notification runbooks through Databasement](../skills/orchestrate-database-backup-restore-retention-and-failure-notification-runbooks-through-databasement/) | Covers database backup, restore, retention, and failure notification as part of data platform operations. | Database reliability owner | Medium | 315 |
50+
| [Schedule and retain cross-database backups from one self-hosted control plane with Databasus](../skills/schedule-and-retain-cross-database-backups-from-one-self-hosted-control-plane-with-databasus/) | Schedules and retains database backups across systems from one control plane. | Data platform operator | Medium | 6.6k |
51+
| [Metabase Dashboard Snapshot & Alerting](../skills/metabase-dashboard-snapshot-alerting-2/) | Turns dashboards into scheduled snapshots and alerts for analytics operations. | Analytics operations lead | Medium ||
52+
| [Apache Superset Dashboard and SQL Exploration Skill](../skills/apache-superset-dashboard-sql-exploration-skill/) | Supports SQL exploration and dashboard workflows for BI and analytics teams. | Analytics engineer / BI operator | Medium | 72.3k |
53+
| [Snowflake Query Optimizer Agent](../skills/snowflake-query-optimizer-agent/) | Optimizes Snowflake queries so warehouse cost and performance issues are visible before they grow. | Warehouse performance engineer | Medium | 724 |
54+
55+
## Editorial Notes
56+
57+
- This collection spans Data Extraction, Code Quality, Runbooks, and dashboarding because data platform work is both engineering and operations.
58+
- Several dbt picks are included, but each covers a different job: orchestration, parity, lineage, pre-commit gates, and formatting.
59+
- Listed SchemaCrawler is included because live schema inventory is a distinct database-operations gap not covered by the security-reviewed data picks.
60+
- Keep this centered on data platform and analytics engineering workflows; do not turn it into a generic Data Extraction category page.
61+
62+
## Adjacent Collections
63+
64+
- [Finance & Filings](finance-filings.md)
65+
- [Product Analytics & Growth Ops](product-analytics-growth-ops.md)
66+
- [Infrastructure, SRE & Incident Operations](infrastructure-sre-incident-operations.md)
67+
- [Education & Research Workflows](education-research-workflows.md)
68+
69+
---
70+
71+
[← Back to industry collections](README.md)

0 commit comments

Comments
 (0)