grpc-protobuf

Installation
SKILL.md

gRPC and Protocol Buffers Patterns

Proto File Structure

syntax = "proto3";

package orca.environment.v1;

option java_package = "orca.server.grpc.environment";
option java_multiple_files = true;

import "google/protobuf/timestamp.proto";
import "google/protobuf/empty.proto";
Installs
79
GitHub Stars
5
First Seen
Jan 20, 2026
grpc-protobuf — ashchupliak/dream-team