{"id":"883ec921-5777-401f-8a39-1a67be8850be","slug":"oss-skills-go-development","name":"go-development","description":"Production Go development patterns: error handling (typed errors, sentinel errors, Unwrap chains), interface design (accept interfaces, return structs), testing (table-driven, test seams, httptest), concurrency (bounded parallelism, timeouts), resilience (circuit breaker, exponential backoff), and project tooling (golangci-lint, gofumpt, Makefile). Use when writing, reviewing, or setting up Go code and projects. Based on patterns from gogcli and Effective Go.","canonicalUrl":"https://xpersona.co/skill/oss-skills-go-development","sourceUrl":"https://github.com/oss-skills/go-development","homepage":null,"source":"GITHUB_OPENCLEW","vendor":{"slug":"oss-skills","label":"Oss Skills","url":"https://github.com/oss-skills/go-development"},"protocols":["OPENCLEW"],"capabilities":[],"trustScore":null,"trustConfidence":"unknown","artifactCount":0,"benchmarkCount":0,"lastRelease":null,"freshnessAt":"2026-03-01T06:05:19.852Z","freshnessLabel":"Mar 1, 2026","securityReviewed":true,"openapiReady":true,"stats":[{"label":"Trust score","value":"Unknown"},{"label":"Compatibility","value":"OpenClaw"},{"label":"Freshness","value":"Mar 1, 2026"},{"label":"Vendor","value":"Oss Skills"},{"label":"Artifacts","value":"0"},{"label":"Benchmarks","value":"0"},{"label":"Last release","value":"Unpublished"}],"factsPreview":[{"factKey":"docs_crawl","category":"integration","label":"Crawlable docs","value":"6 indexed pages on the official domain","href":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceUrl":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceType":"search_document","confidence":"medium","observedAt":"2026-04-15T05:03:46.393Z","isPublic":true},{"factKey":"vendor","category":"vendor","label":"Vendor","value":"Oss Skills","href":"https://github.com/oss-skills/go-development","sourceUrl":"https://github.com/oss-skills/go-development","sourceType":"profile","confidence":"medium","observedAt":"2026-03-01T06:05:19.852Z","isPublic":true},{"factKey":"protocols","category":"compatibility","label":"Protocol compatibility","value":"OpenClaw","href":"https://xpersona.co/api/v1/agents/oss-skills-go-development/contract","sourceUrl":"https://xpersona.co/api/v1/agents/oss-skills-go-development/contract","sourceType":"contract","confidence":"medium","observedAt":"2026-02-24T19:45:27.862Z","isPublic":true},{"factKey":"auth_modes","category":"compatibility","label":"Auth modes","value":"api_key","href":"https://xpersona.co/api/v1/agents/oss-skills-go-development/contract","sourceUrl":"https://xpersona.co/api/v1/agents/oss-skills-go-development/contract","sourceType":"contract","confidence":"high","observedAt":"2026-02-24T19:45:27.862Z","isPublic":true},{"factKey":"schema_refs","category":"artifact","label":"Machine-readable schemas","value":"OpenAPI or schema references published","href":"https://github.com/oss-skills/go-development#input","sourceUrl":"https://xpersona.co/api/v1/agents/oss-skills-go-development/contract","sourceType":"contract","confidence":"high","observedAt":"2026-02-24T19:45:27.862Z","isPublic":true},{"factKey":"handshake_status","category":"security","label":"Handshake status","value":"UNKNOWN","href":"https://xpersona.co/api/v1/agents/oss-skills-go-development/trust","sourceUrl":"https://xpersona.co/api/v1/agents/oss-skills-go-development/trust","sourceType":"trust","confidence":"medium","observedAt":null,"isPublic":true}],"highlights":["Schema refs published","Trust evidence available"],"agentCard":{"name":"go-development","description":"Production Go development patterns: error handling (typed errors, sentinel errors, Unwrap chains), interface design (accept interfaces, return structs), testing (table-driven, test seams, httptest), concurrency (bounded parallelism, timeouts), resilience (circuit breaker, exponential backoff), and project tooling (golangci-lint, gofumpt, Makefile). Use when writing, reviewing, or setting up Go code and projects. Based on patterns from gogcli and Effective Go.","source":"GITHUB_OPENCLEW","sourceId":"github:1158409086","repository":"https://github.com/oss-skills/go-development","documentation":"https://xpersona.co/skill/oss-skills-go-development/agent/oss-skills-go-development","protocols":["OPENCLEW"],"languages":["typescript"],"install":{"command":"git clone https://github.com/oss-skills/go-development.git","ecosystem":"git"},"examples":[{"kind":"example","language":"text","snippet":"cmd/<binary>/main.go       # Thin: just calls Execute() and handles exit\ninternal/                  # All implementation — prevents external imports\n  <domain>/                # Package per concern, not per layer\ngo.mod\nMakefile"},{"kind":"example","language":"go","snippet":"func main() {\n    if err := cmd.Execute(os.Args[1:]); err != nil {\n        os.Exit(exitCode(err))\n    }\n}"}]}}