¿Qué es arktype?
Validación de tipo TypeScript con ArkType, ArkEnv y ArkRegex. Úselo para esquemas, variables de entorno y expresiones regulares con seguridad de tipos. Fuente: thegreataxios/agent-skills.
Validación de tipo TypeScript con ArkType, ArkEnv y ArkRegex. Úselo para esquemas, variables de entorno y expresiones regulares con seguridad de tipos.
Instala rápidamente el skill de IA arktype en tu entorno de desarrollo mediante línea de comandos
Fuente: thegreataxios/agent-skills.
ArkType is a TypeScript-first validation library with powerful runtime type checking, scopes, generics, and pattern matching. Use this skill when defining schemas, validating data, or working with type-safe APIs.
| String | Concise definitions | type({ name: "string", age: "number >= 18" }) | | Fluent | Chaining methods | type.string.atLeastLength(8).email() | | Tuple | Complex/nested | type(["string", ["number", "number"]]) | | Args | Operators | type("string", "|", "boolean") |
| .validate(data) | { data: T } | { errors: ArkErrors } | | .assert(data) | Validated data or throws | | Type as function | Validated data or type.errors instance |
Validación de tipo TypeScript con ArkType, ArkEnv y ArkRegex. Úselo para esquemas, variables de entorno y expresiones regulares con seguridad de tipos. Fuente: thegreataxios/agent-skills.
Campos y comandos estables para citas de IA/búsqueda.
npx skills add https://github.com/thegreataxios/agent-skills --skill arktypeValidación de tipo TypeScript con ArkType, ArkEnv y ArkRegex. Úselo para esquemas, variables de entorno y expresiones regulares con seguridad de tipos. Fuente: thegreataxios/agent-skills.
Abre tu terminal o herramienta de línea de comandos (Terminal, iTerm, Windows Terminal, etc.) Copia y ejecuta este comando: npx skills add https://github.com/thegreataxios/agent-skills --skill arktype Una vez instalado, el skill se configurará automáticamente en tu entorno de programación con IA y estará listo para usar en Claude Code, Cursor u OpenClaw
https://github.com/thegreataxios/agent-skills