surrealdb

24 mods across 3 repositories, 125 stars between them.

surrealdb/agent-skills

Instructions file CodexOpenCode

Instructions for surrealdb/agent-skills, covering agents.md, repository structure, creating a new skill, frontmatter (required) and body guidelines.

25 2mo ago A 399 tokens original MIT

surrealdb-cli

02

surrealdb/agent-skills

Skill Claude CodeCodex

Use the surreal command-line binary to run a SurrealDB server (in-memory, RocksDB, SurrealKV, or TiKV), open an interactive or piped SQL REPL, import and export databases, check server readiness, upgrade the binary, repair storage, and manage SurrealML models. Use this skill whenever users run, connect to, back up…

25 2mo ago C 129 tokens original MIT

surrealdb-js

03

surrealdb/agent-skills

Skill Claude CodeCodex

Using SurrealDB from JavaScript and TypeScript with the official surrealdb SDK, covering connecting (WebSocket/HTTP and embedded engines), authentication, CRUD, parameterized queries, and live queries. Use when connecting to SurrealDB from Node, Deno, Bun, or the browser, using the surrealdb npm package, or performing…

25 2mo ago A 117 tokens original MIT

surrealdb-python

04

surrealdb/agent-skills

Skill Claude CodeCodex

Using SurrealDB with the Python SDK, covering both client/server mode (WebSocket) and embedded mode (in-memory or file-based). Use when connecting to SurrealDB from Python, using the surrealdb Python package, running SurrealDB embedded without a server, or performing CRUD operations from Python code. Triggers…

25 2mo ago A 95 tokens original MIT

surrealdb-vector

05

surrealdb/agent-skills

Skill Claude CodeCodex

Vector search with SurrealDB using HNSW indexes, KNN queries, and similarity scoring. Use when creating vector indexes, querying vectors with KNN distance operators, building semantic search or RAG pipelines, tuning HNSW parameters (EFC, M, M0, distance function, type), or implementing recommendation systems with…

25 2mo ago A 104 tokens original MIT

surrealkit

06

surrealdb/agent-skills

Skill Claude CodeCodex

Use SurrealKit, SurrealDB's schema-management and migration CLI, to scaffold projects from templates, sync schema in development, plan and execute production rollouts (with rollback), generate JSON/TypeScript types from a live database, and write declarative TOML test suites for schemas, permissions, and API…

25 2mo ago A 93 tokens original MIT

surrealql-functions

07

surrealdb/agent-skills

Skill Claude CodeCodex

Discover and use SurrealDB's built-in SurrealQL functions with accurate, version-current signatures by running the SurrealQL language server (LSP) and tree-sitter grammar, with a namespace catalog linking every function group to its docs. Use when looking up which built-in function to use, its exact…

25 2mo ago A 140 tokens original MIT

surrealdb/agent-skills

Skill Claude CodeCodex

Optimize SurrealDB performance through record ID and key design, indexing strategy, and computed/derived fields. Use when queries are slow, when designing record IDs for locality and range scans, choosing between standard/unique/full-text/vector indexes, verifying index usage with EXPLAIN, or deciding whether to…

25 2mo ago A 109 tokens original MIT

surrealql

09

surrealdb/agent-skills

Skill Claude CodeCodex

Generate and modify SurrealQL queries to interact with SurrealDB databases. This includes creating and retrieving records, designing and managing schemas, establishing and querying graph relationships, performing live (real-time) queries, and leveraging all unique SurrealQL features for advanced database workflows.…

25 2mo ago A 76 tokens original MIT

surrealdb

10

surrealdb/ai-claude-plugin

Plugin Claude Code

Plugin marketplace listing 3 plugins: surrealdb, spectron, surrealdb-local.

2 15d ago A tokens not measured

spectron

11

surrealdb/ai-claude-plugin

Plugin Claude Code

Spectron for Claude — zero-config MCP plus ambient recall/remember memory hooks.

2 15d ago A tokens not measured

spectron

12

surrealdb/ai-claude-plugin

MCP server Claude CodeCodexCursor

MCP server "spectron", hosted remotely at mcp.surrealdb.com, as configured in surrealdb/ai-claude-plugin.

2 15d ago A tokens not measured

UserPromptSubmit

14

surrealdb/ai-claude-plugin

Hook

Runs when you submit a prompt, before the agent sees it, executing spectron-memory.sh. From surrealdb/ai-claude-plugin.

2 15d ago A tokens not measured

Stop

15

surrealdb/ai-claude-plugin

Hook

Runs when the agent finishes a response, executing spectron-memory.sh. From surrealdb/ai-claude-plugin.

2 15d ago A tokens not measured

spectron

16

surrealdb/ai-claude-plugin

Skill Claude CodeCodex

Use when the user references Spectron, when Spectron tools appear in the active toolset, or when they ask about ambient memory in Claude Code — this plugin connects to Spectron over the managed MCP server at mcp.surrealdb.com and wires recall/remember hooks into the session lifecycle.

2 15d ago A 63 tokens

surrealdb-local

18

surrealdb/ai-claude-plugin

Skill Claude CodeCodex

Use when the user wants Claude to query or inspect a local, self-hosted, or air-gapped SurrealDB instance over its built-in /mcp HTTP route — including setting up SURREALDBMCPURL and a scoped token, or troubleshooting why the local MCP server won't connect.

2 15d ago A 65 tokens

surrealdb

19

surrealdb/ai-claude-plugin

Plugin Claude Code

SurrealDB for Claude Code, Cowork, and Claude Desktop — zero-config MCP plus SurrealQL skills.

2 15d ago A tokens not measured

surql-formatter

20

surrealdb/ai-claude-plugin

Skill Claude CodeCodex

Use after editing or writing any .surql file, or when the user asks Claude to format, lint, or check SurrealQL files.

2 15d ago A 35 tokens

surrealdb-mcp

21

surrealdb/ai-claude-plugin

Skill Claude CodeCodex

Use when the user asks Claude to query, inspect, administer, or troubleshoot SurrealDB through the bundled MCP server — SurrealDB's managed MCP at mcp.surrealdb.com, covering both data (SurrealQL, schema, records) and account-level work (instances, organizations, spend).

2 15d ago A 68 tokens

surrealdb-python

22

surrealdb/ai-claude-plugin

Skill Claude CodeCodex

Using SurrealDB with the Python SDK, covering both client/server mode (WebSocket) and embedded mode (in-memory or file-based). Use when connecting to SurrealDB from Python, using the surrealdb Python package, running SurrealDB embedded without a server, or performing CRUD operations from Python code. Triggers…

2 15d ago A 95 tokens

surrealdb-vector

23

surrealdb/ai-claude-plugin

Skill Claude CodeCodex

Vector search with SurrealDB using HNSW indexes, KNN queries, and similarity scoring. Use when creating vector indexes, querying vectors with KNN distance operators, building semantic search or RAG pipelines, tuning HNSW parameters (EFC, M, M0, distance function, type), or implementing recommendation systems with…

2 15d ago A 104 tokens

surrealql

24

surrealdb/ai-claude-plugin

Skill Claude CodeCodex

Generate and modify SurrealQL queries to interact with SurrealDB databases. This includes creating and retrieving records, designing and managing schemas, establishing and querying graph relationships, performing live (real-time) queries, and leveraging all unique SurrealQL features for advanced database workflows.…

2 15d ago A 76 tokens