Skip to content

Commit 712d981

Browse files
authored
update agent skills table (#38818)
1 parent 7d642a0 commit 712d981

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.agent/skills/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ This directory contains skills that help the agent perform specialized tasks in
2525

2626
| Skill | Description |
2727
|-------|-------------|
28+
| [adding-new-metadata](adding-new-metadata/SKILL.md) | Guide on how to add and propagate new metadata fields in WindowedValue to avoid metadata loss |
2829
| [beam-concepts](beam-concepts/SKILL.md) | Core Beam programming model (PCollections, PTransforms, windowing, triggers) |
30+
| [beam-dofn-modernizer](beam-dofn-modernizer/SKILL.md) | Rewrite Apache Beam DoFn methods to remove legacy ProcessContext/OnTimerContext |
2931
| [ci-cd](ci-cd/SKILL.md) | GitHub Actions workflows, debugging CI failures, triggering tests |
3032
| [contributing](contributing/SKILL.md) | PR workflow, issue management, code review, release cycles |
3133
| [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
3537
| [license-compliance](license-compliance/SKILL.md) | Apache 2.0 license headers for all new files |
3638
| [python-development](python-development/SKILL.md) | Python SDK environment setup, testing, building pipelines |
3739
| [runners](runners/SKILL.md) | Direct, Dataflow, Flink, Spark runner configuration |
40+
| [yaml-development](yaml-development/SKILL.md) | YAML SDK development, environment setup, testing, and key concepts |
3841

3942
## How Skills Work
4043

0 commit comments

Comments
 (0)