CtrlK
BlogDocsLog inGet started
Tessl Logo

add-cpu-op

Add a new operation to the OpenVINO CPU plugin — node registration, JIT/oneDNN executors (AVX2/AVX-512/AMX), and functional tests.

60

Quality

70%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./.github/agents-prototype/skills/add-cpu-op/SKILL.md
SKILL.md
Quality
Evals
Security

Skill: Add CPU Op

When to use

When the Core OpSpec agent has produced a new op spec and you need to implement CPU plugin support: node class, executor strategy, and single-layer tests.

Steps

Execute in order — each step produces artifacts consumed by the next.

StepFilePurpose
1step1-analysis.mdRead op spec, determine implementation strategy (reference / JIT / oneDNN), identify ISA targets and precision requirements
2step2-implementation.mdCreate node class (header + source), register in factory, hook up shape inference
3step3-optimization.mdWrite JIT executor (AVX2/AVX-512/AMX) or oneDNN-backed path; CpuParallel integration
4step4-testing.mdShared single-layer tests, custom CPU tests, dynamic shapes
Repository
openvinotoolkit/openvino
Last updated
First committed

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.