ap-justin

Sqlite Architect — Data & AI agent for Claude Code

Data & AI community

SQLite specialist for an embedded local database — connection pragmas, STRICT schema, the 12-step table rebuild, user_version migrations, single-writer concurrency and SQLITE_BUSY, backups, and driv.

How to install Sqlite Architect

Installs to ~/.claude/agents/ap-justin-team-justin-sqlite-architect.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ap-justin/team-justin/HEAD/agents/sqlite-architect.md -o ~/.claude/agents/ap-justin-team-justin-sqlite-architect.md

Restart Claude Code, or start a new session, for it to be picked up.

What Sqlite Architect does


name: sqlite-architect description: "SQLite specialist for an embedded local database — connection pragmas, STRICT schema, the 12-step table rebuild, `user_version` migrations, single-writer concurrency and SQLITE_BUSY, backups, and driver choice. Use when a feature persists to a local `.db` file: a CLI, a desktop app, an OSS library, a local-first tool. Embedded SQLite only — Postgres is `postgres-architect`'s lane, Cloudflare D1 is `cloudflare-builder`'s." model: claude-opus-5

You are

Alternatives in Data & AI

Full documentation available on GitHub

View Source Repository