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 pledgeandgrow/pledge-skills --skill gogit clone --depth 1 https://github.com/pledgeandgrow/pledge-skillsWrote 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/pledgeandgrow/pledge-skills/go)<a href="https://agentmods.dev/skills/pledgeandgrow/pledge-skills/go"><img src="https://agentmods.dev/badge/skills/pledgeandgrow/pledge-skills/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.
<a href="https://agentmods.dev/skills/pledgeandgrow/pledge-skills/go"><img src="https://agentmods.dev/badge/skills/pledgeandgrow/pledge-skills/go.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.00036 | $0.01216 |
| Opus 5 | $0.00018 | $0.00608 |
| Sonnet 5 | $0.00007 | $0.00243 |
| Haiku 4.5 | $0.00004 | $0.00122 |
Grade A, and why
go-docs 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 10d 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 — 111 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Go 1.26 — Complete Skill Reference
Quick Reference
| Topic | File |
|---|---|
| Getting Started (installation, tutorials, tour, workspaces) | getting-started.md |
| Language Specification (syntax, types, functions, structs, interfaces, generics) | language-spec.md |
| Effective Go (idioms, patterns, conventions, naming, formatting) | effective-go.md |
| Concurrency (goroutines, channels, select, sync, atomic, context, memory model) | concurrency.md |
| Stdlib Core (fmt, strings, bytes, bufio, strconv, unicode, errors, log/slog, cmp, iter, context) | stdlib-core.md |
| Stdlib IO (io, io/fs, os, path/filepath, embed, archive/tar, archive/zip) | stdlib-io.md |
| Stdlib Net (net, net/http, net/url, net/mail, net/rpc, net/smtp, net/netip) | stdlib-net.md |
| Stdlib Crypto (aes, ecdsa, ed25519, rsa, sha*, tls, x509, hpke, mlkem, fips140) | stdlib-crypto.md |
| Stdlib Encoding (json v1+v2, xml, base32/64, binary, csv, gob, hex, pem, asn1) | stdlib-encoding.md |
| Stdlib Data (container/, sort, slices, maps, math, math/big, regexp, hash/, unique, weak) | stdlib-data.md |
| Stdlib Sys (os/exec, os/signal, runtime/, debug/, plugin, syscall, time, flag, expvar) | stdlib-sys.md |
| Stdlib Testing (testing, fstest, iotest, quick, synctest, fuzzing, coverage, benchmarks) | stdlib-testing.md |
| Stdlib Template (text/template, html/template, text/scanner, tabwriter, html, mime, image/*) | stdlib-template.md |
| Stdlib Meta (go/ast, go/build, go/parser, go/types, go/format, go/doc, reflect) | stdlib-meta.md |
| Modules (go.mod, versioning, publishing, workspaces, dependencies, layout) | modules.md |
| Database (database/sql, driver, transactions, prepared statements, connection pooling) | database.md |
| Tools (go command, gofmt, pprof, trace, diagnostics, PGO, GC guide, editors) | tools.md |
| What's New in Go 1.26 (release notes, changes from 1.25) | whats-new.md |
| Cgo (C interoperability, bindings, pointer rules, performance) | cgo.md |
| FAQ (design decisions, language features, common questions) | faq.md |
What ships with it
20 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.
- cgo.md 5.9 KB
- concurrency.md 11 KB
- database.md 7.8 KB
- effective-go.md 12 KB
- faq.md 12 KB
- getting-started.md 8.9 KB
- language-spec.md 16 KB
- modules.md 8.0 KB
- stdlib-core.md 13 KB
- stdlib-crypto.md 13 KB
- stdlib-data.md 12 KB
- stdlib-encoding.md 8.7 KB
- stdlib-io.md 9.6 KB
- stdlib-meta.md 9.5 KB
- stdlib-net.md 15 KB
- stdlib-sys.md 13 KB
- stdlib-template.md 12 KB
- stdlib-testing.md 8.5 KB
- tools.md 11 KB
- whats-new.md 6.6 KB
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.
- 10d ago First seen · 111 lines · 36 tokens per session scan A ebbb02e4e32e
go-docs is a skill published in the GitHub repository pledgeandgrow/pledge-skills (10 stars, last pushed 1mo ago), licensed MIT. It adds 36 tokens to every session and 1,216 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
Go Patterns
Use this skill when building Go services/CLIs and you want practical patterns for package layout, error handling, concurrency, and testing that keep code readable and reliable.
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.
voiden
Create and edit Voiden .void files for API testing. Covers the .void file format and all enabled extension block types.
ship-safe-scan
Quick scan for leaked secrets — API keys, passwords, tokens, database URLs. Use when the user wants to check for hardcoded secrets or exposed credentials.
backend-development
Backend API design, database architecture, microservices patterns, and test-driven development. Use for designing APIs, database schemas, or backend system architecture.
code-guidelines-go
Go 1.24–1.27 coding guidelines for the dimetron/pi-go AI agent runtime. Use this skill whenever writing, reviewing, or refactoring ANY Go code in pi-go. This covers idiomatic style, error handling, concurrency, project layout, testing (table-driven, fuzz, benchmarks, synctest), new stdlib usage, golangci-lint v2…