askill
go-development

go-developmentSafety 90Repository

Use for go/golang coding.

0 stars
1.2k downloads
Updated 2/20/2026

Package Files

Loading files...
SKILL.md

Golang Coding

Overview

This skill define go/golang coding. References latest golang's features w/o web-searching.

v1.26

  • The built-in new function,

    type Player struct {
      Name string
      BestScore *int
    }
    
    func newPlayer(name string, score int) *Player {
      return &Player{
        Name: name,
        BestScore: new(score),
      }
    }
    
  • The restriction that a generic type

    type Adder[A Adder[A]] interface {
      Add(A) A
    }
    
    func algo[A Adder[A]](x, y A) A {
      return x.Add(y)
    }
    

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

32/100Analyzed 2/25/2026

Very brief skill with minimal content covering only two Go v1.26 features (new() function and generic type restrictions). Lacks clear descriptions, usage context, and actionable guidance. Located in .gemini directory suggesting internal agent use. Score heavily penalized for incompleteness and lack of practical value."

90
45
40
25
30

Metadata

Licenseunknown
Version-
Updated2/20/2026
Publisherpoteto0

Tags

No tags yet.