spacetimedb-typescript
✓SpacetimeDB 用の TypeScript クライアントを構築します。 Web アプリ、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 クライアントを構築します。 Web アプリ、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