·init
{}

init

astronomer/agents

Initialize warehouse schema discovery. Generates .astro/warehouse.md with all table metadata for instant lookups. Run once per project, refresh when schema changes. Use when user says "/data:init" or asks to set up data discovery.

177Installs·0Trend·@astronomer

Installation

$npx skills add https://github.com/astronomer/agents --skill init

SKILL.md

Generate a comprehensive, user-editable schema reference file for the data warehouse.

Get the list of databases to discover (e.g., databases: [HQ, ANALYTICS, RAW]).

Run all subagents in parallel (single message with multiple Task calls).

Initialize warehouse schema discovery. Generates .astro/warehouse.md with all table metadata for instant lookups. Run once per project, refresh when schema changes. Use when user says "/data:init" or asks to set up data discovery. Source: astronomer/agents.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/astronomer/agents --skill init
Category
{}Data Analysis
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is init?

Initialize warehouse schema discovery. Generates .astro/warehouse.md with all table metadata for instant lookups. Run once per project, refresh when schema changes. Use when user says "/data:init" or asks to set up data discovery. Source: astronomer/agents.

How do I install init?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/astronomer/agents --skill init Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/astronomer/agents