spacetimedb-typescript
✓Erstellen Sie TypeScript-Clients für SpacetimeDB. Wird verwendet, wenn Sie über Web-Apps, Node.js, Deno, Bun oder andere JavaScript-Laufzeiten eine Verbindung zu SpacetimeDB herstellen.
Installation
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" |
Fakten (zitierbereit)
Stabile Felder und Befehle für KI/Such-Zitate.
- Installationsbefehl
npx skills add https://github.com/douglance/spacetimedb --skill spacetimedb-typescript- Quelle
- douglance/spacetimedb
- Kategorie
- </>Entwicklung
- Verifiziert
- ✓
- Erstes Auftreten
- 2026-02-01
- Aktualisiert
- 2026-02-18
Schnelle Antworten
Was ist spacetimedb-typescript?
Erstellen Sie TypeScript-Clients für SpacetimeDB. Wird verwendet, wenn Sie über Web-Apps, Node.js, Deno, Bun oder andere JavaScript-Laufzeiten eine Verbindung zu SpacetimeDB herstellen. Quelle: douglance/spacetimedb.
Wie installiere ich spacetimedb-typescript?
Ö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/douglance/spacetimedb --skill spacetimedb-typescript Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code oder Cursor
Wo ist das Quell-Repository?
https://github.com/douglance/spacetimedb
Details
- Kategorie
- </>Entwicklung
- Quelle
- skills.sh
- Erstes Auftreten
- 2026-02-01