What is golang-grpc?
Production gRPC in Go: protobuf layout, codegen, interceptors, deadlines, error codes, streaming, health checks, TLS, and testing with bufconn Source: bobmatnyc/claude-mpm-skills.
Production gRPC in Go: protobuf layout, codegen, interceptors, deadlines, error codes, streaming, health checks, TLS, and testing with bufconn
Quickly install golang-grpc AI skill to your development environment via command line
Source: 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.
Production gRPC in Go: protobuf layout, codegen, interceptors, deadlines, error codes, streaming, health checks, TLS, and testing with bufconn Source: bobmatnyc/claude-mpm-skills.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/bobmatnyc/claude-mpm-skills --skill golang-grpcProduction gRPC in Go: protobuf layout, codegen, interceptors, deadlines, error codes, streaming, health checks, TLS, and testing with bufconn Source: bobmatnyc/claude-mpm-skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/bobmatnyc/claude-mpm-skills --skill golang-grpc Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/bobmatnyc/claude-mpm-skills