一键导入
orpc
Type-safe API endpoints with oRPC framework. Use when creating or modifying procedures, middleware composition, validation, and error handling.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Type-safe API endpoints with oRPC framework. Use when creating or modifying procedures, middleware composition, validation, and error handling.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | orpc |
| description | Type-safe API endpoints with oRPC framework. Use when creating or modifying procedures, middleware composition, validation, and error handling. |
Type-safe API endpoint patterns with oRPC (Object-oriented RPC).
authProcedure for authenticated endpoints; add middleware for authorizationNOT_FOUND (never FORBIDDEN) to prevent resource enumerationcreatedAt/updatedAt on insert; update only updatedAt on update.returning() and check for null after insert/update/delete