go-service-scaffolder
Installation
SKILL.md
Go Service Scaffolder
Create a production-ready Go HTTP service skeleton and keep outputs consistent.
Workflow
- 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.
- Derive:
CONFIG_ENV_VAR: uppercase app name without hyphens +_CONFIGMETRICS_PREFIX: lowercase app name without hyphens
- Generate the full project file tree and file contents using the canonical spec in
references/go-service-scaffold-spec.md.