Scaffold a new service under services/ in the builders-stack monorepo. Use when something needs its own URL, port, or independent deploy (an HTTP API, a webhook receiver, a background worker). Covers the package.json, the Hono entrypoint, reading config from env, wiring it into the Tiltfile as a local_resource, and adding a Dockerfile under infra/.
$npx -y skills add lonormaly/builders-stack --skill add-a-serviceInstalls into the current project.
Run `npx skills use "https://github.com/lonormaly/builders-stack" --skill "lonormaly/builders-stack/add-a-service"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/lonormaly/builders-stack" that are relevant to the current task. Run `npx skills add "https://github.com/lonormaly/builders-stack"` and select the relevant skills, then follow their instructions.