Analysis updated 2026-05-18
Install a structured architecture guide so AI assistants like Claude Code or Cursor generate consistent Flutter code.
Learn the MVI (Model-View-Intent) pattern for managing immutable state in a Flutter app.
Adopt a Root Component pattern to reduce tangled dependencies in a growing Flutter codebase.
| junsuk5/survival-flutter-skills | 16nic/comfyui-agnes-ai | 521xueweihan/hgdoll | |
|---|---|---|---|
| Stars | 19 | 19 | 19 |
| Language | — | Python | Kotlin |
| Setup difficulty | easy | moderate | hard |
| Complexity | 2/5 | 2/5 | 4/5 |
| Audience | developer | vibe coder | developer |
Figures from each repo's GitHub metadata at analysis time.
Installed as a skill pack via npx into an AI coding agent, no build step of its own.
This repository is a Flutter architecture guide aimed at developers who want to use AI coding assistants more effectively. The description, written in Korean, translates roughly to a guide for turning AI into a "repair engineer" using MVI and Root Component architecture patterns, created by a developer with 19 years of experience. The guide focuses on two core architectural ideas: MVI (Model-View-Intent), a pattern that keeps app state immutable so data flows are easy to follow, and the Root Component pattern, which acts as a central hub that prevents tangled dependencies. Together, these patterns give AI tools like Cursor, Gemini, or Claude a clear "blueprint" to follow when generating code, reducing the fragmented or inconsistent code that AI often produces on its own. You would use this when building Flutter mobile apps and working with AI coding assistants, and you want the AI to produce structured, consistent code rather than spaghetti. The README includes commands to install these skill definitions via a tool called "skills" using npx, with separate commands for different AI agents like Claude Code, Gemini CLI, and Codex. The primary language is not listed, but the project targets Flutter (Dart) development.
A Flutter architecture skill pack that teaches AI coding assistants to follow MVI and Root Component patterns, aimed at producing consistent, well-structured generated code.
No license information given in the README.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.