This is a comprehensive implementation guide for SurrealDB, the multi-model database that combines graph, document, and key-value storage. The skill walks you through TDD workflows with actual test fixtures, covers the critical security vulnerabilities from 2024 (like improper authentication and LIVE query exposure), and shows how to build row-level security with SurrealQL PERMISSIONS clauses. You get practical examples of schema design with SCHEMAFULL tables, password hashing with crypto::argon2, and performance optimization through indexing. Use this when you need to architect SurrealDB applications with proper security boundaries, not just basic CRUD operations. The connection pooling and real-time subscription patterns are solid starting points for production systems.
npx skills add https://github.com/martinholovsky/claude-skills-generator --skill surrealdb-expert