kit-go

kit-go is a skill for Claude Code from altafino/FableClaudeMDForOpus. It costs 37 tokens per session (110 once invoked), scanned A, original, no licence file.

A set of safeguards for writing and reviewing Go code. It focuses on common issues involving interfaces, slices, maps, deferred work, goroutines, channels, and JSON.

In plain words
What is it for?
Checking Go code for typed-nil interfaces, shared slice data, map issues, defer mistakes, concurrency traps, and JSON problems.
Why use it?
It draws attention to Go behaviours that can cause subtle bugs during implementation or review.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Checking Go code for typed-nil interfaces, shared slice data, map issues, defer mistakes, concurrency traps, and JSON problems.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/altafino/fableclaudemdforopus/kit-go
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 altafino/FableClaudeMDForOpus --skill kit-go
Clone the repo
git clone --depth 1 https://github.com/altafino/FableClaudeMDForOpus

Made for: Claude Code.

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 kit-go

README.md
[![agentmods](https://agentmods.dev/badge/skills/altafino/fableclaudemdforopus/kit-go/github.svg)](https://agentmods.dev/skills/altafino/fableclaudemdforopus/kit-go)
Your own site
<a href="https://agentmods.dev/skills/altafino/fableclaudemdforopus/kit-go"><img src="https://agentmods.dev/badge/skills/altafino/fableclaudemdforopus/kit-go/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 kit-go

Your own site · 80×15
<a href="https://agentmods.dev/skills/altafino/fableclaudemdforopus/kit-go"><img src="https://agentmods.dev/badge/skills/altafino/fableclaudemdforopus/kit-go.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 110 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 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.00037 $0.00110
Opus 5 $0.00018 $0.00055
Sonnet 5 $0.00007 $0.00022
Haiku 4.5 $0.00004 $0.00011

Measured 8d ago against content hash 0274147d0ae3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

kit-go 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 8d 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.

.claude/skills/kit-go/SKILL.md · 9 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 8d ago First seen · 9 lines · 37 tokens per session scan A 0274147d0ae3

Subscribe to this mod's changes

kit-go is a skill published in the GitHub repository altafino/FableClaudeMDForOpus (6 stars, last pushed 2mo ago), with no licence file. It adds 37 tokens to every session and 110 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

go-architect

Go 1.26 architectural standards — memory-aligned structs, typed enums, interface design, goroutine safety, iterators, idiomatic errors, sqlx + //go:embed SQL pattern, go.work multi-module layout. Use when writing, reviewing, or scaffolding Go code.

ralvarezdev/ralvaskills · 62 tokens

go-library-builder

Scaffolds reusable Go 1.26 library modules in the ralvarezdev DDD + hexagonal house style — domain-pure root package, ports as narrow interfaces, technology-named adapter subpackages (prod/dev/test), config structs over options, testcontainers over mocks, mise + Task + golangci tooling. Module namespace is a parameter…

ralvarezdev/ralvaskills · 105 tokens

gin-architect

Framework-specific delta on rest-api-architect — Gin 1.12 on Go 1.26. Feature layout, struct-tag validation, RFC 7807 errors, in-house JWT or external IdP, route groups for URL-prefix versioning, OpenAPI. Read rest-api-architect first for the cross-cutting REST conventions. Use when scaffolding or reviewing a Gin…

ralvarezdev/ralvaskills · 81 tokens

nethttp-architect

Framework-specific delta on rest-api-architect — Go stdlib net/http (Go 1.22+ ServeMux, no router) on Go 1.26. Feature layout, struct-tag validation, RFC 7807 errors, JWT or IdP auth, graceful shutdown, OpenAPI via kin-openapi. Read rest-api-architect first for the cross-cutting REST conventions. Use when scaffolding…

ralvarezdev/ralvaskills · 95 tokens

golang-pro

Implements concurrent Go patterns using goroutines and channels, designs and builds microservices with gRPC or REST, optimizes Go application performance with pprof, and enforces idiomatic Go with generics, interfaces, and robust error handling. Use when building Go applications requiring concurrent programming…

Jeffallan/claude-skills · 95 tokens

phx-deps-audit

Audit Hex deps for supply-chain security risk — bidi chars, compile-time exec, maintainer changes, typosquats, CVEs. Use after mix deps.update, when checking if a package upgrade is safe, or reviewing mix.lock PR diffs.

oliver-kriska/claude-elixir-phoenix · 58 tokens