什麼是 golang-grpc?
Go 中的生產 gRPC:protobuf 佈局、程式碼產生、攔截器、截止日期、錯誤代碼、串流、運行狀況檢查、TLS 以及使用 bufconn 進行測試 來源:bobmatnyc/claude-mpm-skills。
Go 中的生產 gRPC:protobuf 佈局、程式碼產生、攔截器、截止日期、錯誤代碼、串流、運行狀況檢查、TLS 以及使用 bufconn 進行測試
透過命令列快速安裝 golang-grpc AI 技能到你的開發環境
來源:bobmatnyc/claude-mpm-skills。
gRPC provides strongly-typed RPC APIs backed by Protocol Buffers, with first-class streaming support and excellent performance for service-to-service communication. This skill focuses on production defaults: versioned protos, deadlines, error codes, interceptors, health checks, TLS, and testability.
Make every call bounded; enforce server-side timeouts for expensive handlers.
Use metadata for auth/session correlation, not for primary request data.
Go 中的生產 gRPC:protobuf 佈局、程式碼產生、攔截器、截止日期、錯誤代碼、串流、運行狀況檢查、TLS 以及使用 bufconn 進行測試 來源:bobmatnyc/claude-mpm-skills。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/bobmatnyc/claude-mpm-skills --skill golang-grpcGo 中的生產 gRPC:protobuf 佈局、程式碼產生、攔截器、截止日期、錯誤代碼、串流、運行狀況檢查、TLS 以及使用 bufconn 進行測試 來源:bobmatnyc/claude-mpm-skills。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/bobmatnyc/claude-mpm-skills --skill golang-grpc 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/bobmatnyc/claude-mpm-skills