From waggle-sqlite
Set up SQLite as the waggle provider. Trigger phrases - "setup sqlite", "configure sqlite for waggle".
How this skill is triggered — by the user, by Claude, or both
Slash command
/waggle-sqlite:sqlite-setupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill sets up SQLite as the data provider for waggle.
This skill sets up SQLite as the data provider for waggle.
See references/setup-guide.md for detailed setup steps.
npx claudepluginhub kazukinagata/waggle --plugin waggle-sqliteSQLite database implementation using LibSQL client and Drizzle ORM. This skill covers local development, Turso cloud, and Cloudflare D1 deployments.
Provides SQLite patterns for Python projects: WAL mode connections, context managers, async aiosqlite ops, migrations, gotchas, CLI. For local DB state, caching, concurrency.
Guides sqlite3 CLI usage to build composable SQLite knowledge databases, design schemas, query data, manage relationships, and output for agent parsing.