proto-service-generator

Installation
SKILL.md

Proto Service Generator

Generate or complete compilable service implementations under internal/service/<module>/ from generated *ServiceHTTPServer interfaces in api/<module>/v1/*.sphere.pb.go.

If the module name is not specified, ask: "Which module should I generate service files for?" If the proto generation has not been run yet, stop and ask the user to run make gen/proto first. Do not guess the module from context alone if there are multiple candidates.

When To Use

  1. Proto and generated API files already exist.
  2. You need missing service files or method implementations for *ServiceHTTPServer.
  3. You need safe append-only completion for existing service files.
Installs
20
GitHub Stars
1
First Seen
Feb 26, 2026
proto-service-generator — go-sphere/skills