library/specializations/network-programming/skills/grpc-protocol/SKILL.md
Expert skill for gRPC protocol implementation, debugging, and performance optimization
npx skillsauth add a5c-ai/babysitter grpc-protocolInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Expert skill for gRPC protocol implementation, service definition, and debugging across multiple languages.
protoc - Protocol Buffer compilergrpcurl - Command-line gRPC clientgrpc-web - gRPC for browser clientsbuf - Modern Protocol Buffer toolingevans - Interactive gRPC clientservice Greeter {
rpc SayHello (HelloRequest) returns (HelloReply);
rpc SayHelloStream (HelloRequest) returns (stream HelloReply);
}
grpcurl -plaintext localhost:50051 list
grpcurl -plaintext -d '{"name": "World"}' localhost:50051 greeter.Greeter/SayHello
grpcurl -plaintext localhost:50051 describe greeter.Greeter
development
Model documentation skill for generating model cards following Google's model card framework.
development
MLflow integration skill for experiment tracking, model registry, and artifact management. Enables LLMs to log experiments, compare runs, manage model lifecycle, and retrieve artifacts through the MLflow API.
data-ai
LIME-based local explanation skill for individual predictions across tabular, text, and image data.
devops
Kubeflow Pipelines skill for ML workflow orchestration, component management, and Kubernetes-native ML.