·flutter-project-init
</>

flutter-project-init

Creates a new Flutter project with Clean Architecture, domain pattern boilerplate, and production-ready setup

10Installs·0Trend·@vp-k

Installation

$npx skills add https://github.com/vp-k/flutter-craft --skill flutter-project-init

How to Install flutter-project-init

Quickly install flutter-project-init AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/vp-k/flutter-craft --skill flutter-project-init
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: vp-k/flutter-craft.

SKILL.md

View raw

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.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/vp-k/flutter-craft --skill flutter-project-init
Category
</>Dev Tools
Verified
First Seen
2026-03-10
Updated
2026-03-11

Browse more skills from vp-k/flutter-craft

Quick answers

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.

How do I install flutter-project-init?

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

Where is the source repository?

https://github.com/vp-k/flutter-craft