Skip to content

Commit 7a4373d

Browse files
ryzizubclaude
andauthored
chore: add model and effort frontmatter to skills (#68)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 993af86 commit 7a4373d

File tree

11 files changed

+15
-0
lines changed

11 files changed

+15
-0
lines changed

skills/accessibility/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: vgv-accessibility
33
description: Flutter accessibility auditing and remediation with WCAG 2.1 level selection (A, AA, AAA) across mobile, desktop, and web platforms. Use when building, auditing, or reviewing widgets for screen reader support, touch targets, focus management, color contrast, text scaling, or motion sensitivity. Begins by asking the WCAG conformance level and target platform(s) before applying level-appropriate, platform-aware criteria.
44
argument-hint: "[wcag-level] [platform]"
55
allowed-tools: Read,Glob,Grep
6+
effort: high
67
---
78

89
# Accessibility

skills/create-project/SKILL.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: vgv-create-project
33
description: Scaffold a new Dart or Flutter project from a Very Good CLI template. Use when user says "create a new project", "start a new flutter app", "scaffold a package", "initialize a dart cli", "new flame game", or "generate a plugin". Supports flutter_app, dart_package, flutter_package, flutter_plugin, dart_cli, flame_game, and docs_site templates.
44
allowed-tools: mcp__very-good-cli__create,mcp__very-good-cli__packages_get
55
argument-hint: "[template] [project-name]"
6+
model: haiku
7+
effort: low
68
---
79

810
# Create Project

skills/dart-flutter-sdk-upgrade/SKILL.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ description: >
99
"update SDK constraints", "upgrade Dart SDK", "update CI Flutter version",
1010
"bump SDK version", or "prep the SDK upgrade PR".
1111
allowed-tools: Read,Glob,Grep,Edit,Write,Bash
12+
model: sonnet
13+
effort: medium
1214
---
1315

1416
# VGV Flutter/Dart SDK Upgrade — Quick Reference

skills/internationalization/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name: vgv-internationalization
33
description: Best practices for internationalization (i18n) and localization (l10n) in Flutter. Use when adding, modifying, or reviewing ARB translations, locale setup, BuildContext l10n extensions, or RTL/directional layout support.
44
allowed-tools: Read,Glob,Grep
5+
model: sonnet
56
---
67

78
# Internationalization

skills/layered-architecture/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name: vgv-layered-architecture
33
description: Best practices for VGV layered monorepo architecture in Flutter. Use when structuring a multi-package Flutter app, creating data or repository packages, defining layer boundaries, or wiring dependencies between packages.
44
allowed-tools: Read,Glob,Grep,mcp__very-good-cli__create,mcp__very-good-cli__packages_get,mcp__very-good-cli__test
5+
effort: high
56
---
67

78
# Layered Architecture

skills/license-compliance/SKILL.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ description: >
88
"scan for license issues", or "pre-release license check".
99
argument-hint: "[project-directory]"
1010
allowed-tools: Read,Glob,Grep,mcp__very-good-cli__packages_check_licenses
11+
model: sonnet
12+
effort: medium
1113
---
1214

1315
# License Compliance

skills/material-theming/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name: vgv-material-theming
33
description: Best practices for Flutter theming using Material 3. Use when creating, modifying, or reviewing ThemeData, ColorScheme, TextTheme, component themes, spacing systems, or light/dark mode support.
44
allowed-tools: Read,Glob,Grep
5+
model: sonnet
56
---
67

78
# Theming

skills/navigation/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name: vgv-navigation
33
description: Best practices for navigation and routing in Flutter using GoRouter. Use when creating, modifying, or reviewing routes, deep links, redirects, or navigation logic that uses package:go_router or package:go_router_builder.
44
allowed-tools: Read,Glob,Grep
5+
model: sonnet
56
---
67

78
# Navigation

skills/static-security/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ description: >
66
or cryptography. Covers static security concerns — not pen-testing or runtime analysis.
77
argument-hint: "[file-or-directory]"
88
allowed-tools: Read,Glob,Grep,mcp__very-good-cli__packages_check_licenses
9+
effort: high
910
---
1011

1112
# Security

skills/ui-package/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name: vgv-ui-package
33
description: Best practices for building a Flutter UI package on top of Material — custom components, ThemeExtension-based theming, consistent APIs, and widget tests. Use when user says "create a ui package". Supports app_ui_package template.
44
allowed-tools: Edit,mcp__very-good-cli__create
5+
model: sonnet
56
---
67

78
# UI Package

0 commit comments

Comments
 (0)