This one wires up HTTP clients, WebSockets, auth flows, and error handling in Flutter apps without forcing you onto a new networking stack. It adapts to whatever you're already using,http, Dio, Retrofit, Chopper,and focuses on the messy parts: token refresh, timeout policies, background JSON parsing, secure storage, and cleaning up subscriptions. The contracts are strict about testable boundaries, disposal, and status code handling, so you won't get generic exceptions or UI threads blocking on large payloads. Use it when you're debugging flaky requests, hardening an API client, or adding realtime features and want someone to actually check your token lifecycle and reconnect logic instead of dropping in boilerplate.
npx skills add https://github.com/madteacher/mad-agents-skills --skill flutter-networking