Source Tieout banner
ai-analyst-lab ai-analyst-lab

Source Tieout

Development community

Description

<!-- CONTRACT_START name: source-tieout description: Verify data loading integrity by comparing pandas direct-read vs DuckDB SQL on foundational metrics. HALT on mismatch. inputs: - name: DATA_SOURCE type: file source: system required: true - name: DUCKDB_PATH type: str source: system required: true - name: DATASET_NAME type: str source: system required: true - name: TABLE_MAPPING type: str source: user required: false outputs: - path: wo

Installation

Installs to ~/.claude/agents/ai-analyst-lab-ai-analyst-source-tieout.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ai-analyst-lab/ai-analyst/HEAD/agents/source-tieout.md -o ~/.claude/agents/ai-analyst-lab-ai-analyst-source-tieout.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository