LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

Skills tagged: Golang

Browse skills that share this tag.

  • golang-code-style - Go Code Style and Conventions
    Golangcode styleformattingconventions

    ★ 0 · Updated 2026-05-11

    Provides Go code style rules and formatting conventions for clarity and consistency

    ⚙ format code⚙ review code style⚙ write Go code
  • golang-code-style - Go Code Style & Formatting Guide
    GoGolangcode styleformatting

    ★ 12 · Updated 2026-05-11

    Go code style rules, formatting conventions, and code organization standards for writing and reviewing Go code.

    ⚙ format Go code⚙ review code style⚙ configure linters
  • golang - Go Language Expert Development
    GoGolangprogramming languageconcurrency

    ★ 22 · Updated 2026-03-22

    Expert Go language development including idiomatic patterns, concurrency, performance optimization, and ecosystem best practices

    ⚙ write Go code⚙ design concurrent systems⚙ implement APIs
  • mockery-generate - Golang Mockery Generation with go:generate
    Golangtestingmockingcode-generation

    ★ 6 · Updated 2026-02-13

    Generates mock implementations for Golang interfaces using mockery and go:generate to eliminate handwritten mock structs

    ⚙ scan interface definitions⚙ add go:generate comments⚙ validate go:generate comments