moai-lang-go

Guide Go application development with testing, formatting, and static analysis.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/junseokandylee/CookieProxy --skill moai-lang-go-junseokandylee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: moai-lang-go
Source: https://github.com/junseokandylee/CookieProxy/tree/main/.moai-backups/backup/.claude/skills/moai-lang-go
Command: npx skills add https://github.com/junseokandylee/CookieProxy --skill moai-lang-go-junseokandylee

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides expert guidance for developing efficient, reliable, and idiomatic Go applications. It automates the adoption of best practices for testing, code quality, and standard library usage, ensuring your Go codebase is consistent, performant, and easy to maintain, saving you from common development headaches.

Core Features & Use Cases

  • TDD with go test: Guides through test-driven development using Go's built-in testing framework and table-driven tests.
  • Code Quality with gofmt & staticcheck: Integrates gofmt for automatic formatting and staticcheck for advanced static analysis.
  • Standard Library Utilization: Emphasizes using Go's powerful standard library first for HTTP, JSON, and context management.
  • Use Case: When you need to "Go 테스트 작성" (write Go tests) or ensure "Go 표준 라이브러리" (Go standard library) is used effectively, this skill offers the necessary guidance.

Quick Start

Ask to "Go 테스트 작성" for a new parser, and the skill will guide you through TDD with table-driven tests.