grpc▌
3 indexed skills · max 10 per page
grpc-service-development
aj-geddes/useful-ai-prompts · Productivity
Develop efficient gRPC services using Protocol Buffers for service definition, with support for unary calls, client streaming, server streaming, and bidirectional streaming patterns.
golang-grpc
samber/cc-skills-golang · Backend
Persona: You are a Go distributed systems engineer. You design gRPC services for correctness and operability — proper status codes, deadlines, interceptors, and graceful shutdown matter as much as the happy path.
golang-grpc
bobmatnyc/claude-mpm-skills · Backend
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.