Ali Torki
Community@ali-master
AI & Typescript & NodeJS & Bun & MikroTik & Kubernetes Enthusiast ∴ @persian-tools ∴ @mikrotik-mcp Founder
Agent Skills by Ali Torki
Showing 119 vetted skills indexed across 1 GitHub repositories.
orpc-worker-threads
Enable type-safe inter-thread communication in Node.js using oRPC and worker_threads.
oRPC Publish Client to NPM
Package and publish an oRPC client to NPM with TypeScript definitions.
orpc-express
Integrate oRPC into Express.js projects to create typed RPC APIs.
oRPC Disabling Output Validation
Disable output validation in oRPC procedures while generating OpenAPI specifications.
orpc-trpc
Integrate oRPC with tRPC to generate OpenAPI specs and use OpenAPIHandler.
orpc-form-data
Parse HTML form data and extract validation errors with bracket notation.
orpc-web-workers
Establish type-safe communication between main thread and Web Workers via Message Port adapter.
oRPC Request Validation Plugin
Validate API requests before server processing using contract-first validation.
orpc-error-handling
Manage errors in oRPC services with traditional and type-safe strategies.
orpc-context
Create type-safe dependency injection contexts for oRPC server procedures and middleware.
orpc-simple-csrf-protection
Add CSRF protection to oRPC applications using server plugins.
orpc-signing
Sign and verify data using HMAC-SHA256 with a secret key.
oRPC Router to Contract
Convert a router into a minified JSON contract without exposing internal logic.
orpc-better-auth
Integrate Better Auth authentication middleware into TypeScript oRPC services.
orpc-max-length-problem
Resolve oRPC maximum length errors by adjusting TypeScript configuration and code structure.
oRPC Solid Start Adapter
Integrate oRPC into Solid Start projects with server and client setup instructions.
orpc-browser-adapter
Enable type-safe browser script communication via Message Port Adapter.
orpc-svelte-kit
Integrate ORPC server logic and client communication in Svelte Kit projects.
orpc-superjson
Replace the default oRPC RPC serializer with SuperJson.
orpc-openapi-handler
Integrate OpenAPI specifications into oRPC applications for RESTful API communication.
orpc-middleware
Create reusable and extensible middleware procedures for oRPC applications.
orpc-openapi-error-handling
Map HTTP status codes to OpenAPI-compliant error messages in oRPC APIs.
oRPC Encryption Helpers
Encrypt and decrypt sensitive data with AES-GCM and PBKDF2 key derivation.
orpc-react-native
Integrate oRPC RPC capabilities into React Native using the Fetch API.