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
2
GitHub Stars
110
First Seen
Apr 18, 2026