Builds and maintains native Rust/C bindings and FFI layers that connect router-side classifiers and signal evaluation to compiled model runtimes. Use when adding or modifying native model bindings, updating FFI interfaces, or changing how the router calls into compiled classifier code.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Builds and maintains native Rust/C bindings and FFI layers that connect router-side classifiers and signal evaluation to compiled model runtimes. Use when adding or modifying native model bindings, updating FFI interfaces, or changing how the router calls into compiled classifier code.
Binding FFI
Trigger
The primary skill adds or changes native model/runtime behavior
Required Surfaces
native_binding
Conditional Surfaces
signal_runtime
local_e2e
Stop Conditions
Native code cannot be compiled or validated in the current environment
Workflow
Read the Rust bindings playbook to understand the FFI interface patterns
Modify native binding code or FFI layer interfaces
Run make test-binding-minimal to validate basic binding functionality
Run make test-binding-lora if LoRA-related bindings are affected
Verify binding interface and router call sites stay aligned