@thiennc/flutter-skills 0.1.1 → 0.4.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 +36 -36
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
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
|
+
36 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
|
|
|
11
11
|
## Install
|
|
12
12
|
|
|
@@ -16,66 +16,66 @@ Choose skills interactively:
|
|
|
16
16
|
npx @thiennc/flutter-skills
|
|
17
17
|
```
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
Install a focused skill for Codex:
|
|
20
20
|
|
|
21
21
|
```sh
|
|
22
|
-
npx @thiennc/flutter-skills
|
|
23
|
-
--agent codex \
|
|
24
|
-
--skill flutter-app-workflow
|
|
22
|
+
npx @thiennc/flutter-skills --agent codex --skill flutter-app-workflow
|
|
25
23
|
```
|
|
26
24
|
|
|
27
|
-
|
|
25
|
+
Project installation is the default. Add `--global` to install for all projects.
|
|
26
|
+
|
|
27
|
+
You can also install directly from GitHub:
|
|
28
28
|
|
|
29
29
|
```sh
|
|
30
|
-
npx
|
|
31
|
-
--agent codex \
|
|
32
|
-
--skill flutter-ui-design
|
|
30
|
+
npx skills add thiennc-tesoglobal/flutter-skills
|
|
33
31
|
```
|
|
34
32
|
|
|
35
|
-
|
|
33
|
+
## Plugins
|
|
36
34
|
|
|
37
|
-
|
|
35
|
+
Codex:
|
|
38
36
|
|
|
39
|
-
|
|
37
|
+
```sh
|
|
38
|
+
codex plugin marketplace add thiennc-tesoglobal/flutter-skills
|
|
39
|
+
codex plugin add flutter-skills@flutter-skills
|
|
40
|
+
```
|
|
40
41
|
|
|
41
|
-
|
|
42
|
+
Claude Code:
|
|
42
43
|
|
|
43
44
|
```sh
|
|
44
45
|
/plugin marketplace add thiennc-tesoglobal/flutter-skills
|
|
45
46
|
/plugin install flutter-core-skills@flutter-skills
|
|
46
47
|
```
|
|
47
48
|
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
## Catalog
|
|
51
|
-
|
|
52
|
-
| Area | Skills |
|
|
53
|
-
|---|---|
|
|
54
|
-
| Workflow | `flutter-app-workflow`, `flutter-build-release`, `flutter-ci-cd`, `flutter-device-testing` |
|
|
55
|
-
| Dart | `dart-language`, `dart-concurrency` |
|
|
56
|
-
| 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
|
-
| Quality | `flutter-code-review`, `flutter-security`, `flutter-testing`, `flutter-performance`, `flutter-observability`, `flutter-accessibility`, `flutter-localization` |
|
|
60
|
-
| Platform | `flutter-platform-integration`, `flutter-notifications` |
|
|
49
|
+
Claude bundles: `all-flutter-skills`, `flutter-core-skills`, `flutter-ui-skills`, and `flutter-engineering-skills`.
|
|
61
50
|
|
|
62
51
|
## Use
|
|
63
52
|
|
|
64
|
-
|
|
53
|
+
Name a skill when the task is specific:
|
|
65
54
|
|
|
66
55
|
```text
|
|
67
|
-
Use $flutter-
|
|
68
|
-
|
|
56
|
+
Use $flutter-openapi-client to read this Swagger contract and generate
|
|
57
|
+
only the Customer APIs using the project's existing networking stack.
|
|
69
58
|
```
|
|
70
59
|
|
|
71
|
-
For
|
|
60
|
+
For broader work, start with `$flutter-app-workflow`. Agents load only the selected skill and relevant references, not the full catalog.
|
|
72
61
|
|
|
73
|
-
##
|
|
62
|
+
## Catalog
|
|
74
63
|
|
|
75
|
-
|
|
64
|
+
| Area | Skills |
|
|
65
|
+
|---|---|
|
|
66
|
+
| Workflow | `flutter-app-workflow`, `flutter-dependency-upgrades`, `flutter-build-release`, `flutter-ci-cd`, `flutter-device-testing` |
|
|
67
|
+
| Dart | `dart-language`, `dart-concurrency` |
|
|
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` |
|
|
70
|
+
| Data & AI | `flutter-networking`, `flutter-openapi-client`, `flutter-persistence`, `flutter-ai-integration` |
|
|
71
|
+
| Identity & product | `flutter-authentication`, `flutter-in-app-purchases`, `flutter-product-analytics` |
|
|
72
|
+
| Quality | `flutter-code-review`, `flutter-security`, `flutter-testing`, `flutter-runtime-debugging`, `flutter-performance`, `flutter-observability`, `flutter-accessibility`, `flutter-localization` |
|
|
73
|
+
| Platform & packages | `flutter-background-execution`, `flutter-platform-integration`, `flutter-package-development`, `flutter-notifications`, `flutter-webview` |
|
|
74
|
+
|
|
75
|
+
## Quality
|
|
76
76
|
|
|
77
|
-
See [
|
|
77
|
+
The catalog contains **36 skills**, **158 behavior-focused evaluation cases**, and **54 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
|
|
|
81
|
-
BSD 3-Clause. Flutter and Dart are trademarks of Google LLC. This
|
|
81
|
+
BSD 3-Clause. Flutter and Dart are trademarks of Google LLC. This project is independent and is not endorsed by Google or the Flutter team.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thiennc/flutter-skills",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.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",
|