ksail: Skill for Claude Code

.agents/skills/golang-pro/SKILL.md

golang-pro is a skill for Claude Code, Codex from devantler-tech/ksail. It costs 95 tokens per session (1,187 once invoked), scanned A, original, no licence file.

A set of patterns and practices for building applications in Go, a programming language. It covers concurrent work, web services, performance checks, and common Go design techniques.

In plain words
What is it for?
Building Go applications with goroutines and channels, creating gRPC or REST services, profiling performance with pprof, and applying generics, interfaces, and error handling.
Why use it?
It provides guidance for handling several tasks at once, building services, finding slow code, and managing errors in Go programs.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing. Also seen: installed under .agents/ (shared by several agents).

This is devantler-tech/ksail's own configuration. It tells Claude Code and Codex how to work on ksail itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything ksail configures →

Reuse

Borrowing it

Nothing to install: this file belongs to devantler-tech/ksail. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/devantler-tech/ksail/main/.agents/skills/golang-pro/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/devantler-tech/ksail

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 golang-pro

README.md
[![agentmods](https://agentmods.dev/badge/skills/devantler-tech/ksail/golang-pro.svg)](https://agentmods.dev/skills/devantler-tech/ksail/golang-pro)
Your own site
<a href="https://agentmods.dev/skills/devantler-tech/ksail/golang-pro"><img src="https://agentmods.dev/badge/skills/devantler-tech/ksail/golang-pro.svg" alt="Measured on agentmods" height="20"></a>
Per session 95 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,187 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00095 $0.01187
Opus 5 $0.00048 $0.00593
Sonnet 5 $0.00019 $0.00237
Haiku 4.5 $0.00010 $0.00119

Measured 6d ago against content hash 734431452baa, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

golang-pro 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 6d 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.

.agents/skills/golang-pro/SKILL.md · 128 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

Files

What ships with it

5 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. 6d ago First seen · 128 lines · 95 tokens per session scan A 734431452baa

Subscribe to this mod's changes

golang-pro is a skill published in the GitHub repository devantler-tech/ksail (165 stars, last pushed today), with no licence file. It adds 95 tokens to every session and 1,187 once invoked, about $0.0005 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-30.

Related

Other skills, from other repositories

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

golang-samber-do

Dependency injection in Golang using samber/do — service containers, lifecycle management, scopes, health checks, graceful shutdown, and module organization. Apply when using or adopting samber/do, when the codebase imports github.com/samber/do or github.com/samber/do/v2, or when refactoring manual constructor…

alexastrum/skl · 74 tokens

go

Use when writing Go/Golang code — goroutines/channels concurrency, net/http web servers, database/sql, generics (1.18+), module management, testing and benchmarking. Go: the language powering Docker, Kubernetes, and cloud-native infrastructure.

znlgis/opengis-skills · 53 tokens

golang-gin

Gin HTTP web framework for building high-performance Go APIs.

Plazmodium/odin-workflow · 15 tokens

go-architecture

Use when laying out a new Go service, choosing an HTTP router or DB layer, or wiring dependencies. Not for concurrency (go-concurrency) or language idioms (go-core-idioms).

fusengine/codex · 44 tokens

golang-grpc

Provides gRPC usage guidelines, protobuf organization, and production-ready patterns for Golang microservices. Use when implementing, reviewing, or debugging gRPC servers/clients, writing proto files, setting up interceptors, handling gRPC errors with status codes, configuring TLS/mTLS, testing with bufconn, or…

alexastrum/skl · 72 tokens