This is an automated email from the ASF dual-hosted git repository.
derrickaw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 712d981ea79 update agent skills table (#38818)
712d981ea79 is described below
commit 712d981ea79f6eb2864834d57fb8eaeffab7fae4
Author: Derrick Williams <[email protected]>
AuthorDate: Fri Jun 12 13:33:52 2026 -0400
update agent skills table (#38818)
---
.agent/skills/README.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.agent/skills/README.md b/.agent/skills/README.md
index b0388303714..9b2533fe069 100644
--- a/.agent/skills/README.md
+++ b/.agent/skills/README.md
@@ -25,7 +25,9 @@ This directory contains skills that help the agent perform
specialized tasks in
| Skill | Description |
|-------|-------------|
+| [adding-new-metadata](adding-new-metadata/SKILL.md) | Guide on how to add
and propagate new metadata fields in WindowedValue to avoid metadata loss |
| [beam-concepts](beam-concepts/SKILL.md) | Core Beam programming model
(PCollections, PTransforms, windowing, triggers) |
+| [beam-dofn-modernizer](beam-dofn-modernizer/SKILL.md) | Rewrite Apache Beam
DoFn methods to remove legacy ProcessContext/OnTimerContext |
| [ci-cd](ci-cd/SKILL.md) | GitHub Actions workflows, debugging CI failures,
triggering tests |
| [contributing](contributing/SKILL.md) | PR workflow, issue management, code
review, release cycles |
| [gradle-build](gradle-build/SKILL.md) | Build commands, flags, publishing,
troubleshooting |
@@ -35,6 +37,7 @@ This directory contains skills that help the agent perform
specialized tasks in
| [license-compliance](license-compliance/SKILL.md) | Apache 2.0 license
headers for all new files |
| [python-development](python-development/SKILL.md) | Python SDK environment
setup, testing, building pipelines |
| [runners](runners/SKILL.md) | Direct, Dataflow, Flink, Spark runner
configuration |
+| [yaml-development](yaml-development/SKILL.md) | YAML SDK development,
environment setup, testing, and key concepts |
## How Skills Work