This handles Duit integration work in Flutter apps, the backend-driven UI framework where your server sends JSON layouts and the client renders them without shipping new builds. It's opinionated about version detection because flutter_duit's API changed across major releases, so it checks pubspec.lock before writing driver or transport code. Good for adding remote or static layout rendering, registering custom widgets, wiring up HTTP or WebSocket transports, and debugging lifecycle issues. The workflow is thorough, maybe more than you need for a quick prototype, but if you're actually shipping BDUI to production and don't want to memorize which constructor shapes changed between 3.x and 4.x, it saves you from API archaeology.
npx skills add https://github.com/madteacher/mad-agents-skills --skill flutter-duit-bdui