busirocket-validation
Installation
SKILL.md
Validation (Zod + Guards)
Consistent validation at boundaries: Zod for complex schemas, small guards for simple runtime checks.
When to Use
Use this skill when:
- Validating API responses or external data in services
- Validating request/input shapes at boundaries (e.g. route handlers, SDK)
- Adding or refactoring
utils/validation/helpers - Defining Zod schemas alongside types in
types/<area>/
Non-Negotiables (MUST)
Related skills
More from busirocket/agents-skills
busirocket-tailwindcss-v4
Applies Tailwind CSS v4 setup and styling strategy. Use when configuring
62busirocket-core-conventions
Applies general engineering conventions optimized for AI agents. Use when
46busirocket-refactor-workflow
Enforces strict refactoring workflow for TypeScript/React codebases. Use when
44busirocket-rust
Enforces Rust language and module standards for maintainable codebases. Use
39busirocket-supabase
Enforces Supabase access patterns and service boundaries. Use only when
39busirocket-tauri
Applies Tauri-specific standards for desktop apps. Use when creating Tauri
35