implexa
back to leaderboard
AS

@astronomer

contributor on implexa, with 22 skills ranked by SkillRank across 1 source.

astronomer on githubpublishes to skills.sh
skills
22
avg SkillRank
6.0
11 scored / 22 total
total stars
across 1 repo
total installs
across 1 repo

skills, ranked by SkillRank

scoresourceskill
7.3skills.sh
deploying-airflow
deploying-airflow covers three distinct deployment paths: astro cli for managed operations, docker compose for local and dev environments, and kubernetes helm charts for production orchestration. includes ci/cd patterns and configuration examples.
6.9skills.sh
debugging-dags
debugging-dags provides structured root cause analysis for airflow dag failures using a four-step investigation workflow, failure categorization, and tool-specific commands for astro and oss deployments.
6.8skills.sh
cosmos-dbt-core
cosmos-dbt-core bridges dbt core projects and airflow through three assembly patterns and eight execution modes, requiring upfront verification of engine type, warehouse, and airflow version before implementation.
6.5skills.sh
migrating-airflow-2-to-3
migrating-airflow-2-to-3 detects and resolves breaking changes in airflow 2.x to 3.x upgrades using ruff-based rules and a manual checklist for issues automation cannot handle.
6.4skills.sh
testing-dags
testing-dags automates iterative test-debug-fix cycles for airflow dags with diagnostic output and validation commands, supporting timeouts and retries across multiple failure scenarios.
6.2skills.sh
setting-up-astro-project
setting-up-astro-project covers initialization and configuration of airflow projects via astro cli, including dependency management, connection setup, and dag validation through declarative yaml and command-line tooling.
5.8skills.sh
tracing-downstream-lineage
tracing-downstream-lineage helps engineers identify what breaks when altering data tables or pipelines by mapping consumer dependencies, categorizing risk, and generating impact reports before deployment.
5.8skills.sh
managing-astro-local-env
managing-astro-local-env covers starting, stopping, and restarting local airflow containers via astro cli, viewing logs across services, accessing container shells, and troubleshooting common docker and standalone setup failures.
5.4skills.sh
creating-openlineage-extractors
creating-openlineage-extractors covers building custom lineage capture for unsupported airflow operators via two patterns: direct methods on owned operators or standalone extractors for third-party code, with registration via airflow.cfg or environment variables.
4.8skills.sh
warehouse-init
warehouse-init discovers database schemas and generates a markdown reference file (.astro/warehouse.md) for schema lookup and team collaboration without repeated warehouse queries.
4.6skills.sh
analyzing-data
analyzing-data caches query patterns and table schemas to answer business questions against data warehouses, with run_sql() and run_sql_pandas() functions returning polars or pandas dataframes.
skills.sh
airflow
airflow — an installable skill for AI agents, published by astronomer/agents.
skills.sh
airflow-plugins
Build Airflow 3.1+ plugins that embed FastAPI apps, custom UI pages, React components, middleware, macros, and operator links directly into the Airflow UI. Use…
skills.sh
troubleshooting-astro-deployments
troubleshooting-astro-deployments — an installable skill for AI agents, published by astronomer/agents.
skills.sh
managing-astro-deployments
managing-astro-deployments — an installable skill for AI agents, published by astronomer/agents.
skills.sh
cosmos-dbt-fusion
Use when running a dbt Fusion project with Astronomer Cosmos. Covers Cosmos 1.11+ configuration for Fusion on Snowflake/Databricks with ExecutionMode.LOCAL.…
skills.sh
airflow-hitl
Use when the user needs human-in-the-loop workflows in Airflow (approval/reject, form input, or human-driven branching). Covers ApprovalOperator, HITLOperator,…
skills.sh
tracing-upstream-lineage
Trace upstream data lineage. Use when the user asks where data comes from, what feeds a table, upstream dependencies, data sources, or needs to understand data…
skills.sh
annotating-task-lineage
Annotate Airflow tasks with data lineage using inlets and outlets. Use when the user wants to add lineage metadata to tasks, specify input/output datasets, or…
skills.sh
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…
skills.sh
checking-freshness
checking-freshness — an installable skill for AI agents, published by astronomer/agents.
skills.sh
authoring-dags
Workflow and best practices for writing Apache Airflow DAGs. Use when the user wants to create a new DAG, write pipeline code, or asks about DAG patterns and…