agentsclimarketplace

Dimensional model validator

Skill a5c-ai/babysitter/library/specializations/data-engineering-analytics/skills/dimensional-model-validator

Validates dimensional models against Kimball methodology best practicesFrom its SKILL.md

Install
npx -y skills add a5c-ai/babysitter --skill dimensional-model-validator

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

2.2 KB, 364 tokens by cl100k_base, as published. Nobody here has run it

Dimensional Model Validator

Overview

Validates dimensional models against Kimball methodology best practices. This skill ensures dimensional models conform to proven design patterns for analytical workloads.

Capabilities

  • Star/snowflake schema validation
  • Grain definition verification
  • Surrogate key design validation
  • SCD type appropriateness check
  • Conformed dimension analysis
  • Fact table type validation (transaction, periodic, accumulating)
  • Degenerate dimension identification
  • Role-playing dimension detection
  • Bus matrix compliance checking

Input Schema

{
  "model": {
    "facts": ["object"],
    "dimensions": ["object"],
    "relationships": ["object"]
  },
  "businessProcess": "string",
  "busMatrix": "object"
}

Output Schema

{
  "validationScore": "number",
  "issues": [{
    "severity": "error|warning|info",
    "element": "string",
    "rule": "string",
    "message": "string"
  }],
  "suggestions": ["string"],
  "conformedDimensionOpportunities": ["object"]
}

Target Processes

  • Dimensional Model Design
  • Data Warehouse Setup
  • OBT Creation

Usage Guidelines

  1. Provide complete model definition with facts, dimensions, and relationships
  2. Include business process context for grain validation
  3. Supply bus matrix if checking conformed dimension compliance
  4. Review all issues, prioritizing errors before warnings

Best Practices

  • Validate grain definition before proceeding with implementation
  • Ensure surrogate keys are system-generated, not business keys
  • Check for conformed dimension opportunities across subject areas
  • Verify fact table type matches the business process characteristics
  • Document role-playing dimensions clearly

What ships with it: 1 file

491 B alongside SKILL.md

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.