spacetimedb-typescript
✓SpacetimeDB용 TypeScript 클라이언트를 빌드하세요. 웹 앱, Node.js, Deno, Bun 또는 기타 JavaScript 런타임에서 SpacetimeDB에 연결할 때 사용합니다.
SKILL.md
Build real-time TypeScript clients that connect directly to SpacetimeDB modules. The SDK provides type-safe database access, automatic synchronization, and reactive updates for web apps, Node.js, Deno, Bun, and other JavaScript runtimes.
| Missing package.json | Create package.json | "could not detect language" | | Missing tsconfig.json | Create tsconfig.json | "TsconfigNotFound" | | Entrypoint not at src/index.ts | Use src/index.ts | Module won't bundle | | indexes in COLUMNS (2nd arg) | indexes in OPTIONS (1st arg) | "reading 'tag'" error |
| Index without algorithm | algorithm: 'btree' | "reading 'tag'" error | | filter({ ownerId }) | filter(ownerId) | "does not exist in type 'Range'" | | .filter() on unique column | .find() on unique column | TypeError | | insert({ ...without id }) | insert({ id: 0n, ... }) | "Property 'id' is missing" |
인용 가능한 정보
AI/검색 인용용 안정적인 필드와 명령어.
- 설치 명령어
npx skills add https://github.com/douglance/spacetimedb --skill spacetimedb-typescript- 카테고리
- </>개발 도구
- 인증됨
- ✓
- 최초 등록
- 2026-02-01
- 업데이트
- 2026-02-18
빠른 답변
spacetimedb-typescript이란?
SpacetimeDB용 TypeScript 클라이언트를 빌드하세요. 웹 앱, Node.js, Deno, Bun 또는 기타 JavaScript 런타임에서 SpacetimeDB에 연결할 때 사용합니다. 출처: douglance/spacetimedb.
spacetimedb-typescript 설치 방법은?
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/douglance/spacetimedb --skill spacetimedb-typescript 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code나 Cursor에서 사용할 수 있습니다
소스 저장소는 어디인가요?
https://github.com/douglance/spacetimedb
상세
- 카테고리
- </>개발 도구
- 출처
- skills.sh
- 최초 등록
- 2026-02-01