·analyzing-data
{}

analyzing-data

astronomer/agents

Queries data warehouse and answers business questions about data. Handles questions requiring database/warehouse queries including "who uses X", "how many Y", "show me Z", "find customers", "what is the count", data lookups, metrics, trends, or SQL analysis.

233Installs·10Trend·@astronomer

Installation

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

SKILL.md

Answer business questions by querying the data warehouse. The kernel starts automatically on first use.

This is NON-NEGOTIABLE. Patterns contain proven strategies that save time and avoid failed queries.

| runsql(query, limit=100) | Execute SQL, return Polars DataFrame | | runsqlpandas(query, limit=100) | Execute SQL, return Pandas DataFrame | | pl | Polars library (imported) | | pd | Pandas library (imported) |

Queries data warehouse and answers business questions about data. Handles questions requiring database/warehouse queries including "who uses X", "how many Y", "show me Z", "find customers", "what is the count", data lookups, metrics, trends, or SQL analysis. 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 analyzing-data
Category
{}Data Analysis
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is analyzing-data?

Queries data warehouse and answers business questions about data. Handles questions requiring database/warehouse queries including "who uses X", "how many Y", "show me Z", "find customers", "what is the count", data lookups, metrics, trends, or SQL analysis. Source: astronomer/agents.

How do I install analyzing-data?

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 analyzing-data 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