agentsclimarketplace

Goreleaser setup

Skill a5c-ai/babysitter/library/specializations/cli-mcp-development/skills/goreleaser-setup

Set up goreleaser for Go release automation with cross-compilation and publishing.From its SKILL.md

Install
npx -y skills add a5c-ai/babysitter --skill goreleaser-setup

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

1.2 KB, 213 tokens by cl100k_base, as published. Nobody here has run it

Goreleaser Setup

Set up goreleaser for Go release automation.

Generated Patterns

# .goreleaser.yaml
version: 2
builds:
  - env: [CGO_ENABLED=0]
    goos: [linux, windows, darwin]
    goarch: [amd64, arm64]
    ldflags:
      - -s -w -X main.version={{.Version}}

archives:
  - format: tar.gz
    format_overrides:
      - goos: windows
        format: zip

checksum:
  name_template: 'checksums.txt'

changelog:
  sort: asc
  filters:
    exclude: ['^docs:', '^test:', '^chore:']

brews:
  - repository:
      owner: myuser
      name: homebrew-tap
    homepage: https://github.com/myuser/myapp
    description: My CLI application

Target Processes

  • cli-binary-distribution
  • package-manager-publishing

What ships with it: 1 file

154 B alongside SKILL.md

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.