Borrowing it
Nothing to install: this file belongs to jeius/mcp-servers. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/jeius/mcp-servers/main/.agents/skills/zod/SKILL.mdgit clone --depth 1 https://github.com/jeius/mcp-serversWrote 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/jeius/mcp-servers/zod)<a href="https://agentmods.dev/skills/jeius/mcp-servers/zod"><img src="https://agentmods.dev/badge/skills/jeius/mcp-servers/zod.svg" alt="Measured on agentmods" 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.00138 | $0.02239 |
| Opus 5 | $0.00069 | $0.01120 |
| Sonnet 5 | $0.00028 | $0.00448 |
| Haiku 4.5 | $0.00014 | $0.00224 |
Grade A, and why
zod 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.
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
44 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.
- .github/FUNDING.yml 199 B
- AGENTS.md 17 KB
- CHANGELOG.md 2.0 KB
- LICENSE 1.0 KB
- README.md 6.4 KB
- references/advanced-features.md 5.8 KB
- references/anti-patterns.md 7.5 KB
- references/boundary-architecture.md 6.9 KB
- references/error-handling.md 4.3 KB
- references/linter-and-ci.md 6.1 KB
- references/objects-and-composition.md 4.8 KB
- references/parsing-and-inference.md 3.7 KB
- references/refinements-and-transforms.md 4.4 KB
- references/schema-types.md 5.0 KB
- references/testing-anti-patterns.md 11 KB
- references/testing-api.md 15 KB
- references/testing.md 8.8 KB
- rules/arch-boundary-parsing.md 3.0 KB
- rules/arch-schema-organization.md 2.4 KB
- rules/arch-schema-versioning.md 2.7 KB
- rules/error-custom-messages.md 1.4 KB
- rules/error-formatting.md 1.5 KB
- rules/error-input-security.md 1.5 KB
- rules/migrate-error-api.md 1.4 KB
- rules/migrate-native-enum.md 1.1 KB
- rules/migrate-string-formats.md 1.2 KB
- rules/observe-error-metrics.md 2.7 KB
- rules/observe-structured-errors.md 2.5 KB
- rules/parse-async-required.md 1.4 KB
- rules/parse-infer-types.md 1.3 KB
- rules/parse-use-safeParse.md 1.3 KB
- rules/pattern-branded-types.md 1.4 KB
- rules/pattern-codecs.md 1.6 KB
- rules/pattern-pipe.md 1.3 KB
- rules/perf-extend-spread.md 1.3 KB
- rules/perf-reuse-schemas.md 1.4 KB
- rules/perf-zod-mini.md 1.4 KB
- rules/refine-cross-field.md 1.3 KB
- rules/refine-never-throw.md 1.4 KB
- rules/refine-vs-transform.md 1.3 KB
- rules/schema-coercion-pitfalls.md 1.4 KB
- rules/schema-object-unknowns.md 1.6 KB
- rules/schema-recursive-types.md 1.3 KB
- rules/schema-union-discriminated.md 1.5 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.
- 6d ago First seen · 182 lines · 138 tokens per session scan A b000b24cdca4
zod is a skill published in the GitHub repository jeius/mcp-servers (0 stars, last pushed 17d ago), with no licence file. It adds 138 tokens to every session and 2,239 once invoked, about $0.0007 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
errore
Go-style error handling for TypeScript. Functions return errors instead of throwing them — but instead of Go's two-value tuple (val, err), you return a single Error | T union. Instead of checking err != nil, you check instanceof Error. TypeScript narrows the type automatically. No wrapper types, no Result monads, just…
widen-return-type
When delegating a task affected by this skill, include.
coding-standards
A set of general coding standards and practical patterns for TypeScript, JavaScript, React, and Node.js. It covers readable naming, simple designs, avoiding repetition, and delaying unnecessary features.
plankton-code-quality
Write-time code quality enforcement using Plankton — auto-formatting, linting, and Claude-powered fixes on every file edit via hooks.
notebooklm
This skill should be used when the user wants to query their Google NotebookLM notebooks for citation-backed, source-grounded answers, or manage notebooks, sources, and Studio content (audio, report, video, infographic, presentation, data table, flashcards, quiz, mind map). It drives the @roomi-fields/notebooklm-mcp…
add-export
Add a new subpath export to the @cyanheads/mcp-ts-core package. Use when creating a new public API surface that consumers import from a dedicated subpath (e.g., @cyanheads/mcp-ts-core/newutil).