Back to list
JokeJason

zod-docs

by JokeJason

downloads official documentation, filters it with AI assistance, and generates skills that make the docs available as local context for AI coding agents—a local alternative to Context7's cloud-based documentation lookup

2🍴 0📅 Jan 19, 2026

SKILL.md


name: zod-docs description: Local Zod documentation reference. Use when asked about Zod schema validation, TypeScript type inference, parsing, error handling, JSON Schema conversion, or schema composition.

Zod Documentation

Zod is a TypeScript-first schema declaration and validation library with static type inference. It enables developers to define schemas that validate data at runtime while automatically inferring TypeScript types.

Quick Reference

FileTitleDescription
index.mdxIntroIntroduction to Zod - TypeScript-first schema validation library with static type inference
basics.mdxBasic usageBasic usage guide covering schema definition, parsing data, error handling, and type inference
api.mdxDefining schemasComplete API reference for all Zod schema types, methods, and validation features
codecs.mdxCodecsBidirectional transformations with encode and decode
ecosystem.mdxEcosystemOverview of the Zod ecosystem including integrations, tools, and community resources
error-customization.mdxCustomizing errorsGuide to customizing validation error messages and error handling patterns
error-formatting.mdxFormatting errorsUtilities for formatting and displaying Zod errors
json-schema.mdxJSON SchemaHow to convert Zod schemas to JSON Schema
library-authors.mdxFor library authorsGuidelines and best practices for library authors integrating with Zod
metadata.mdxMetadata and registriesAttaching and manipulating metadata on Zod schemas
packages/core.mdxZod CoreZod Core package - minimal core functionality for custom implementations
packages/mini.mdxZod MiniZod Mini - a tree-shakable Zod
packages/zod.mdxZodInternals and structure of the Zod library

When to use

Use this skill when the user asks about:

  • Zod schema validation
  • TypeScript type inference from schemas
  • Data parsing and validation
  • Error handling and custom error messages
  • JSON Schema conversion
  • Schema composition (merge, extend, pick, omit)
  • Codecs and bidirectional transformations
  • Zod Mini for smaller bundle sizes

How to find information

  1. Check the Quick Reference table above for the relevant file
  2. Read the file from references/{filename}

Score

Total Score

70/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon