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 agentmods add skills/futuregerald/futuregerald-claude-plugin/go-api-structurenpx skills add futuregerald/futuregerald-claude-plugin --skill go-api-structuregit clone --depth 1 https://github.com/futuregerald/futuregerald-claude-pluginWhat 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 | $0.00200 | $0.04153 |
| Opus 5 | $0.00100 | $0.02076 |
| Sonnet 5 | $0.00040 | $0.00831 |
| Haiku 4.5 | $0.00020 | $0.00415 |
Grade A, and why
go-api-structure 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 2d 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.
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.
What ships with it
30 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.
- example/.golangci.yml 4.3 KB
- example/functional/flow_test.go 17 KB
- example/go.mod 522 B
- example/go.sum 4.0 KB
- example/internal/accounts/accounts.go 796 B
- example/internal/accounts/fake_test.go 1009 B
- example/internal/accounts/service_test.go 2.6 KB
- example/internal/accounts/service.go 1.4 KB
- example/internal/httpapi/accounts_test.go 12 KB
- example/internal/httpapi/accounts.go 3.2 KB
- example/internal/httpapi/encoding.go 5.5 KB
- example/internal/httpapi/health_test.go 6.9 KB
- example/internal/httpapi/health.go 5.3 KB
- example/internal/httpapi/middleware_test.go 9.1 KB
- example/internal/httpapi/middleware.go 9.1 KB
- example/internal/httpapi/routes.go 1.3 KB
- example/internal/httpapi/server_test.go 3.9 KB
- example/internal/httpapi/server.go 5.8 KB
- example/internal/httpapi/shutdown_test.go 3.6 KB
- example/internal/jobs/pool_test.go 15 KB
- example/internal/jobs/pool.go 6.6 KB
- example/internal/sqlstore/accounts_test.go 4.7 KB
- example/internal/sqlstore/accounts.go 2.2 KB
- example/internal/sqlstore/concurrency_test.go 2.4 KB
- example/internal/sqlstore/tx.go 1.3 KB
- example/README.md 4.9 KB
- references/concurrency.md 23 KB
- references/interfaces.md 18 KB
- references/layout.md 28 KB
- references/transport.md 29 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.
- 2d ago First seen · 290 lines · 200 tokens per session scan A 08d83400690b
go-api-structure is a skill published in the GitHub repository futuregerald/futuregerald-claude-plugin (5 stars, last pushed 4d ago), with no licence file. It adds 200 tokens to every session and 4,153 once invoked, about $0.0010 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
code-review-go
Deep Go-specific code review covering goroutine lifecycle, data races, error wrapping, domain modeling, and interface design. Applied in addition to the generic code-review skill when Go code is detected. Invoked when reviewing Go PRs, Go code changes, or performing Go-specific quality checks.
go-best-practices
Modern Go patterns — error handling, concurrency, structured logging with slog, and Go 1.22+ features agents miss.
go-best-practices
Audit toàn diện Go project (Chi/Gin/Echo/Fiber + stdlib). Phát hiện violations bằng regex patterns, chấm điểm theo domain có trọng số. Tất cả nội dung báo cáo bằng tiếng Việt.
migrate-goldmark-extension-v1-to-v2
Migrate goldmark extension from goldmark v1 to v2.
use-modern-go
Use the Modern Go Guidelines CLI whenever writing, modifying, fixing, or refactoring Go code. Apply its version-specific guidance to generated changes.
migrate-goldmark-app-v1-to-v2
Migrate your application from goldmark v1 to v2.