·arktype-validation
{}

arktype-validation

TypeScript 기본 구문을 사용한 ArkType 런타임 유효성 검사. 문자열 표현식, 변형, 범위 및 제네릭을 사용하는 유형이 안전한 스키마입니다. 자동 강제 변환 및 Vite 플러그인을 사용하여 유형이 안전한 환경 변수 검증을 위한 ArkEnv를 포함합니다. 스키마 정의, 데이터 유효성 검사, 입력 변환, ArkType을 사용하여 유형이 안전한 API 구축 또는 ArkEnv를 사용하여 환경 변수 유효성 검사 시 사용합니다.

28설치·2트렌드·@oakoss

설치

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

arktype-validation 설치 방법

명령줄에서 arktype-validation AI 스킬을 개발 환경에 빠르게 설치

  1. 터미널 열기: 터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다
  2. 설치 명령어 실행: 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/oakoss/agent-skills --skill arktype-validation
  3. 설치 확인: 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다

출처: oakoss/agent-skills.

ArkType is a TypeScript-native runtime validation library that defines schemas using string expressions mirroring TypeScript syntax, providing editor autocomplete, syntax highlighting, and optimized validators. Use when building type-safe APIs, validating JSON payloads, or replacing Zod with a more TypeScript-idiomatic approach. Not suitable for projects that need Zod ecosystem compatibility or JSON Schema output.

| type({ key: "string" }) | Define object schema | | type("string") | Primitive type | | "string.email", "string.url" | Built-in string validators | | "string.trim", "string.lower" | Built-in string morphs (transforms) | | "string.json.parse" | Parse JSON string to validated object | | "number > 0", "string >= 1" | Inline constraints |

| "string \| number" | Union types | | "'a' \| 'b' \| 'c'" | String literal unions | | "string[]" | Array types | | "key?": "string" | Optional properties | | "key = 'default'" | Default values | | .pipe(), .to() | Transform output (morphs) | | .narrow() | Custom validation (like Zod refine) | | .pick(), .omit() | Object property selection |

인용 가능한 정보

AI/검색 인용용 안정적인 필드와 명령어.

설치 명령어
npx skills add https://github.com/oakoss/agent-skills --skill arktype-validation
카테고리
{}데이터 분석
인증됨
최초 등록
2026-02-22
업데이트
2026-03-11

Browse more skills from oakoss/agent-skills

빠른 답변

arktype-validation이란?

TypeScript 기본 구문을 사용한 ArkType 런타임 유효성 검사. 문자열 표현식, 변형, 범위 및 제네릭을 사용하는 유형이 안전한 스키마입니다. 자동 강제 변환 및 Vite 플러그인을 사용하여 유형이 안전한 환경 변수 검증을 위한 ArkEnv를 포함합니다. 스키마 정의, 데이터 유효성 검사, 입력 변환, ArkType을 사용하여 유형이 안전한 API 구축 또는 ArkEnv를 사용하여 환경 변수 유효성 검사 시 사용합니다. 출처: oakoss/agent-skills.

arktype-validation 설치 방법은?

터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/oakoss/agent-skills --skill arktype-validation 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다

소스 저장소는 어디인가요?

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

상세

카테고리
{}데이터 분석
출처
skills.sh
최초 등록
2026-02-22