@thiennc/flutter-skills 0.1.1 → 0.3.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 +21 -9
- package/package.json +3 -2
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
|
+
34 package-neutral Agent Skills for building, reviewing, testing, and releasing Flutter apps and packages without forcing a provider, state-management package, or folder structure.
|
|
8
8
|
|
|
9
9
|
> Bộ skill giúp AI coding agent đọc dự án Flutter, chọn đúng chuyên môn, triển khai và xác minh kết quả theo conventions sẵn có.
|
|
10
10
|
|
|
@@ -36,7 +36,16 @@ Project installation is the default. Add `--global` to use the selected skills a
|
|
|
36
36
|
|
|
37
37
|
The direct GitHub installer remains available: `npx skills add thiennc-tesoglobal/flutter-skills`.
|
|
38
38
|
|
|
39
|
-
> In a regular terminal, the installer asks which skills and agents to use. Inside Codex, it may detect Codex and install non-interactively; pass `--skill` explicitly when you do not want all
|
|
39
|
+
> In a regular terminal, the installer asks which skills and agents to use. Inside Codex, it may detect Codex and install non-interactively; pass `--skill` explicitly when you do not want all 34 skills.
|
|
40
|
+
|
|
41
|
+
### Codex plugin
|
|
42
|
+
|
|
43
|
+
Install the native Codex plugin when you want the complete catalog managed as one plugin:
|
|
44
|
+
|
|
45
|
+
```sh
|
|
46
|
+
codex plugin marketplace add thiennc-tesoglobal/flutter-skills
|
|
47
|
+
codex plugin add flutter-skills@flutter-skills
|
|
48
|
+
```
|
|
40
49
|
|
|
41
50
|
### Claude Code bundles
|
|
42
51
|
|
|
@@ -51,13 +60,14 @@ Available bundles: `all-flutter-skills`, `flutter-core-skills`, `flutter-ui-skil
|
|
|
51
60
|
|
|
52
61
|
| Area | Skills |
|
|
53
62
|
|---|---|
|
|
54
|
-
| Workflow | `flutter-app-workflow`, `flutter-build-release`, `flutter-ci-cd`, `flutter-device-testing` |
|
|
63
|
+
| Workflow | `flutter-app-workflow`, `flutter-dependency-upgrades`, `flutter-build-release`, `flutter-ci-cd`, `flutter-device-testing` |
|
|
55
64
|
| Dart | `dart-language`, `dart-concurrency` |
|
|
56
65
|
| Architecture | `flutter-architecture`, `flutter-state-management` |
|
|
57
|
-
| UI | `flutter-ui-design`, `flutter-visual-effects`, `flutter-ui-patterns`, `flutter-responsive-layout`, `flutter-animation`, `flutter-navigation` |
|
|
58
|
-
| Data | `flutter-networking`, `flutter-persistence` |
|
|
59
|
-
|
|
|
60
|
-
|
|
|
66
|
+
| UI | `flutter-ui-design`, `flutter-figma-workflow`, `flutter-visual-effects`, `flutter-ui-patterns`, `flutter-responsive-layout`, `flutter-animation`, `flutter-navigation` |
|
|
67
|
+
| Data & AI | `flutter-networking`, `flutter-persistence`, `flutter-ai-integration` |
|
|
68
|
+
| Identity & product | `flutter-authentication`, `flutter-in-app-purchases`, `flutter-product-analytics` |
|
|
69
|
+
| Quality | `flutter-code-review`, `flutter-security`, `flutter-testing`, `flutter-runtime-debugging`, `flutter-performance`, `flutter-observability`, `flutter-accessibility`, `flutter-localization` |
|
|
70
|
+
| Platform & packages | `flutter-background-execution`, `flutter-platform-integration`, `flutter-package-development`, `flutter-notifications` |
|
|
61
71
|
|
|
62
72
|
## Use
|
|
63
73
|
|
|
@@ -72,7 +82,9 @@ For a focused task, name the specialist directly or let the agent route from the
|
|
|
72
82
|
|
|
73
83
|
## Quality
|
|
74
84
|
|
|
75
|
-
The catalog contains **
|
|
85
|
+
The catalog contains **34 skills**, **147 behavior-focused evaluation cases**, and **49 cross-catalog routing cases**. Validation checks metadata, references, Codex/Claude/Tessl packaging, tests, and clean installation discovery.
|
|
86
|
+
|
|
87
|
+
Representative baseline-versus-skill benchmark results and the reproducible profile are published in [benchmarks](benchmarks/README.md). They are a transparent sample, not a claim that one model or a small case set proves every workflow.
|
|
76
88
|
|
|
77
89
|
See [CONTRIBUTING.md](CONTRIBUTING.md) for validation and contribution instructions, and [docs/SOURCES.md](docs/SOURCES.md) for the source policy.
|
|
78
90
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thiennc/flutter-skills",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"description": "Install the Flutter Skills collection with one command.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -23,7 +23,8 @@
|
|
|
23
23
|
"skills": "1.5.23"
|
|
24
24
|
},
|
|
25
25
|
"publishConfig": {
|
|
26
|
-
"access": "public"
|
|
26
|
+
"access": "public",
|
|
27
|
+
"provenance": true
|
|
27
28
|
},
|
|
28
29
|
"repository": {
|
|
29
30
|
"type": "git",
|