Loading...
Loading...
Found 35 Skills
Strict JSON:API v1.1 specification compliance. Trigger: When creating or modifying API endpoints, reviewing API responses, or validating JSON:API compliance.
Minimal smoke test for Cloud Firewall skill. Validate read-only inventory query path.
Smoke test for alicloud-media-mps. Validate minimal authentication, API reachability, and one read-only query path.
Smoke test for alicloud-backup-hbr. Validate minimal authentication, API reachability, and one read-only query path.
Smoke test for alicloud-backup-bdrc. Validate minimal authentication, API reachability, and one read-only query path.
Data validation patterns including schema validation, input sanitization, output encoding, and type coercion. Use when implementing validate, validation, schema, form validation, API validation, JSON Schema, Zod, Pydantic, Joi, Yup, sanitize, sanitization, XSS prevention, injection prevention, escape, encode, whitelist, constraint checking, invariant validation, data pipeline validation, ML feature validation, or custom validators.
Minimal smoke test for RDS Supabase skill. Validate endpoint reachability and one list/detail API.
Smoke test for alicloud-ai-search-dashvector. Validate minimal authentication, API reachability, and one read-only query path.
Provides comprehensive guidance for input validation, data serialization, and ID management in backend APIs. This skill should be used when designing validation schemas, transforming request/response data, mapping database IDs to external identifiers, and ensuring type safety across API boundaries.
Detecting API changes in CI. PublicApiAnalyzers, Verify snapshots, breaking change enforcement.
TypeScript-first schema validation library with static type inference for form validation, API validation, and runtime type checking with compile-time types.
Authors JSON Schema definitions for use with z-schema validation. Use when the user needs to write a JSON Schema, define a schema for an API payload, create schemas for form validation, structure schemas with $ref and $defs, choose between oneOf/anyOf/if-then-else, design object schemas with required and additionalProperties, validate arrays with items or prefixItems, add format constraints, organize schemas for reuse, or write draft-2020-12 schemas.