From jeremylongshore-claude-code-plugins-plus-skills
Generates gRPC service code and configurations for Node.js, Python, and Go backends. Provides step-by-step guidance and best practices for microservices architecture.
How this skill is triggered — by the user, by Claude, or both
Slash command
/jeremylongshore-claude-code-plugins-plus-skills:grpc-service-generatorThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides automated assistance for grpc service generator tasks within the Backend Development domain.
This skill provides automated assistance for grpc service generator tasks within the Backend Development domain.
This skill activates automatically when you:
Example: Basic Usage Request: "Help me with grpc service generator" Result: Provides step-by-step guidance and generates appropriate configurations
| Error | Cause | Solution |
|---|---|---|
| Configuration invalid | Missing required fields | Check documentation for required parameters |
| Tool not found | Dependency not installed | Install required tools per prerequisites |
| Permission denied | Insufficient access | Verify credentials and permissions |
Part of the Backend Development skill category. Tags: nodejs, python, go, microservices, database
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin j-rigGenerates gRPC service definitions, stubs, and implementations from Protocol Buffers. Supports streaming RPCs, interceptors, health checks, TLS, tests, and REST gateways for high-performance APIs.
Defines gRPC service contracts with Protocol Buffers, implements servers and clients in Node.js and Python, and supports streaming patterns. Use for microservice communication.
Defines proto contracts for gRPC services: field numbering, naming conventions, error modeling with google.rpc.Status, streaming patterns, and backward compatibility.