go-service-scaffolder

Installation
SKILL.md

Go Service Scaffolder

Create a production-ready Go HTTP service skeleton and keep outputs consistent.

Workflow

  1. Ask for required inputs:
  • App name (kebab-case)
  • Go module path
  • GitHub owner/org
  • If the user asks for database support, ask which database to scaffold: Postgres, SQLite, or both.
  1. Derive:
  • CONFIG_ENV_VAR: uppercase app name without hyphens + _CONFIG
  • METRICS_PREFIX: lowercase app name without hyphens
  1. Generate the full project file tree and file contents using the canonical spec in references/go-service-scaffold-spec.md.
Installs
3
GitHub Stars
1
First Seen
Feb 17, 2026
go-service-scaffolder — italypaleale/skills