This is a comprehensive Flutter UI development skill that walks you through building mobile interfaces in five phases, from requirements analysis through optimization. It's most useful when you need structured guidance on widget composition, responsive layouts, and animations rather than just code snippets. The best parts are the concrete patterns for reusable widgets and the performance rules about const constructors and AnimatedBuilder optimization. It enforces accessibility from the start, which is rare but right. If you're prototyping quickly or already know Flutter's widget patterns well, the structured workflow might feel heavy, but for building production apps or teaching best practices, the systematic approach prevents the usual UI debt.
npx skills add https://github.com/ajianaz/skills-collection --skill flutter-ui-ux