What is workspace-api?
Workspace API patterns for defineTable, defineKv, versioning, and migrations. Use when defining workspace schemas, adding versions to existing tables/KV stores, or writing migration functions. Source: epicenterhq/epicenter.
Workspace API patterns for defineTable, defineKv, versioning, and migrations. Use when defining workspace schemas, adding versions to existing tables/KV stores, or writing migration functions.
Quickly install workspace-api AI skill to your development environment via command line
Source: epicenterhq/epicenter.
Type-safe schema definitions for tables and KV stores with versioned migrations.
Every table schema must include v with a number literal. The type system enforces this — passing a schema without v to defineTable() is a compile error.
Use when you need to evolve a schema over time:
Workspace API patterns for defineTable, defineKv, versioning, and migrations. Use when defining workspace schemas, adding versions to existing tables/KV stores, or writing migration functions. Source: epicenterhq/epicenter.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/epicenterhq/epicenter --skill workspace-apiWorkspace API patterns for defineTable, defineKv, versioning, and migrations. Use when defining workspace schemas, adding versions to existing tables/KV stores, or writing migration functions. Source: epicenterhq/epicenter.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/epicenterhq/epicenter --skill workspace-api Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/epicenterhq/epicenter