Andromity loads skills from folders you trust. Install with andromity skill install form-validation-zod — autonomy and approval limits stay configurable per session.
Destination: Paste into any AI Agent (Cursor, Claude, Windsurf, AGY, Andromity)prompt mode
# Install the "Zod Schema & Form Validation" skill
You are installing an AgenticMarket skill into this workspace. Follow these steps exactly.
## 1. Detect your environment and choose the destination file
- Andromity: `.andromity/skills/form-validation-zod/SKILL.md` (or user scope `~/.andromity/skills/form-validation-zod/SKILL.md`)
- Antigravity / Gemini CLI: `.agent/skills/form-validation-zod/SKILL.md`
- Cursor: `.cursor/rules/form-validation-zod.mdc`
- Claude Code: append to `CLAUDE.md` (or `.claude/skills/form-validation-zod.md`)
- Windsurf: append to `.windsurfrules`
- Cline / Roo Code: `.clinerules/form-validation-zod.md`
- GitHub Copilot: append to `.github/copilot-instructions.md`
- ChatGPT / web only: paste the content into Custom Instructions
- Any other agent: save to `.agent/skills/form-validation-zod/SKILL.md`
## 2. Create the destination file
- Preserve every existing file and configuration entry.
- Create parent folders as needed.
- Never overwrite unrelated content.
## 3. Write exactly this content
```markdown
---
name: form-validation-zod
description: "Build robust form validation pipelines with Zod, React Hook Form, type inference, and custom refinement rules."
author: community
license: mit
version: 1.0.0
---
# Zod Schema Validation
Schema-first validation:
- Define schemas once and infer types: `type FormInput = z.infer<typeof schema>;`.
- Use `.refine()` for cross-field validations (such as password confirmation).
- Provide descriptive user-facing error messages in schema definitions.
```
## 4. Verify
- Confirm the file exists and is readable.
- Report the destination path and confirm the "Zod Schema & Form Validation" skill is installed and active.
Skill metadata:
- Slug: form-validation-zod
- Category: development
- License: mit
- Source: AgenticMarket