{
  "markdown": "# Turso agent skills\n\nAgent skills that help AI coding agents work with Turso.\n\n## Skills\n\n### [turso-db](skills/turso-db)\n\nWork with Turso, an in-process SQLite-compatible database written in Rust.\n\n- **Vector search** -- vector32/64/sparse types, cosine/L2/Jaccard distance functions\n- **Full-text search** -- Tantivy-powered FTS with BM25 scoring, tokenizers, highlighting\n- **CDC** -- Change Data Capture for audit logs and change feeds\n- **MVCC** -- Concurrent transactions with snapshot isolation\n- **Encryption** -- Page-level encryption at rest (AES-GCM, AEGIS)\n- **Sync** -- Push/pull replication, offline-first, WAL frame streaming\n- **SDK references** -- JavaScript, Serverless, WASM, React Native, Rust, Python, Go\n\n### [turso-cloud](skills/turso-cloud)\n\nWork with Turso Cloud, the fully managed SQLite-compatible database platform.\n\n- **SDK references** -- JavaScript/TypeScript (`@tursodatabase/serverless`, sync family), Python, Go, Rust\n- **Auth** -- platform tokens, scoping, fine-grained per-table permissions, external auth providers via JWKS (Clerk, Auth0)\n- **Integrations** -- databases provisioned through the [Vercel Marketplace](https://vercel.com/marketplace/tursocloud): provisioning, regions, env vars, safety rules\n\n## Install\n\n```bash\nnpx skills add tursodatabase/agent-skills\n```\n\nOr manually:\n\n```bash\ncp -r skills/turso-db ~/.claude/skills/turso-db\ncp -r skills/turso-cloud ~/.claude/skills/turso-cloud\n```\n\n## Usage\n\nOnce installed, the skills activate automatically when you work with Turso databases. Use `/turso-db` or `/turso-cloud` to explicitly invoke them.\n",
  "bytes": 1598,
  "sha": "289f56c832f527358c7376b7ae073c231123c9bbb2c4a9be70f64b95a61c478b",
  "repo_slug": "tursodatabase/agent-skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_tursodatabase_agent_skills_turso_cloud_e0e82469/readme"
}