If you're wiring Drift into a Flutter app and want to avoid the usual SQLite footguns, this skill walks you through the full cycle: inspecting what's already there, adding dependencies with pub commands instead of hardcoded versions, defining tables, running build_runner, and handling schema migrations with make-migrations and generated tests. It's opinionated about scoping (database.select, not bare select in widgets) and won't let you bump schemaVersion without a migration plan. The workflow is methodical, maybe verbose if you already know Drift cold, but solid if you're debugging generated code errors, adding reactive streams with Riverpod, or setting up web support with the wasm assets.
npx skills add https://github.com/madteacher/mad-agents-skills --skill flutter-drift