Agent Plugins Marketplace
← All plugins

zod

v1.3.0

TypeScript-first schema validation with static type inference - version-aware skill for Zod v3 and v4

CodexClaude Code1 Skill

By ZodLicense: MIT15 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 24, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →

Install zod for Codex and Claude Code

Installs for the current user
codex plugin marketplace add pleaseai/claude-code-plugins
codex plugin marketplace upgrade pleaseai
codex plugin add zod@pleaseai

Paste and run these commands in a terminal with Codex. They add and refresh the pleaseai catalog, then install this plugin.

Compatibility: the page URL and API slug “zod” remain stable.

  • Codex: zod@agent-plugin-marketplace → zod@pleaseai

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/pleaseai/claude-code-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/zod/.

Plugin files

plugins/zod/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/use-zod/SKILL.md

Included Skills1

use-zodskills/use-zod/SKILL.md

Answer questions about the Zod schema validation library and help build schemas, parsers, refinements, transforms, codecs, and error formatters. Use when developers: (1) ask about Zod APIs like `z.object`, `z.string`, `z.array`, `z.union`, `z.discriminatedUnion`, `parse`, `safeParse`, `z.infer`; (2) define request/response/form schemas in TypeScript; (3) handle `ZodError` or customize error messages; (4) migrate between Zod v3 and v4 (entry-point split, `formatError` → `treeifyError`/`prettifyError`, unified `error` param replacing `message`/`errorMap`). Triggers on: "zod", "z.object", "z.string", "z.array", "z.union", "z.infer", "z.input", "z.output", "ZodError", "$ZodError", "safeParse", "parseAsync", "z.codec", "treeifyError", "prettifyError", "flattenError", "discriminatedUnion", "zod/v4", "zod/v3", "zod/mini", "z.coerce", "superRefine".

Plugin manifests2

plugins/zod/.codex-plugin/plugin.json
{
  "name": "zod",
  "version": "1.3.0",
  "description": "TypeScript-first schema validation with static type inference - version-aware skill for Zod v3 and v4",
  "author": {
    "name": "Zod",
    "url": "https://github.com/colinhacks/zod"
  },
  "interface": {
    "displayName": "Zod",
    "shortDescription": "TypeScript-first schema validation with static type inference - version-aware skill for Zod v3 and v4",
    "longDescription": "TypeScript-first schema validation with static type inference - version-aware skill for Zod v3 and v4",
    "developerName": "Zod",
    "category": "Development",
    "capabilities": [
      "Skill"
    ],
    "defaultPrompt": [
      "Help me use Zod for my current task."
    ],
    "websiteURL": "https://zod.dev"
  },
  "homepage": "https://zod.dev",
  "repository": "https://github.com/colinhacks/zod",
  "license": "MIT",
  "keywords": [
    "zod",
    "validation",
    "schema",
    "typescript"
  ],
  "skills": "./skills/"
}
plugins/zod/.claude-plugin/plugin.json
{
  "name": "zod",
  "version": "1.3.0",
  "description": "TypeScript-first schema validation with static type inference - version-aware skill for Zod v3 and v4",
  "author": {
    "name": "Zod",
    "url": "https://github.com/colinhacks/zod"
  },
  "homepage": "https://zod.dev",
  "repository": "https://github.com/colinhacks/zod",
  "license": "MIT",
  "keywords": [
    "zod",
    "validation",
    "schema",
    "typescript"
  ],
  "skills": [
    "./skills/"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[zod on Agent Plugins Marketplace](https://pluginsmp.com/plugins/zod)