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
- Proto and generated API files already exist.
- You need missing service files or method implementations for
*ServiceHTTPServer. - You need safe append-only completion for existing service files.