gozod CLAUDE.md

gozod CLAUDE.md is an instructions file for Claude Code from kaptinlin/gozod. It costs 3,776 tokens per session, scanned A, original, MIT.

Repository guidance for GoZod, a Go library that checks whether data matches expected shapes and can convert those shapes to JSON Schema, a standard format for describing JSON data. It covers the project layout, commands, and rules for coding agents.

In plain words
What is it for?
Use it when working on GoZod, especially when navigating its packages, running tests and linters, checking documentation, or following its development workflow.
Why use it?
It gives an agent the project context and required checks before changing code, reducing guesswork about where things belong and how to verify changes.

Instructions file for Claude Code

Written for Claude Code: the file is CLAUDE.md. Also seen: mentions CLAUDE.md; mentions AGENTS.md.

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.

agentmods
npx agentmods add instructions/kaptinlin/gozod/claude-md
Clone the repo
git clone --depth 1 https://github.com/kaptinlin/gozod

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 gozod CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/kaptinlin/gozod/claude-md.svg)](https://agentmods.dev/instructions/kaptinlin/gozod/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/kaptinlin/gozod/claude-md"><img src="https://agentmods.dev/badge/instructions/kaptinlin/gozod/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 3,776 This file is loaded in full into every session.
When invoked 3,776 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original 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.03776 $0.03776
Opus 5 $0.01888 $0.01888
Sonnet 5 $0.00755 $0.00755
Haiku 4.5 $0.00378 $0.00378

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

Security

Grade A, and why

gozod CLAUDE.md 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.

CLAUDE.md · 215 lines

How it starts

The opening of the file, as written. The whole thing — 215 lines — stays where its author put it; the contents beside it link to each section on GitHub.

GoZod

GoZod is a TypeScript Zod v4-inspired validation library for Go 1.26.5. The root package is a user-facing facade over concrete schemas in types/, shared contracts in core/, runtime machinery in internal/, struct-tag helpers in pkg/tagparser, and JSON Schema conversion in jsonschema/.

Commands

Run these from the repository root.

task test                           # Run go test -race ./...
task test:race                      # Run race tests for core and lightweight utility packages
task lint                           # Run golangci-lint and tidy-lint
task golangci-lint                  # Run golangci-lint v2 only
task tidy-lint                      # Verify go.mod and go.sum stay tidy
task contractcheck                  # Run go test -tags=contractcheck ./types
task docs:integrity                 # Run public documentation stale-claim checks
task bench:smoke                    # Compile and smoke-run benchmarks with tiny benchtime
task fmt                            # Run golangci-lint fmt ./...
task vet                            # Run go vet ./...
task vuln                           # Run govulncheck ./...
task verify:ci                      # Run lint, contractcheck, docs, race tests, benchmark smoke, and vuln
task verify                         # Run deps, fmt, vet, lint, contracts, docs, tests, benchmark smoke, and vuln
go build ./...                      # Verify all packages compile

Architecture

gozod/
├── constructors_*.go # Root facade constructor functions
├── core.go           # Root aliases for shared contracts
├── errors.go         # Root error presentation functions and sentinels
├── jsonschema.go     # Root JSON Schema conversion functions and protocol aliases
├── metadata.go       # Root registry and metadata aliases
├── structs.go        # Root FromStruct helpers
├── cmd/gozodgen/     # Code generator for struct-tag schemas
├── coerce/           # z.coerce-style constructors for automatic input conversion
├── core/             # Public contracts, config, issue codes, shared types
├── docs/             # User documentation
├── examples/         # Runnable examples
├── internal/         # Engine, checks, issues, and runtime helpers
├── jsonschema/       # To/From JSON Schema conversion
├── locales/          # Localized validation messages
├── pkg/              # Shared helpers for clone, coercion, maps, regex, reflection, tags, transforms
├── types/            # Concrete schema implementations and fluent APIs
├── .agents/rules/    # Project rules for schemas, checks, naming, tests, performance, and structure
└── .agents/skills/   # Local agent skills available in this repository

Read the full file on GitHub · 215 lines

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 · 215 lines · 3,776 tokens per session scan A 004bbc09035f

Subscribe to this mod's changes

gozod CLAUDE.md is an instructions file published in the GitHub repository kaptinlin/gozod (24 stars, last pushed 1mo ago), licensed MIT. It adds 3,776 tokens to every session, about $0.0189 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.