@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.
Files changed (2) hide show
  1. package/README.md +36 -36
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # Flutter Skills
2
2
 
3
- [![Agent Skills](https://img.shields.io/badge/Agent%20Skills-25-2ea44f)](skills/)
3
+ [![Agent Skills](https://img.shields.io/badge/Agent%20Skills-36-2ea44f)](skills/)
4
4
  [![Validation](https://github.com/thiennc-tesoglobal/flutter-skills/actions/workflows/validate-repository.yml/badge.svg)](https://github.com/thiennc-tesoglobal/flutter-skills/actions/workflows/validate-repository.yml)
5
5
  [![License](https://img.shields.io/badge/License-BSD--3--Clause-blue)](LICENSE)
6
6
 
7
- 25 package-neutral Agent Skills for building, reviewing, testing, and releasing Flutter apps without forcing a state-management package or folder structure.
7
+ 36 package-neutral Agent Skills for building, reviewing, testing, and shipping Flutter and Dart projects.
8
8
 
9
- > Bộ skill giúp AI coding agent đọc dự án Flutter, chọn đúng chuyên môn, triển khai xác minh kết quả theo conventions sẵn có.
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
- Start with the end-to-end workflow for a complete app or feature:
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
- Install one specialist when the task is focused:
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 @thiennc/flutter-skills \
31
- --agent codex \
32
- --skill flutter-ui-design
30
+ npx skills add thiennc-tesoglobal/flutter-skills
33
31
  ```
34
32
 
35
- Project installation is the default. Add `--global` to use the selected skills across projects.
33
+ ## Plugins
36
34
 
37
- The direct GitHub installer remains available: `npx skills add thiennc-tesoglobal/flutter-skills`.
35
+ Codex:
38
36
 
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 25 skills.
37
+ ```sh
38
+ codex plugin marketplace add thiennc-tesoglobal/flutter-skills
39
+ codex plugin add flutter-skills@flutter-skills
40
+ ```
40
41
 
41
- ### Claude Code bundles
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
- Available bundles: `all-flutter-skills`, `flutter-core-skills`, `flutter-ui-skills`, and `flutter-engineering-skills`.
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
- Codex and compatible agents first see skill names and descriptions, then load only the relevant `SKILL.md` and references.
53
+ Name a skill when the task is specific:
65
54
 
66
55
  ```text
67
- Use $flutter-app-workflow to build a polished offline-first todo app,
68
- preserve the existing architecture, add tests, and verify it on Android.
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 a focused task, name the specialist directly or let the agent route from the request. Installing every skill does not load every skill into the task context.
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
- ## Quality
62
+ ## Catalog
74
63
 
75
- The catalog contains **25 skills**, **77 behavior-focused evaluation cases**, and **23 cross-catalog routing cases**. Validation checks metadata, references, bundles, tests, and clean installation discovery.
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 [CONTRIBUTING.md](CONTRIBUTING.md) for validation and contribution instructions, and [docs/SOURCES.md](docs/SOURCES.md) for the source policy.
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 independent project is not affiliated with or endorsed by Google or the Flutter team.
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.1.1",
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",