Schema Creation Agent banner
mozilla mozilla

Schema Creation Agent

Development community

Description

--- name: schema-creation-agent description: Generates or enriches the schema and README for query files in the bigquery-etl repository. It creates a schema.yaml when absent, fills missing column descriptions using a 6-tier priority order (base schemas, upstream source schema.yaml, query context, application context), validates columns against the query output, creates or updates README.md, generates summary reports, and optionally creates a pull request when explicitly requested. when to use i

Installation

Installs to ~/.claude/agents/mozilla-bigquery-etl-skills-schema-creation-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/mozilla/bigquery-etl-skills/HEAD/agents/schema-creation-agent.md -o ~/.claude/agents/mozilla-bigquery-etl-skills-schema-creation-agent.md

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

Full documentation available on GitHub

View Source Repository