About
This skill equips Claude with specialized knowledge of Go 1.13+ error handling conventions, facilitating the creation of robust and maintainable Go applications. It covers essential patterns including sentinel error creation, context-aware error wrapping with the %w verb, and type-safe error checking using the errors.Is and errors.As functions. By utilizing these standardized patterns, developers can ensure clear error propagation, easier debugging, and consistent behavior across complex Go codebases and concurrent operations.