소개
This skill provides Claude with comprehensive domain knowledge to architect robust local-first Go applications using SQLite. It guides developers through critical architectural decisions including driver selection between pure-Go and CGO implementations, XDG-compliant file pathing, and optimal PRAGMA configurations for WAL mode. By integrating patterns for migrations, repository abstractions, and automated backups, it ensures Go applications maintain data integrity and high performance without external database dependencies.