Agent skills that help AI coding agents work with Turso.
Work with Turso, an in-process SQLite-compatible database written in Rust.
- Vector search -- vector32/64/sparse types, cosine/L2/Jaccard distance functions
- Full-text search -- Tantivy-powered FTS with BM25 scoring, tokenizers, highlighting
- CDC -- Change Data Capture for audit logs and change feeds
- MVCC -- Concurrent transactions with snapshot isolation
- Encryption -- Page-level encryption at rest (AES-GCM, AEGIS)
- Sync -- Push/pull replication, offline-first, WAL frame streaming
- SDK references -- JavaScript, Serverless, WASM, React Native, Rust, Python, Go
Work with Turso Cloud, the fully managed SQLite-compatible database platform.
- SDK references -- JavaScript/TypeScript (
@tursodatabase/serverless, sync family), Python, Go, Rust - Auth -- platform tokens, scoping, fine-grained per-table permissions, external auth providers via JWKS (Clerk, Auth0)
- Integrations -- databases provisioned through the Vercel Marketplace: provisioning, regions, env vars, safety rules
npx skills add tursodatabase/agent-skillsOr manually:
cp -r skills/turso-db ~/.claude/skills/turso-db
cp -r skills/turso-cloud ~/.claude/skills/turso-cloudOnce installed, the skills activate automatically when you work with Turso databases. Use /turso-db or /turso-cloud to explicitly invoke them.