byastronomer· 48 skills
Writes Airflow task logic in Go using the Airflow Go SDK. Use when the user wants to implement Airflow tasks in Go, asks about BundleProvider/RegisterDags, the bundlev1 Registry/Dag interfaces, registering Go tasks (AddTask/AddTaskWithName), dependency injection by parameter type (context.Context, sdk.TIRunContext, *slog.Logger, sdk.Client), or reading connections/variables/XComs from Go. This skill covers the Go-specific native API; the shared Python-stub pattern and conceptual model live in authoring-language-sdk-tasks. For building/packing/shipping the bundle see deploying-go-sdk-bundles; for coordinator config see configuring-airflow-language-sdks.
$npx -y skills add astronomer/agents --skill authoring-go-sdk-tasksInstalls into the current project.
Run `npx skills use "https://github.com/astronomer/agents" --skill "astronomer/agents/authoring-go-sdk-tasks"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/astronomer/agents" that are relevant to the current task. Run `npx skills add "https://github.com/astronomer/agents"` and select the relevant skills, then follow their instructions.