·go-project-setup
</>

go-project-setup

Standardized setup for new Go (Golang) projects and services. Activate to ensure clean, idiomatic project structures (Standard Layout) and implement production-ready patterns (graceful shutdown, package separation) from day one.

18Installs·1Trend·@googlecloudplatform

Installation

$npx skills add https://github.com/googlecloudplatform/devrel-demos --skill go-project-setup

How to Install go-project-setup

Quickly install go-project-setup AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/googlecloudplatform/devrel-demos --skill go-project-setup
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: googlecloudplatform/devrel-demos.

SKILL.md

View raw

This skill guides the creation of clean, idiomatic Go project structures.

Determine Scope Ask the user: "Is this a simple tool, a library, or a multi-service repo?"

Select and Use Template MANDATORY: You MUST read and use the templates provided in the assets/ directory. They establish idiomatic patterns like graceful shutdown, run functions, and package separation.

Standardized setup for new Go (Golang) projects and services. Activate to ensure clean, idiomatic project structures (Standard Layout) and implement production-ready patterns (graceful shutdown, package separation) from day one. Source: googlecloudplatform/devrel-demos.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/googlecloudplatform/devrel-demos --skill go-project-setup
Category
</>Dev Tools
Verified
First Seen
2026-03-09
Updated
2026-03-10

Browse more skills from googlecloudplatform/devrel-demos

Quick answers

What is go-project-setup?

Standardized setup for new Go (Golang) projects and services. Activate to ensure clean, idiomatic project structures (Standard Layout) and implement production-ready patterns (graceful shutdown, package separation) from day one. Source: googlecloudplatform/devrel-demos.

How do I install go-project-setup?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/googlecloudplatform/devrel-demos --skill go-project-setup Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/googlecloudplatform/devrel-demos

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-03-09