| name | add-fe-op |
| description | Adds a new operation to OpenVINO Frontend pipelines with translator updates, registration, and tests. |
Agent Skill: Add New Operation to OpenVINO Frontend
Goal
Enable a new operation in an OpenVINO Frontend (FE) pipeline — translator creation, registration, conversion validation, and tests.
Framework-Specific Workflows
Each frontend has its own detailed workflow. Read the one matching the target framework:
| Frontend | Skill file | What it covers |
|---|
| PyTorch | pytorch.md | NodeContext API, op_table.cpp registration (TorchScript + FX/Export), translate_1to1_match_* wrappers, Python layer tests, Mark operations |
| ONNX | onnx.md | ov::frontend::onnx::Node API, ONNX_OP macro registration with OPSET_SINCE/OPSET_RANGE, .prototxt test models, C++ GTest cases, normalize-step transformations |
Related Skills (investigation & debugging)
Notes