@thiennc/flutter-skills 0.6.0 → 0.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# Flutter Skills
|
|
2
2
|
|
|
3
|
-
[](skills/)
|
|
4
4
|
[](https://github.com/thiennc-tesoglobal/flutter-skills/actions/workflows/validate-repository.yml)
|
|
5
5
|
[](LICENSE)
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
37 package-neutral Agent Skills for building, reviewing, testing, and shipping Flutter and Dart projects.
|
|
8
8
|
|
|
9
9
|
The skills help coding agents choose the right workflow, preserve the project's existing architecture and packages, and verify changes with evidence.
|
|
10
10
|
|
|
@@ -66,7 +66,7 @@ For broader work, start with `$flutter-app-workflow`. Agents load only the selec
|
|
|
66
66
|
| Workflow | `flutter-app-workflow`, `flutter-dependency-upgrades`, `flutter-build-release`, `flutter-ci-cd`, `flutter-device-testing` |
|
|
67
67
|
| Dart | `dart-language`, `dart-concurrency` |
|
|
68
68
|
| Architecture | `flutter-architecture`, `flutter-state-management` |
|
|
69
|
-
| UI | `flutter-ui-design`, `flutter-figma-workflow`, `flutter-visual-effects`, `flutter-ui-patterns`, `flutter-responsive-layout`, `flutter-animation`, `flutter-navigation` |
|
|
69
|
+
| UI | `flutter-ui-design`, `flutter-figma-workflow`, `flutter-visual-effects`, `flutter-ui-patterns`, `flutter-responsive-layout`, `flutter-text-rendering`, `flutter-animation`, `flutter-navigation` |
|
|
70
70
|
| Data & AI | `flutter-networking`, `flutter-openapi-client`, `flutter-persistence`, `flutter-ai-integration` |
|
|
71
71
|
| Identity & product | `flutter-authentication`, `flutter-in-app-purchases`, `flutter-product-analytics` |
|
|
72
72
|
| Quality | `flutter-code-review`, `flutter-security`, `flutter-testing`, `flutter-runtime-debugging`, `flutter-performance`, `flutter-observability`, `flutter-accessibility`, `flutter-localization` |
|
|
@@ -74,7 +74,7 @@ For broader work, start with `$flutter-app-workflow`. Agents load only the selec
|
|
|
74
74
|
|
|
75
75
|
## Quality
|
|
76
76
|
|
|
77
|
-
The catalog contains **
|
|
77
|
+
The catalog contains **37 skills**, **175 behavior-focused evaluation cases**, and **65 cross-catalog routing cases**. See [benchmarks](benchmarks/README.md) for measured examples and [CONTRIBUTING.md](CONTRIBUTING.md) for validation and contribution rules.
|
|
78
78
|
|
|
79
79
|
## License
|
|
80
80
|
|