·arktype

Validation de type TypeScript avec ArkType, ArkEnv et ArkRegex. À utiliser pour les schémas, les variables d'environnement et les expressions rationnelles de type sécurisé.

8Installations·0Tendance·@thegreataxios

Installation

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

Comment installer arktype

Installez rapidement le skill IA arktype dans votre environnement de développement via la ligne de commande

  1. Ouvrir le Terminal: Ouvrez votre terminal ou outil de ligne de commande (Terminal, iTerm, Windows Terminal, etc.)
  2. Exécuter la commande d'installation: Copiez et exécutez cette commande : npx skills add https://github.com/thegreataxios/agent-skills --skill arktype
  3. Vérifier l'installation: Une fois installé, le skill sera automatiquement configuré dans votre environnement de programmation IA et prêt à être utilisé dans Claude Code, Cursor ou OpenClaw

Source : 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 |

Validation de type TypeScript avec ArkType, ArkEnv et ArkRegex. À utiliser pour les schémas, les variables d'environnement et les expressions rationnelles de type sécurisé. Source : thegreataxios/agent-skills.

Faits (prêts à citer)

Champs et commandes stables pour les citations IA/recherche.

Commande d'installation
npx skills add https://github.com/thegreataxios/agent-skills --skill arktype
Catégorie
</>Développement
Vérifié
Première apparition
2026-02-25
Mis à jour
2026-03-11

Browse more skills from thegreataxios/agent-skills

Réponses rapides

Qu'est-ce que arktype ?

Validation de type TypeScript avec ArkType, ArkEnv et ArkRegex. À utiliser pour les schémas, les variables d'environnement et les expressions rationnelles de type sécurisé. Source : thegreataxios/agent-skills.

Comment installer arktype ?

Ouvrez votre terminal ou outil de ligne de commande (Terminal, iTerm, Windows Terminal, etc.) Copiez et exécutez cette commande : npx skills add https://github.com/thegreataxios/agent-skills --skill arktype Une fois installé, le skill sera automatiquement configuré dans votre environnement de programmation IA et prêt à être utilisé dans Claude Code, Cursor ou OpenClaw

Où se trouve le dépôt source ?

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

Détails

Catégorie
</>Développement
Source
skills.sh
Première apparition
2026-02-25