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.
npx skills add kuku0922/awesome-ai-coding-enhance --skill go-gin-generatorgit clone --depth 1 https://github.com/kuku0922/awesome-ai-coding-enhanceWrote 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.
[](https://agentmods.dev/skills/kuku0922/awesome-ai-coding-enhance/go-gin-generator)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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.
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:
- Starting a new Go web project - Generate a complete project structure with best practices
- Building REST APIs - Create API-focused applications with proper routing and handlers
- Developing web applications - Generate full-stack web apps with templates and static assets
- Creating microservices - Build microservice-oriented applications with health checks and metrics
- Setting up gRPC services - Generate gRPC services with HTTP gateway
- Rapid prototyping - Quickly scaffold projects with common features pre-configured
Quick Start
Basic Project Generation
To generate a Go Gin project:
- Interactive Mode (Recommended for beginners):
skill: "go-gin-generator" --interactive
- Command Line Mode (For automation):
skill: "go-gin-generator" project-name -t api -m github.com/username/project
- 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
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.
- references/gin_best_practices.md 18 KB
- references/go_project_standards.md 12 KB
- references/package_registry.md 16 KB
- scripts/create_structure.py 33 KB runs code
- scripts/init_project.py 22 KB runs code
- scripts/query_versions.py 8.6 KB runs code
- scripts/requirements.txt 32 B
- scripts/setup_dependencies.py 18 KB runs code
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.
- 11d ago First seen · 403 lines · 39 tokens per session scan A 605c673e5676
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.
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.
kotlin-ktor-patterns
Ktor server patterns including routing DSL, plugins, authentication, Koin DI, kotlinx.serialization, WebSockets, and testApplication testing.
laravel-patterns
Laravel architecture patterns, routing/controllers, Eloquent ORM, service layers, queues, events, caching, and API resources for production apps.
java-coding-standards
Java coding standards for Spring Boot services: naming, immutability, Optional usage, streams, exceptions, generics, and project layout.
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…
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.