Che cos'è arktype?
Convalida del tipo TypeScript con ArkType, ArkEnv e ArkRegex. Utilizzare per schemi, variabili di ambiente e espressioni regolari indipendenti dai tipi. Fonte: thegreataxios/agent-skills.
Convalida del tipo TypeScript con ArkType, ArkEnv e ArkRegex. Utilizzare per schemi, variabili di ambiente e espressioni regolari indipendenti dai tipi.
Installa rapidamente la skill AI arktype nel tuo ambiente di sviluppo tramite riga di comando
Fonte: 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 |
Convalida del tipo TypeScript con ArkType, ArkEnv e ArkRegex. Utilizzare per schemi, variabili di ambiente e espressioni regolari indipendenti dai tipi. Fonte: thegreataxios/agent-skills.
Campi e comandi stabili per citazioni AI/ricerca.
npx skills add https://github.com/thegreataxios/agent-skills --skill arktypeConvalida del tipo TypeScript con ArkType, ArkEnv e ArkRegex. Utilizzare per schemi, variabili di ambiente e espressioni regolari indipendenti dai tipi. Fonte: thegreataxios/agent-skills.
Apri il tuo terminale o strumento da riga di comando (Terminal, iTerm, Windows Terminal, ecc.) Copia ed esegui questo comando: npx skills add https://github.com/thegreataxios/agent-skills --skill arktype Dopo l'installazione, la skill verrà configurata automaticamente nel tuo ambiente AI di coding e sarà pronta all'uso in Claude Code, Cursor o OpenClaw
https://github.com/thegreataxios/agent-skills