@skills · Owner
Agent skills by tursodatabase
16 skills indexed from github.com/tursodatabase. Reference any of them in AdaL, Claude Code, Cursor or any coding agent — nothing to install.
- .claude · Collection · 23,721 stars
- async-io-model · Skill · 23,721 stars
Explanations of common asynchronous patterns used in tursodb. Involves IOResult, state machines, re-entrancy pitfalls, CompletionGroup. Always use these pa
- cdc · Skill · 23,721 stars
Change Data Capture - architecture, entrypoints, bytecode emission, sync engine integration, tests
- code-quality · Skill · 23,721 stars
General Correctness rules, Rust patterns, comments, avoiding over-engineering. When writing code always take these into account
- debugging · Skill · 23,721 stars
How to debug tursodb using Bytecode comparison, logging, ThreadSanitizer, deterministic simulation, and corruption analysis tools
- differential-fuzzer · Skill · 23,721 stars
Information about the differential fuzzer tool, how to run it and use it catch bugs in Turso. Always load this skill when running this tool
- index-knowledge · Skill · 23,721 stars
Generate hierarchical AGENTS.md knowledge base for a codebase. Creates root + complexity-scored subdirectory documentation.
- memory-benchmark · Skill · 23,721 stars
How to benchmark and analyze memory usage in Turso using the memory-benchmark crate and dhat heap profiler. Use this skill whenever the user mentions memor
- mvcc · Skill · 23,721 stars
Overview of Experimental MVCC feature - snapshot isolation, versioning, limitations
- pr-workflow · Skill · 23,721 stars
General guidelines for Commits, formatting, CI, dependencies, security
- skills · Collection · 23,721 stars
- storage-format · Skill · 23,721 stars
SQLite file format, B-trees, pages, cells, overflow, freelist that is used in tursodb
- testing · Skill · 23,721 stars
How to write tests, when to use each type of test, and how to run them. Contains information about conversion of `.test` to `.sqltest`, and how to write `.
- transaction-correctness · Skill · 23,721 stars
How WAL mechanics, checkpointing, concurrency rules, recovery work in tursodb
- turso · Collection · 23,721 stars
- yield-injections · Skill · 23,721 stars
Use when working with Turso yield injection or synthetic failure injection machinery for safe resumable state-machine boundaries, including YieldInjector,