using-runtime-checks

Installation
SKILL.md
  • Working with API responses or external data
  • Parsing JSON from unknown sources
  • Handling user input or form data
  • Integrating with third-party services
  • User mentions validation, Zod, io-ts, runtime checks, or external data
const data: User = await fetch("/api/user").then(r => r.json());
Related skills
Installs
4
First Seen
Feb 4, 2026