agentsclimarketplace

Incremental model strategy selector

Skill a5c-ai/babysitter/library/specializations/data-engineering-analytics/skills/incremental-model-strategy-selector

Babysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestration

Install
npx -y skills add a5c-ai/babysitter --skill incremental-model-strategy-selector

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

What its author says it does

Copied from the file, not written here

Selects and configures optimal incremental model strategies

SKILL.md

1.9 KB, as published. Nobody here has run it

Incremental Model Strategy Selector

Overview

Selects and configures optimal incremental model strategies. This skill optimizes data transformation efficiency through proper incremental processing patterns.

Capabilities

  • Incremental strategy selection (append, merge, delete+insert)
  • Partition pruning optimization
  • Unique key configuration
  • On_schema_change handling
  • Full refresh scheduling
  • Lookback window optimization
  • Late-arriving data handling

Input Schema

{
  "modelCharacteristics": {
    "sourceType": "string",
    "updatePattern": "append|update|delete",
    "volumeGB": "number",
    "updateFrequency": "string"
  },
  "platform": "snowflake|bigquery|redshift",
  "existingModel": "object"
}

Output Schema

{
  "strategy": "append|merge|delete+insert",
  "config": "object",
  "partitionStrategy": "object",
  "refreshSchedule": "object",
  "dbtConfig": "object"
}

Target Processes

  • Incremental Model Setup
  • dbt Model Development
  • Pipeline Migration

Usage Guidelines

  1. Analyze source data update patterns
  2. Measure data volume and update frequency
  3. Select strategy based on characteristics
  4. Configure appropriate lookback windows

Best Practices

  • Use append for insert-only sources
  • Use merge for sources with updates
  • Configure partition pruning for large tables
  • Schedule periodic full refreshes for data correction
  • Handle late-arriving data with appropriate lookback

Keep looking

Skills are one crate of 328,083. 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.