grpc-service-generator

Generate gRPC services with Protocol Buffers and streaming support

View on GitHub
Author Jeremy Longshore
Namespace @jeremylongshore/claude-code-plugins-plus
Category api-development
Version 1.0.0
Stars 1,193
Downloads 2
self.md verified
Table of content

Generate gRPC services with Protocol Buffers and streaming support

Installation

npx claude-plugins install @jeremylongshore/claude-code-plugins-plus/grpc-service-generator

Contents

Folders: commands, skills

Files: LICENSE, README.md

Documentation

Generate gRPC services with Protocol Buffers, streaming, and production-ready patterns.

Installation

/plugin install grpc-service-generator@claude-code-plugins-plus

Usage

/generate-grpc-service

Features

License

MIT

Included Skills

This plugin includes 1 skill definition:

generating-grpc-services

|

View skill definition

Generating Grpc Services

Overview

This skill provides automated assistance for grpc service generator tasks. This skill provides automated assistance for the described functionality.

Prerequisites

Before using this skill, ensure you have:

Instructions

  1. Use Read tool to examine existing API specifications from {baseDir}/api-specs/
  2. Define resource models, endpoints, and HTTP methods
  3. Document request/response schemas and data types
  4. Identify authentication and authorization requirements
  5. Plan error handling and validation strategies
  6. Generate boilerplate code using Bash(api:grpc-*) with framework scaffolding
  7. Implement endpoint handlers with business logic
  8. Add input validation and schema enforcement
  9. Integrate authentication and authorization middleware
  10. Configure database connections and ORM models
  11. Write integration tests covering all endpoints

See {baseDir}/references/implementation.md for detailed implementation guide.

Output

…(truncated)

Source

View on GitHub

Tags: api-development grpcprotobufmicroservicesstreaming