π Initial Release
A Claude Code skill that generates minimal, production-ready Flutter projects with no comments, no boilerplate, and CI/CD ready from day
one.
β¨ Key Features
- π― Minimal by Design: Creates Flutter projects with just an empty
Scaffold- noMyHomePage, no tutorial code to delete - π« Zero Comments: Automatically removes all comments from Dart and YAML files for clean, production-ready code
- π Strict Linting: Includes
prefer_single_quotesandavoid_printrules out of the box - π§ͺ CI/CD Ready: Ships with GitHub Actions workflow that runs formatting, analysis, and tests
- β
Validated: Every generated project passes
flutter analyzeandflutter testbefore completion - π€ AI Auto-Invocation: Claude automatically calls this skill when you ask to create a Flutter project
First time using Claude Code skills? Check out the https://github.com/m11v/creating-clean-flutter#readme for detailed documentation and examples.