What is flutter-project-init?
Creates a new Flutter project with Clean Architecture, domain pattern boilerplate, and production-ready setup Source: vp-k/flutter-craft.
Creates a new Flutter project with Clean Architecture, domain pattern boilerplate, and production-ready setup
Quickly install flutter-project-init AI skill to your development environment via command line
Source: vp-k/flutter-craft.
Use when: "new project", "create project", "start project", "init flutter"
| Project name | myapp (snakecase) | Yes | | Organization | com.example | Yes | | Description | "Task management app" | Yes | | Entity name | Task, Note, Expense | Yes |
| Simple | Note, Memo, Bookmark | 단일 엔티티 CRUD | | Stateful | Todo, Task, Order | 상태 필드 포함 (완료/진행중 등) | | Categorized | Expense, Product, Recipe | 카테고리 관계 포함 | | Tracked | Habit, Workout, Study | 시간/날짜 기반 트래킹 | | Relational | Blog (User-Post-Comment) | 다중 엔티티 관계 | | Custom | - | 사용자 정의 필드 |
Creates a new Flutter project with Clean Architecture, domain pattern boilerplate, and production-ready setup Source: vp-k/flutter-craft.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/vp-k/flutter-craft --skill flutter-project-initCreates a new Flutter project with Clean Architecture, domain pattern boilerplate, and production-ready setup Source: vp-k/flutter-craft.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/vp-k/flutter-craft --skill flutter-project-init Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/vp-k/flutter-craft