Scaffolds Flutter plugin packages with the right architecture for your use case. Includes a decision tree that routes you to FFI-only templates if you're wrapping C/C++ code, standard method channels for straightforward platform APIs, or federated multi-package setups when you need platform implementations decoupled across teams. Handles the Android v2 embedding lifecycle hooks and sets up Kotlin/Java and Swift/Objective-C environments with proper channel registration. The federated option is genuinely useful for larger projects where iOS and Android teams work independently. Saves you from manually wiring up all the boilerplate that makes plugins actually callable from Dart, which is more finicky than it should be.
npx skills add https://github.com/flutter/skills --skill flutter-plugins