kalamdbkalamdbOfficialยท18 Agent Skills Included

KalamDB

SQL-first realtime backend with live queries and user-scoped access

Provides a SQL-first realtime database backend where apps read, write, and subscribe to live data over one shared API. Removes the need for custom REST or GraphQL CRUD layers, separate sync engines, and polling infrastructure. Ships with built-in auth, RBAC, vector search, clustering, an admin UI, CLI, and TypeScript, Dart, and Rust SDKs.
npx skills add kalamdb/KalamDB --all -g -y
Available:

Gives your AI agent the project's coding rules, crate ownership map, build and test commands, and security checklist so it can modify the KalamDB codebase correctly without scanning irrelevant files.

All Skills in This Repository (18)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
kalamdbkalamdb

speckit-checklist

Validate technical requirements in .specify documentation against checklist criteria.

Official
Intermediate
๐Ÿ“ฆ In Repo
kalamdbkalamdb

speckit-constitution

Synchronize principles and governance rules across dependent project templates.

Official
Intermediate
๐Ÿ“ฆ In Repo
kalamdbkalamdb

speckit-implement

Execute software development tasks from tasks.md with validation checklists.

Official
Advanced
๐Ÿ“ฆ In Repo
kalamdbkalamdb

speckit-taskstoissues

Convert spec-kit project tasks into dependency-ordered GitHub issues.

Official
Advanced
๐Ÿ“ฆ In Repo
kalamdbkalamdb

speckit-clarify

Resolve ambiguities in feature specifications through structured interactive questioning.

Official
Advanced
๐Ÿ“ฆ In Repo
kalamdbkalamdb

speckit-plan

Generate design artifacts and implementation plans from a feature specification.

Official
Advanced
๐Ÿ“ฆ In Repo
kalamdbkalamdb

speckit-analyze

Analyze spec.md, plan.md, and tasks.md for consistency and coverage gaps.

Official
Advanced
๐Ÿ“ฆ In Repo
kalamdbkalamdb

speckit-specify

Generate standardized feature specifications from natural language descriptions.

Official
Advanced
๐Ÿ“ฆ In Repo
kalamdbkalamdb

speckit-tasks

Generate dependency-ordered task lists from plan.md and spec.md files.

Official
Advanced
๐Ÿ“ฆ In Repo
kalamdbkalamdb

web-design-guidelines

Audit UI source code against Web Interface Guidelines for accessibility and design consistency.

Official
Intermediate
๐Ÿ“ฆ In Repo
kalamdbkalamdb

shadcn

Manages shadcn/ui component installation, configuration, and styling in web applications.

Official
Intermediate
๐Ÿ“ฆ In Repo
kalamdbkalamdb

speckit-converge

Compare codebases against spec.md, plan.md, and tasks.md to append missing tasks.

Official
Advanced

Frequently Asked Questions

FAQPage Schema
How to install KalamDB?โ–ผ

Run `npx skills add kalamdb/KalamDB --all -g -y` in your terminal to install all skills in this suite globally.

What is KalamDB used for?โ–ผ

KalamDB is a SQL-first realtime backend that lets frontends and AI agents query, write, and subscribe to live data through one SQL API. It replaces custom CRUD endpoints and separate sync layers with user-scoped tables and live queries over WebSocket.

How do live queries work in KalamDB?โ–ผ

Clients run ordinary SQL over HTTP and subscribe to result changes over a shared WebSocket connection. When rows change, the UI or agent receives updated rows automatically without polling.

Does KalamDB support per-user data isolation?โ–ผ

Yes. USER tables automatically scope results to the signed-in user, and trusted services can act for a user through EXECUTE AS USER under role-based access control.

Which SDKs and tools does KalamDB include?โ–ผ

It ships official TypeScript, Dart/Flutter, and Rust SDKs, plus a CLI, an admin web UI, a PostgreSQL extension, and Docker images for single-node or clustered deployment.

Related Repositories in Data & Analytics

View All in Data & Analyticsโ†’