Skip to content

Commit ce4c0a1

Browse files
committed
fix: add more human readable MCP calls
1 parent c6b7ccc commit ce4c0a1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

skills/create-project/SKILL.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Scaffold a new Dart or Flutter project using Very Good CLI templates.
1313

1414
## Core Standards
1515

16-
- **Use the Very Good CLI MCP server** — use `mcp__very-good-cli__create` and `mcp__very-good-cli__packages_get` to scaffold projects and install dependencies
16+
- **Use the Very Good CLI MCP server** to scaffold projects and install dependencies
1717
- **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
1818
- **Use `AskUserQuestion` only for information you cannot infer** — project name and organization are the most common missing pieces
1919
- **Install dependencies after creation**
@@ -24,7 +24,7 @@ Scaffold a new Dart or Flutter project using Very Good CLI templates.
2424

2525
### Step 1: Understand What the User Wants to Build
2626

27-
Infer the subcommand from the user's description — the available subcommands and their descriptions are defined by the `mcp__very-good-cli__create` tool. Do NOT ask users to pick a subcommand name — figure it out from context.
27+
Infer the subcommand from the user's description — the available subcommands and their descriptions are defined by the Very Good CLI MCP server. Do NOT ask users to pick a subcommand name — figure it out from context.
2828

2929
If the intent is ambiguous, use `AskUserQuestion` to clarify with a high-level question about what they're building — not which subcommand they want.
3030

@@ -34,8 +34,8 @@ Use `AskUserQuestion` to collect only what you cannot infer. Batch questions int
3434

3535
### Step 3: Create and Set Up
3636

37-
1. Create the project using `mcp__very-good-cli__create`
38-
2. Install dependencies using `mcp__very-good-cli__packages_get`
37+
1. Create the project using the Very Good CLI MCP server
38+
2. Install dependencies using the Very Good CLI MCP server
3939

4040
---
4141

0 commit comments

Comments
 (0)