Skip to content

Commit 937b36b

Browse files
ryzizubclaude
andcommitted
fix: remove unknown word flagged by spellcheck
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent cc71518 commit 937b36b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

skills/create-project/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Use `AskUserQuestion` to collect only what you cannot infer. Batch questions int
5454

5555
- Use `dart_package` (not `flutter_package`) for data layer and repository layer packages in the **layered-architecture** pattern — these must not depend on Flutter SDK
5656
- If a user provides a project name with dashes, convert to underscores — Dart package names only allow lowercase letters, numbers, and underscores
57-
- Templates that produce apps, plugins, or games require an organization name — do not skip this or it defaults to `com.example.verygoodcore`
57+
- Templates that produce apps, plugins, or games require an organization name — do not skip this or it defaults to a placeholder value
5858

5959
---
6060

@@ -113,4 +113,4 @@ Use `AskUserQuestion` to collect only what you cannot infer. Batch questions int
113113
| Asking user to pick a template name | Users think in terms of what they're building, not CLI subcommands | Infer the template from context |
114114
| Over-asking for optional parameters | Slows down the workflow | Only ask for what you cannot infer |
115115
| Using `flutter_package` for a data layer | Adds unnecessary Flutter SDK dependency | Use `dart_package` for data and repository layer packages |
116-
| Skipping organization name for apps/plugins | Defaults to `com.example.verygoodcore` | Ask when the template requires it |
116+
| Skipping organization name for apps/plugins | Defaults to a placeholder value | Ask when the template requires it |

0 commit comments

Comments
 (0)