go-gin-generator

go-gin-generator is a skill for Claude Code, Codex from kuku0922/awesome-ai-coding-enhance. It costs 39 tokens per session (2,568 once invoked), scanned A, original, MIT.

A project starter for Go web applications built with Gin, a Go framework for handling web requests. It offers templates for APIs, web apps, microservices, and services that use gRPC, a system for service-to-service communication.

In plain words
What is it for?
Use it to start REST APIs, web applications, microservices, health-check and metrics services, or gRPC services.
Why use it?
It avoids repeatedly creating the project structure, routing, dependencies, and development setup needed for a new Go service.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to start REST APIs, web applications, microservices, health-check and metrics services, or gRPC services.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kuku0922/awesome-ai-coding-enhance/go-gin-generator
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add kuku0922/awesome-ai-coding-enhance --skill go-gin-generator
Clone the repo
git clone --depth 1 https://github.com/kuku0922/awesome-ai-coding-enhance

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for go-gin-generator

README.md
[![agentmods](https://agentmods.dev/badge/skills/kuku0922/awesome-ai-coding-enhance/go-gin-generator/github.svg)](https://agentmods.dev/skills/kuku0922/awesome-ai-coding-enhance/go-gin-generator)
Your own site
<a href="https://agentmods.dev/skills/kuku0922/awesome-ai-coding-enhance/go-gin-generator"><img src="https://agentmods.dev/badge/skills/kuku0922/awesome-ai-coding-enhance/go-gin-generator/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for go-gin-generator

Your own site · 80×15
<a href="https://agentmods.dev/skills/kuku0922/awesome-ai-coding-enhance/go-gin-generator"><img src="https://agentmods.dev/badge/skills/kuku0922/awesome-ai-coding-enhance/go-gin-generator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,568 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00039 $0.02568
Opus 5 $0.00019 $0.01284
Sonnet 5 $0.00008 $0.00514
Haiku 4.5 $0.00004 $0.00257

Measured 11d ago against content hash 605c673e5676, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

go-gin-generator scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

The scan reads SKILL.md. This mod also ships 4 executable files (scripts/create_structure.py, scripts/init_project.py, scripts/query_versions.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/go-gin-generator/SKILL.md · 403 lines

How it starts

The opening of the file, as written. The whole thing — 403 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Go Gin Project Generator

This skill should be used when you need to create a new Go web application using the Gin framework. It generates complete, production-ready projects with proper structure, dependencies, configuration, and development tools.

When to Use This Skill

Use this skill in these scenarios:

  1. Starting a new Go web project - Generate a complete project structure with best practices
  2. Building REST APIs - Create API-focused applications with proper routing and handlers
  3. Developing web applications - Generate full-stack web apps with templates and static assets
  4. Creating microservices - Build microservice-oriented applications with health checks and metrics
  5. Setting up gRPC services - Generate gRPC services with HTTP gateway
  6. Rapid prototyping - Quickly scaffold projects with common features pre-configured

Quick Start

Basic Project Generation

To generate a Go Gin project:

  1. Interactive Mode (Recommended for beginners):
skill: "go-gin-generator" --interactive
  1. Command Line Mode (For automation):
skill: "go-gin-generator" project-name -t api -m github.com/username/project
  1. Configuration File Mode (For reproducible builds):
skill: "go-gin-generator" -c config.json

Project Types

1. REST API (api)

  • HTTP RESTful API with JSON responses
  • JWT authentication support
  • API documentation with Swagger
  • Input validation and error handling
  • Database integration (PostgreSQL, MySQL, SQLite)

Use when: Building backend APIs for mobile/web apps

2. Web Application (web)

  • Full web application with HTML templates
  • Static asset serving (CSS, JS, images)
  • Session management
  • Template rendering with Gin
  • Frontend integration ready

Use when: Building traditional server-rendered web applications

3. Microservice (microservice)

  • Health check endpoints
  • Prometheus metrics
  • Structured logging
  • Container-ready configuration
  • Service discovery friendly
  • Graceful shutdown support

Read the full file on GitHub · 403 lines

Files

What ships with it

8 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 403 lines · 39 tokens per session scan A 605c673e5676

Subscribe to this mod's changes

go-gin-generator is a skill published in the GitHub repository kuku0922/awesome-ai-coding-enhance (3 stars, last pushed 9mo ago), licensed MIT. It adds 39 tokens to every session and 2,568 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

goframe-v2

GoFrame development skill. TRIGGER when writing/modifying Go files, implementing services, creating APIs, or database operations. DO NOT TRIGGER for frontend/shell scripts.

hashgraph-online/awesome-codex-plugins · 40 tokens

kotlin-ktor-patterns

Ktor server patterns including routing DSL, plugins, authentication, Koin DI, kotlinx.serialization, WebSockets, and testApplication testing.

hashgraph-online/awesome-codex-plugins · 34 tokens

laravel-patterns

Laravel architecture patterns, routing/controllers, Eloquent ORM, service layers, queues, events, caching, and API resources for production apps.

hashgraph-online/awesome-codex-plugins · 32 tokens

java-coding-standards

Java coding standards for Spring Boot services: naming, immutability, Optional usage, streams, exceptions, generics, and project layout.

hashgraph-online/awesome-codex-plugins · 35 tokens

go

Use when writing, reviewing, testing, or shipping Go code and HTTP services: idioms, %w error wrapping, goroutine/context/errgroup concurrency, net/http 1.22 routing, log/slog, project layout, table-driven tests, Go hardening. NOT language-agnostic threat modeling (that is secure-coding), NOT Dockerfile/CI shipping…

ericrisco/rsc-harness · 86 tokens

go-expert

Expert-level Go development with Go 1.22+ features, concurrency, standard library, and production-grade best practices. Use when the user mentions concurrency, microservices, or backend, or when the task involves idiomatic Go, goroutines and channels, context-based cancellation, or writing an HTTP server.

personamanagmentlayer/pcl · 65 tokens