10 skills ranked by installs
Code Quality
Ensure code quality with correctness rules Rust patterns and clear comments
Index Knowledge
Automatically create AGENTS.md files with complexity scores for your entire codebase
Debugging
Find bugs in TursoDB using bytecode, logs, ThreadSanitizer, and simulation
Async Io Model
Learn the async IO patterns of TursoDB using state machines and safe yielding
Storage Format
Understand SQLite storage internals to debug and optimize TursoDB
Testing
Write and run tests for SQL compatibility, regression, and edge cases
Pr Workflow
Simple rules for clean commits, safe PRs, and smooth CI workflows
Transaction Correctness
Understand how TursoDB ensures safe transactions with WAL mechanics and recovery
Mvcc
Snapshot isolation and row versioning for databases without blocking readers and writers
Differential Fuzzer
Find database correctness bugs by comparing Turso and SQLite results