aibuilder.sh
SkillsAgentsCommandsPlugins
LearnStats
aibuilder.sh

Composable building blocks for Claude Code

Built with BrainGrid

Filters

Filters1

Type

Task

Filters1

Type

Task

author:tursodatabase
7 artifacts found
skillby tursodatabase
0mo ago

testing

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 `.sqltest` and rust tests

1 repos0 installs
$npx ai-builder add skill tursodatabase/testing
skillby tursodatabase
2w ago

mvcc

Overview of Experimental MVCC feature - snapshot isolation, versioning, limitations

1 repos0 installs
$npx ai-builder add skill tursodatabase/mvcc
skillby tursodatabase
0mo ago

debugging

How to debug tursodb using Bytecode comparison, logging, ThreadSanitizer, deterministic simulation, and corruption analysis tools

1 repos0 installs
$npx ai-builder add skill tursodatabase/debugging
skillby tursodatabase
0mo ago

code-quality

General Correctness rules, Rust patterns, comments, avoiding over-engineering. When writing code always take these into account

1 repos0 installs
$npx ai-builder add skill tursodatabase/code-quality
skillby tursodatabase
0mo ago

storage-format

SQLite file format, B-trees, pages, cells, overflow, freelist that is used in tursodb

1 repos0 installs
$npx ai-builder add skill tursodatabase/storage-format
skillby tursodatabase
0mo ago

async-io-model

Explanations of common asynchronous patterns used in tursodb. Involves IOResult, state machines, re-entrancy pitfalls, CompletionGroup. Always use these patterns in `core` when doing anything IO

1 repos0 installs
$npx ai-builder add skill tursodatabase/async-io-model
skillby tursodatabase
0mo ago

pr-workflow

General guidelines for Commits, formatting, CI, dependencies, security

1 repos0 installs
$npx ai-builder add skill tursodatabase/pr-workflow
You've reached the end