@thiennc/flutter-skills 0.7.0 → 0.8.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 +20 -22
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,33 +4,22 @@
|
|
|
4
4
|
[](https://github.com/thiennc-tesoglobal/flutter-skills/actions/workflows/validate-repository.yml)
|
|
5
5
|
[](LICENSE)
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
Agent Skills for building, reviewing, testing, and shipping Flutter and Dart apps, informed by real-world projects.
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
Give your coding agent focused guidance that respects your project's architecture and packages, checks API assumptions, and backs completion claims with verification evidence.
|
|
10
10
|
|
|
11
11
|
## Install
|
|
12
12
|
|
|
13
|
-
Choose skills interactively:
|
|
13
|
+
Choose your agent and skills interactively:
|
|
14
14
|
|
|
15
15
|
```sh
|
|
16
16
|
npx @thiennc/flutter-skills
|
|
17
17
|
```
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
Installs into the current project. Add `--global` to use across projects.
|
|
20
20
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
```
|
|
24
|
-
|
|
25
|
-
Project installation is the default. Add `--global` to install for all projects.
|
|
26
|
-
|
|
27
|
-
You can also install directly from GitHub:
|
|
28
|
-
|
|
29
|
-
```sh
|
|
30
|
-
npx skills add thiennc-tesoglobal/flutter-skills
|
|
31
|
-
```
|
|
32
|
-
|
|
33
|
-
## Plugins
|
|
21
|
+
<details>
|
|
22
|
+
<summary>Install as a Codex or Claude Code plugin</summary>
|
|
34
23
|
|
|
35
24
|
Codex:
|
|
36
25
|
|
|
@@ -48,19 +37,26 @@ Claude Code:
|
|
|
48
37
|
|
|
49
38
|
Claude bundles: `all-flutter-skills`, `flutter-core-skills`, `flutter-ui-skills`, and `flutter-engineering-skills`.
|
|
50
39
|
|
|
40
|
+
</details>
|
|
41
|
+
|
|
51
42
|
## Use
|
|
52
43
|
|
|
53
|
-
|
|
44
|
+
Start with `flutter-app-workflow` for a feature, or name a specialist for a focused task:
|
|
54
45
|
|
|
55
46
|
```text
|
|
56
47
|
Use $flutter-openapi-client to read this Swagger contract and generate
|
|
57
|
-
|
|
48
|
+
the Customer APIs using this project's existing networking stack.
|
|
58
49
|
```
|
|
59
50
|
|
|
60
|
-
|
|
51
|
+
Skills guide the agent through implementation and verification, with clear reporting of what was tested and what remains unverified.
|
|
61
52
|
|
|
62
53
|
## Catalog
|
|
63
54
|
|
|
55
|
+
**37 skills** covering Dart, architecture, UI, APIs, testing, debugging, and release delivery.
|
|
56
|
+
|
|
57
|
+
<details>
|
|
58
|
+
<summary>Browse all skills</summary>
|
|
59
|
+
|
|
64
60
|
| Area | Skills |
|
|
65
61
|
|---|---|
|
|
66
62
|
| Workflow | `flutter-app-workflow`, `flutter-dependency-upgrades`, `flutter-build-release`, `flutter-ci-cd`, `flutter-device-testing` |
|
|
@@ -72,10 +68,12 @@ For broader work, start with `$flutter-app-workflow`. Agents load only the selec
|
|
|
72
68
|
| Quality | `flutter-code-review`, `flutter-security`, `flutter-testing`, `flutter-runtime-debugging`, `flutter-performance`, `flutter-observability`, `flutter-accessibility`, `flutter-localization` |
|
|
73
69
|
| Platform & packages | `flutter-background-execution`, `flutter-platform-integration`, `flutter-package-development`, `flutter-notifications`, `flutter-webview` |
|
|
74
70
|
|
|
71
|
+
</details>
|
|
72
|
+
|
|
75
73
|
## Quality
|
|
76
74
|
|
|
77
|
-
|
|
75
|
+
**189 behavior-focused evaluation cases** and **65 cross-catalog routing cases** define expected behavior and skill selection. See [measured results](benchmarks/README.md) and [contribution guidelines](CONTRIBUTING.md).
|
|
78
76
|
|
|
79
77
|
## License
|
|
80
78
|
|
|
81
|
-
BSD 3-Clause.
|
|
79
|
+
[BSD 3-Clause](LICENSE). Independent project; not affiliated with or endorsed by Google or the Flutter team. Flutter and Dart are trademarks of Google LLC.
|