zod
Zod v4 schema patterns. For projects using Zod validation library.
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 22+ AI coding agents
Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...
Extract and copy to ~/.claude/skills/ then restart Claude Desktop
git clone https://github.com/settlemint/agent-marketplace cp -r agent-marketplace/devtools/skills/zod ~/.claude/skills/ Need detailed installation help? Check our platform-specific guides:
Related Agentic Skills
automating-mail
by SpillwaveSolutionsAutomates Apple Mail via JXA with AppleScript dictionary discovery. Use when asked to "automate email", "send mail via script", "JXA Mail automation",...
automating-reminders
by SpillwaveSolutionsAutomates Apple Reminders using JavaScript for Automation (JXA). Use when asked to "create reminders programmatically", "automate reminder lists", "JX...
mastering-postgresql
by SpillwaveSolutionsPostgreSQL development for Python with full-text search (tsvector, tsquery, BM25 via pg_search), vector similarity (pgvector with HNSW/IVFFlat), JSONB...
automating-contacts
by SpillwaveSolutionsAutomates macOS Contacts via JXA with AppleScript dictionary discovery. Use when asked to "automate contacts", "JXA contacts automation", "macOS addre...
Agentic Skill Details
- Owner
- settlemint (GitHub)
- Repository
- agent-marketplace
- Type
- Other
- Meta-Domain
- N/A
- Primary Domain
- N/A
- Market Score
- 77.0
Agent Skill Grade
C
Score: 77/100
Click to see breakdown
Score Breakdown
Areas to Improve
- File is ~395 lines with no table of contents; relies on XML tags for navigation which may not render in all viewers
- Anti-patterns content duplicates constraints section; 'Using .describe() in v4' and 'Composition on Refined Schemas' already covered
- Success criteria exists but no explicit 1-2-3 workflow for creating a new schema from scratch
Recommendations
- Add trigger phrases to description for discoverability
- Add table of contents for files over 100 lines
Graded: 1/18/2026
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\.objectand 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
Merge anti-patterns into constraints – Right now you're saying the same things twice ("Using .describe() in v4" appears in both sections). Consolidate into one "Do's and Don'ts" section with clear callouts. That's a token efficiency win and clears up ~1 point.
Add a numbered workflow – Your success_criteria checklist is helpful, but there's no explicit 1-2-3 flow for building a schema from scratch. Add a
<workflow>section: 1) Define base schema 2) Add .meta() 3) Export types 4) Write tests. Gets you +2 points on Ease of Use.Bump description trigger phrases – You've got solid triggers in the metadata, but the description itself is short on "when to use this" language. Add 2-3 more intent phrases like "type-safe runtime validation" or "schema composition patterns". Low-hanging fruit for spec compliance (+1).
Quick Wins
- Most impactful: Extract examples → add TOC → reorganize. That's +4 points and keeps your file scannable.
- Next: Merge anti-patterns + add workflow = +3 more points.
- Then: Beef up description trigger phrases = +1.
You're close to B-territory (80+). These structural tweaks won't take long and will push you there.
Checkout your skill here: SkillzWave.ai | SpillWave We have an agentic skill installer that install skills in 14+ coding agent platforms. Check out this guide on how to improve your agentic skills.
AI-Detected Topics
Extracted using NLP analysis
Report Security Issue
Found a security vulnerability in this agent skill?