**Role**: TypeScript bindings for Rust core. Work on NAPI-RS bridge and TypeScript SDK packages.
typescript-bindings-patterns follows the SKILL.md standard. Use the install command to add it to your agent stack.
--- name: typescript-bindings-patterns --- ______________________________________________________________________ ## priority: critical # TypeScript Bindings Patterns **Role**: TypeScript bindings for Rust core. Work on NAPI-RS bridge and TypeScript SDK packages. **Scope**: NAPI-RS FFI, TypeScript-idiomatic API, type definitions, JSDoc for all exports with @param/@returns/@example. **Commands**: pnpm install/build/test/lint. **Critical**: Core logic lives in Rust. TypeScript only for bindings/wrappers. If core logic needed, coordinate with Rust team.