·profiling-tables
{}

profiling-tables

astronomer/agents

Deep-dive data profiling for a specific table. Use when the user asks to profile a table, wants statistics about a dataset, asks about data quality, or needs to understand a table's structure and content. Requires a table name.

214Installs·10Trend·@astronomer

Installation

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

SKILL.md

Generate a comprehensive profile of a table that a new team member could use to understand the data.

If the table name isn't fully qualified, search INFORMATIONSCHEMA.TABLES to locate it first.

For each column, gather appropriate statistics based on data type:

Deep-dive data profiling for a specific table. Use when the user asks to profile a table, wants statistics about a dataset, asks about data quality, or needs to understand a table's structure and content. Requires a table name. 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 profiling-tables
Category
{}Data Analysis
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is profiling-tables?

Deep-dive data profiling for a specific table. Use when the user asks to profile a table, wants statistics about a dataset, asks about data quality, or needs to understand a table's structure and content. Requires a table name. Source: astronomer/agents.

How do I install profiling-tables?

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 profiling-tables 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