| Skill | Added | Review |
|---|---|---|
verify-conversion .github/agents-prototype/skills/verify-conversion/SKILL.md E2E gate — verifies that applied patches produce a working, numerically sane end-to-end inference through the OpenVINO plugin. Handles HuggingFace/optimum-intel, native OV conversion (ovc/convert_model), and ONNX. Used by orchestrators as the mandatory gate before any PR is published. | 72 72 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Reviewed: Version: 4c20980 | |
submit-draft-pr .github/agents-prototype/skills/submit-draft-pr/SKILL.md Optionally create a draft PR to the upstream repo from a local source directory. Used by coding agents when a local source path is available in the context file. | 67 67 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 4c20980 | |
python-bootstrap .github/agents-prototype/skills/python-bootstrap/SKILL.md Install Python dependencies before running verification or test steps. Choose the correct path depending on whether the agent builds OpenVINO from source or not. | 62 62 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 4c20980 | |
conversion-issues .github/agents-prototype/skills/conversion-issues/SKILL.md Investigate and fix model conversion issues in OpenVINO Frontends (ONNX, PyTorch) — triage, debugging, accuracy comparison, and pre-submission verification. | 73 73 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 4c20980 | |
analyze-and-convert .github/agents-prototype/skills/analyze-and-convert/SKILL.md Analyze a HuggingFace model and attempt OpenVINO conversion — probe properties, run strategy matrix, classify failures, and produce a structured routing report. | 57 57 Impact — No eval scenarios have been run Securityby Critical Do not install without reviewing Reviewed: Version: 4c20980 | |
add-gpu-op .github/agents-prototype/skills/add-gpu-op/SKILL.md Add a new operation to the OpenVINO GPU plugin — OpenCL kernel design, oneDNN-backed paths, sub-group/LWS tuning, and functional tests. | 57 57 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Reviewed: Version: 4c20980 | |
add-fusion-transformation .github/agents-prototype/skills/add-fusion-transformation/SKILL.md Adds a new OpenVINO fusion transformation (subgraph to one or several operations) and corresponding tests. | 61 61 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 4c20980 | |
add-fe-op .github/agents-prototype/skills/add-fe-op/SKILL.md Adds a new operation to OpenVINO Frontend pipelines with translator updates, registration, and tests. | 66 66 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 4c20980 | |
add-cpu-op .github/agents-prototype/skills/add-cpu-op/SKILL.md Add a new operation to the OpenVINO CPU plugin — node registration, JIT/oneDNN executors (AVX2/AVX-512/AMX), and functional tests. | 60 60 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 4c20980 | |
add-core-op .github/agents-prototype/skills/add-core-op/SKILL.md Adds a core operator to the OpenVINO toolkit. Use when asked to implement a new operation into OpenVINO. | 65 65 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 4c20980 | |
ov-transformation-tests .claude/skills/ov-transformation-tests/SKILL.md Write unit tests for OpenVINO ov::Model graph transformations (passes). Use when the user asks to write, add, or refactor tests for a transformation pass (MatcherPass, ModelPass), or to modernize legacy transformation tests. | 70 70 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 4c20980 | |
ov-ensure-coding-style .claude/skills/ov-ensure-coding-style/SKILL.md Detect and fix clang-format, clang-tidy, and copyright header violations in an OpenVINO C++ codebase. Use when the user complains about code style or formatting, asks to clean up changes, fix linting, add a copyright header, or when a style check or linting CI job is failing. Do not use for build errors, compilation failures, linker errors, test failures, runtime crashes, accuracy issues, or CMake config problems. | 74 74 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 4c20980 | |
ov-debug .claude/skills/ov-debug/SKILL.md Troubleshooting all sorts of failures, crashes, exceptions and errors using debug capabilities. Analyze accuracy, performance, model compilation, or memory issues. Dump tensors and intermediate blobs. Serialize and visualize IRs, execution graphs. Enable verbose, logging. Profile execution. Compare layer outputs. Inspect, trace or dump transformations. Identify executed operations, nodes, primitives, kernels. | 55 55 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 4c20980 | |
ov-debug-matcher-pass .claude/skills/ov-debug-matcher-pass/SKILL.md Debug why an OpenVINO MatcherPass transformation is not firing. Use this skill immediately when a user says a transformation is "not applied", a "pass has no effect", a "matcher never triggers", a pattern "doesn't match", a "callback never fires", "WrapType predicate is too strict", a subgraph "not fused" despite the pass being registered, or they see "END: PATTERN DIDN'T MATCH" in matcher logs. Also trigger when a MatcherPass works on one model but silently skips another, when the user wants to add a reproducer test for a transformation that should fire but doesn't, or when they suspect an opset version mismatch preventing a match. Do NOT trigger for: writing a new MatcherPass from scratch, debugging a pass that fires but produces wrong numerical results, crashes in pass registration, or general questions about what MatcherPass is. | 72 72 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 4c20980 |