Skip to main content
Run any Skill in Manus
with one click
$pwd:

acn-go-types-parsing

// Go type safety, standard library type preferences, and the 'parse don't validate' principle. Use when handling IP addresses, MAC addresses, network types, or any string-typed domain data. Trigger on net.IP usage (prefer netip.Addr), string MAC addresses (prefer net.HardwareAddr), stringly-typed variables that should be custom types, or reflect.DeepEqual where == suffices. Also trigger on 'parse don't validate' discussions or type conversion at boundaries.

$ git log --oneline --stat
stars:425
forks:269
updated:April 16, 2026 at 18:33
SKILL.md
readonly