Agent skill · Data & Analytics

great-expectations-validator

Data quality validation skill using Great Expectations for schema validation, expectation suites, data documentation, and automated data quality checks in ML pipelines.

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill great-expectations-validator --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 10 KB
Bundled scripts: none
Allowed tools: ReadGrepWriteBashEditGlob
Path: library/specializations/data-science-ml/skills/great-expectations-validator/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Great Expectations Validator Validate data quality using Great Expectations for comprehensive data testing, documentation, and quality monitoring. ## Overview This skill provides capabilities for data quality validation using Great Expectations (GX), the leading open-source library for data quality. It enables creation and execution of expectation suites, data documentation generation, and integration with ML pipelines. ## Capabilities ### Expectation Suite Management - Create and configure expectation suites - Define expectations for columns and tables - Validate data against expectations - Store and version expectation suites ### Data Validation - Schema validation (column presence, types) - Statistical validation (distributions, ranges) - Referential integrity checks - Custom SQL-based expectations - Regex pattern matching ### Data Documentation - Generate data documentation (Data Docs) - Create profiling reports - Document validation results - Build data dictionaries ### Pipeline Integration - Checkpoint configuration and execution - Batch request management - Action-based workflows (notifications, storage) - Integration with Airflow, Prefect, Dagster ### Custom Expectations

What's inside
Steps it walks through
  1. Overview
  2. Capabilities
  3. Expectation Suite Management
  4. Data Validation
  5. Data Documentation
  6. Pipeline Integration
  7. Custom Expectations
  8. Prerequisites
  9. Installation
  10. Optional Connectors
  11. Usage Patterns
  12. Initialize Great Expectations Project
  13. Create Expectation Suite from Profiler
  14. Validate Data with Checkpoint
Ships with 1 file
  • README.md
Commands it runs
pip install great_expectations>=0.18.0
Database connectors
pip install great_expectations[sqlalchemy]
Cloud storage
pip install great_expectations[s3]  # AWS
pip install great_expectations[gcs]  # GCP
pip install great_expectations[azure]  # Azure
Spark support
pip install great_expectations[spark]
Initialize GX project
More from babysitter
All skills →
About this skill
What does the great-expectations-validator skill do?

Data quality validation skill using Great Expectations for schema validation, expectation suites, data documentation, and automated data quality checks in ML pipelines.

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill great-expectations-validator --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going