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/zodskilz install settlemint/agent-marketplace/zod --agent opencodeskilz install settlemint/agent-marketplace/zod --agent codexskilz install settlemint/agent-marketplace/zod --agent geminiFirst time? Install Skilz: pip install skilz
Works with 14 AI coding assistants
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-marketplacecp -r agent-marketplace/devtools/skills/zod ~/.claude/skills/Need detailed installation help? Check our platform-specific guides:
Related Agentic Skills
answer-engine-optimization
by alirezarezvani
> Professional Answer Engine Optimization for Marketers & SEO Specialists
app-store-optimization
by alirezarezvani
Complete App Store Optimization (ASO) toolkit for researching, optimizing, and tracking mobile app performance on Apple App Store and Google Play S...
agile-product-owner
by alirezarezvani
Agile product ownership toolkit for Senior Product Owner including INVEST-compliant user story generation, sprint planning, backlog management, and...
app-store-optimization
by alirezarezvani
Complete App Store Optimization (ASO) toolkit for researching, optimizing, and tracking mobile app performance on Apple App Store and Google Play S...
Agentic Skill Details
- Owner
- settlemint (GitHub)
- Repository
- agent-marketplace
- Type
- Other
- Meta-Domain
- Primary Domain
- Market Score
- 0
Agent Skill Grade
C Score: 77/100 Click to see breakdown
Score Breakdown
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\.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 –...
AI-Detected Topics
Extracted using NLP analysis
Report Security Issue
Found a security vulnerability in this agent skill?
Report Security Issue
Thank you for helping keep SkillzWave secure. We'll review your report and take appropriate action.
Note: For critical security issues that require immediate attention, please also email security@skillzwave.ai directly.