zod

0
C

Zod v4 schema patterns. For projects using Zod validation library.

CommandsAgentsMarketplace
#zod#schemas#refined schemas#Refined#export inferred#Split base#export#schema

Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security

Installation for Agentic Skill

View all platforms →
skilz install settlemint/agent-marketplace/zod
skilz install settlemint/agent-marketplace/zod --agent opencode
skilz install settlemint/agent-marketplace/zod --agent codex
skilz install settlemint/agent-marketplace/zod --agent gemini

First time? Install Skilz: pip install skilz

Works with 14 AI coding assistants

Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...

View All Agents
Download Agent Skill ZIP

Extract and copy to ~/.claude/skills/ then restart Claude Desktop

1. Clone the repository:
git clone https://github.com/settlemint/agent-marketplace
2. Copy the agent skill directory:
cp -r agent-marketplace/devtools/skills/zod ~/.claude/skills/

Need detailed installation help? Check our platform-specific guides:

Related Agentic Skills

Agentic Skill Details

Type
Other
Meta-Domain
Primary Domain
Market Score
0

Agent Skill Grade

C
Score: 77/100 Click to see breakdown

Score Breakdown

Spec Compliance
13/15
PDA Architecture
20/30
Ease of Use
22/25
Writing Style
8/10
Utility
17/20
Modifiers: -3

Areas to Improve

  • Missing explicit TOC
  • Redundant anti_patterns section
  • No numbered workflow

Recommendations

  • Add trigger phrases to description for discoverability
  • Add table of contents for files over 100 lines

Graded: 2026-01-19

Developer Feedback

I took a look at your zod skill and wanted to share some thoughts.

Links:

The TL;DR

You're at 77/100, solid C-grade territory. This is based on Anthropic's skill best practices framework. Your strongest area is Ease of Use (22/25)—the metadata and triggers are really well thought out. The weakest link is Progressive Disclosure Architecture (20/30)—you've got good content, but it's all packed into one file and could be structured more efficiently.

What's Working Well

  • Trigger coverage is chef's kiss – You've got specific regex patterns like z\.object and semantic intent triggers like "validate input with TypeScript types". That's the kind of specificity that actually gets skills activated when developers need them.

  • Practical examples – Your three few-shot_examples with input/output/reasoning are solid. They address real pain points (v3→v4 migration) and show developers exactly how to apply the patterns.

  • Clear constraints – You're upfront about what this skill covers (Zod v4) and what it doesn't. No hand-waving. That's good meta-awareness.

The Big One

You need a table of contents and reorganized structure. Right now you've got ~395 lines crammed into one SKILL.md file with implicit navigation through XML tags. That works, but it leaves +2-4 points on the table.

Here's what I'd do:

  • Add a markdown TOC after the frontmatter listing Quick Start → Patterns → Constraints → Anti-Patterns → Examples
  • Extract your three detailed examples to references/examples.md (keeps the main file leaner, easier to scan)
  • Keep one minimal example inline for quick reference

Impact: This alone gets you +2 points closer to 80.

Other Things Worth Fixing

  1. Merge anti-patterns into constraints –...

AI-Detected Topics

Extracted using NLP analysis

zod schemas refined schemas Refined export inferred Split base export schema inferred types schemas split

Report Security Issue

Found a security vulnerability in this agent skill?