·convex-schema-validators
</>

convex-schema-validators

fluid-tools/claude-skills

Convex 스키마 디자인, 유효성 검사기 및 TypeScript 유형에 대한 가이드입니다. 데이터베이스 스키마 정의, 함수 인수/반환에 대한 유효성 검사기 생성, 문서 유형 작업 또는 유형 안전성 보장 시 사용합니다. Schema.ts 생성, 유효성 검사기 사용, ID/Doc 유형 처리 또는 TypeScript 통합 작업을 위해 활성화됩니다.

22설치·0트렌드·@fluid-tools

설치

$npx skills add https://github.com/fluid-tools/claude-skills --skill convex-schema-validators

SKILL.md

Convex uses a schema-first approach with built-in validators for type safety. This skill covers schema design, validator patterns, TypeScript type integration, and best practices for type-safe Convex development.

CRITICAL RULE: This codebase has @typescript-eslint/no-explicit-any enabled. Using any will cause build failures.

| String | v.string() | string | | Number | v.number() | number | | Boolean | v.boolean() | boolean | | Null | v.null() | null | | 64-bit Int | v.int64() | bigint | | Bytes | v.bytes() | ArrayBuffer | | Document ID | v.id("table") | Id | | Array | v.array(v.string()) | string[] | | Object | v.object({ x: v.number() }) | { x: number } |

Convex 스키마 디자인, 유효성 검사기 및 TypeScript 유형에 대한 가이드입니다. 데이터베이스 스키마 정의, 함수 인수/반환에 대한 유효성 검사기 생성, 문서 유형 작업 또는 유형 안전성 보장 시 사용합니다. Schema.ts 생성, 유효성 검사기 사용, ID/Doc 유형 처리 또는 TypeScript 통합 작업을 위해 활성화됩니다. 출처: fluid-tools/claude-skills.

원본 보기

인용 가능한 정보

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

설치 명령어
npx skills add https://github.com/fluid-tools/claude-skills --skill convex-schema-validators
카테고리
</>개발 도구
인증됨
최초 등록
2026-02-01
업데이트
2026-02-18

빠른 답변

convex-schema-validators이란?

Convex 스키마 디자인, 유효성 검사기 및 TypeScript 유형에 대한 가이드입니다. 데이터베이스 스키마 정의, 함수 인수/반환에 대한 유효성 검사기 생성, 문서 유형 작업 또는 유형 안전성 보장 시 사용합니다. Schema.ts 생성, 유효성 검사기 사용, ID/Doc 유형 처리 또는 TypeScript 통합 작업을 위해 활성화됩니다. 출처: fluid-tools/claude-skills.

convex-schema-validators 설치 방법은?

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

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

https://github.com/fluid-tools/claude-skills