---
name: add-go-handler
description: Scaffold a Go HTTP handler.
origin: EOC
---

# Add Go Handler

This executable skill scaffolds a starter artifact for common development work.

## When to Use

- add go handler
- new http handler

## Runtime Coverage

- go

## Verify Afterwards

- `go test ./...`

## Task Bundle Outputs

- handler
- route registration helper
- httptest
- HTTP note
