vgv-create-project

Installation
SKILL.md

Create Project

Scaffold a new Dart or Flutter project using Very Good CLI templates.


Core Standards

  • Use the Very Good CLI MCP server to scaffold projects and install dependencies
  • Infer the template from context — determine the right template based on what the user wants to build, not by asking them to pick a subcommand name
  • Use AskUserQuestion only for information you cannot infer — project name and organization are the most common missing pieces
  • Install dependencies after creation

Workflow

Step 1: Understand What the User Wants to Build

Related skills
Installs
4
GitHub Stars
113
First Seen
Mar 19, 2026