·arktype

Validación de tipo TypeScript con ArkType, ArkEnv y ArkRegex. Úselo para esquemas, variables de entorno y expresiones regulares con seguridad de tipos.

8Instalaciones·0Tendencia·@thegreataxios

Instalación

$npx skills add https://github.com/thegreataxios/agent-skills --skill arktype

Cómo instalar arktype

Instala rápidamente el skill de IA arktype en tu entorno de desarrollo mediante línea de comandos

  1. Abrir Terminal: Abre tu terminal o herramienta de línea de comandos (Terminal, iTerm, Windows Terminal, etc.)
  2. Ejecutar comando de instalación: Copia y ejecuta este comando: npx skills add https://github.com/thegreataxios/agent-skills --skill arktype
  3. Verificar instalación: 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

Fuente: thegreataxios/agent-skills.

SKILL.md

Ver original

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.

Datos (listos para citar)

Campos y comandos estables para citas de IA/búsqueda.

Comando de instalación
npx skills add https://github.com/thegreataxios/agent-skills --skill arktype
Categoría
</>Desarrollo
Verificado
Primera vez visto
2026-02-25
Actualizado
2026-03-10

Browse more skills from thegreataxios/agent-skills

Respuestas rápidas

¿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.

¿Cómo instalo arktype?

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

¿Dónde está el repositorio de origen?

https://github.com/thegreataxios/agent-skills

Detalles

Categoría
</>Desarrollo
Fuente
skills.sh
Primera vez visto
2026-02-25