SpacetimeDB
Build real-time apps and games with zero server infrastructure
All Skills in This Repository (17)
Pure Emerald Level Indicatorsspacetimedb-csharp
Guide C# server modules and client SDKs for SpacetimeDB 2.0.
spacetimedb-typescript
Generate typed TypeScript clients for SpacetimeDB modules with WebSocket connections.
spacetimedb-cli
Manage SpacetimeDB projects and servers via CLI workflows.
spacetimedb-rust
Author deterministic WebAssembly server modules for SpacetimeDB in Rust.
spacetimedb-concepts
Explain SpacetimeDB architecture and operational rules for building serverless real-time applications.
spacetimedb-unity
Integrate SpacetimeDB with Unity clients for real-time game state synchronization.
unity
Integrate SpacetimeDB with Unity clients using MonoBehaviour lifecycle and FrameTick message processing.
cpp-server
Provides reference patterns for writing SpacetimeDB server modules in C++.
rust-server
Write SpacetimeDB server modules in Rust with tables, reducers, views, and procedures.
typescript-client
Implements SpacetimeDB TypeScript and React client connections with subscriptions and reducers.
mcp
Operates a live SpacetimeDB database through MCP tools for listing, querying, and reducer calls.
cli
Provides SpacetimeDB CLI command reference for building, publishing, and managing databases.
Frequently Asked Questions
FAQPage SchemaHow to install SpacetimeDB skills?โผ
Run `npx skills add clockworklabs/SpacetimeDB --all -g -y` in your terminal to install all skills in this suite globally.
What is SpacetimeDB used for?โผ
SpacetimeDB is a relational database that also acts as your server, letting you deploy app logic directly into the database. Clients connect and receive real-time updates with no web server, containers, or DevOps in between.
Which languages do these SpacetimeDB skills support?โผ
Server modules are covered for Rust, C#, TypeScript, and C++, while client skills cover TypeScript/React, C#/.NET, Unity, and Unreal Engine.
Can AI agents manage a live SpacetimeDB database?โผ
Yes. The MCP skill lets agents list databases, read schemas, run SQL, and call reducers through typed tool calls instead of shell commands.
Do these skills work with Claude Code and Cursor?โผ
Yes. All skills follow the universal SKILL.md standard and load automatically in Claude Code, Cursor, Codex, and other compatible AI coding agents.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core