What you would like to be added?
Add an .agents/skills/add-python-sdk-model/SKILL.md skill file following the common .agents format (matching the pattern from kubernetes-sigs/jobset#1272).
This skill provides a step-by-step guide for adding a new Python SDK model to the Kubeflow Trainer API, including type definitions, initializer integration, and tests.
Why is this needed?
AI agents and new contributors currently reverse-engineer patterns from code, which produces inconsistent implementations and missed steps (forgetting to update generated models or run code generation). A checked-in skill guide ensures consistent, correct SDK model scaffolding across tools and contributors.
Supersedes #3713.
What you would like to be added?
Add an
.agents/skills/add-python-sdk-model/SKILL.mdskill file following the common.agentsformat (matching the pattern from kubernetes-sigs/jobset#1272).This skill provides a step-by-step guide for adding a new Python SDK model to the Kubeflow Trainer API, including type definitions, initializer integration, and tests.
Why is this needed?
AI agents and new contributors currently reverse-engineer patterns from code, which produces inconsistent implementations and missed steps (forgetting to update generated models or run code generation). A checked-in skill guide ensures consistent, correct SDK model scaffolding across tools and contributors.
Supersedes #3713.