Instructions file CodexOpenCode
Instructions for surrealdb/agent-skills, covering agents.md, repository structure, creating a new skill, frontmatter (required) and body guidelines.
Instructions file CodexOpenCode
Instructions for surrealdb/agent-skills, covering agents.md, repository structure, creating a new skill, frontmatter (required) and body guidelines.
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…
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…
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…
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…
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…
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…
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…
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.…
Plugin Claude Code
Plugin marketplace listing 3 plugins: surrealdb, spectron, surrealdb-local.
Plugin Claude Code
Spectron for Claude — zero-config MCP plus ambient recall/remember memory hooks.
MCP server Claude CodeCodexCursor
MCP server "spectron", hosted remotely at mcp.surrealdb.com, as configured in surrealdb/ai-claude-plugin.
Hook
Runs when a session starts, executing spectron-memory.sh. From 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.
Hook
Runs when the agent finishes a response, executing spectron-memory.sh. From 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.
Plugin Claude Code
Connect Claude to a local or self-hosted SurrealDB instance over its built-in /mcp route.
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.
Plugin Claude Code
SurrealDB for Claude Code, Cowork, and Claude Desktop — zero-config MCP plus SurrealQL skills.
Skill Claude CodeCodex
Use after editing or writing any .surql file, or when the user asks Claude to format, lint, or check SurrealQL files.
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).
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…
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…
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.…