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.
Instalação
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
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