Was ist arktype?
TypeScript-Typvalidierung mit ArkType, ArkEnv und ArkRegex. Verwendung für Schemata, Umgebungsvariablen und typsichere Regex. Quelle: thegreataxios/agent-skills.
TypeScript-Typvalidierung mit ArkType, ArkEnv und ArkRegex. Verwendung für Schemata, Umgebungsvariablen und typsichere Regex.
Installieren Sie den KI-Skill arktype schnell in Ihrer Entwicklungsumgebung über die Kommandozeile
Quelle: 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 |
TypeScript-Typvalidierung mit ArkType, ArkEnv und ArkRegex. Verwendung für Schemata, Umgebungsvariablen und typsichere Regex. Quelle: thegreataxios/agent-skills.
Stabile Felder und Befehle für KI/Such-Zitate.
npx skills add https://github.com/thegreataxios/agent-skills --skill arktypeTypeScript-Typvalidierung mit ArkType, ArkEnv und ArkRegex. Verwendung für Schemata, Umgebungsvariablen und typsichere Regex. Quelle: thegreataxios/agent-skills.
Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/thegreataxios/agent-skills --skill arktype Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code, Cursor oder OpenClaw
https://github.com/thegreataxios/agent-skills