@thiennc/flutter-skills 0.7.0 → 0.9.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 +20 -22
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,33 +4,22 @@
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
- 37 package-neutral Agent Skills for building, reviewing, testing, and shipping Flutter and Dart projects.
7
+ Agent Skills for building, reviewing, testing, and shipping Flutter and Dart apps, informed by real-world projects.
8
8
 
9
- The skills help coding agents choose the right workflow, preserve the project's existing architecture and packages, and verify changes with evidence.
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
- Install a focused skill for Codex:
19
+ Installs into the current project. Add `--global` to use across projects.
20
20
 
21
- ```sh
22
- npx @thiennc/flutter-skills --agent codex --skill flutter-app-workflow
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
- Name a skill when the task is specific:
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
- only the Customer APIs using the project's existing networking stack.
48
+ the Customer APIs using this project's existing networking stack.
58
49
  ```
59
50
 
60
- For broader work, start with `$flutter-app-workflow`. Agents load only the selected skill and relevant references, not the full catalog.
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
- 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.
75
+ **199 behavior-focused evaluation cases** and **70 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. Flutter and Dart are trademarks of Google LLC. This project is independent and is not endorsed by Google or the Flutter team.
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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thiennc/flutter-skills",
3
- "version": "0.7.0",
3
+ "version": "0.9.0",
4
4
  "description": "Install the Flutter Skills collection with one command.",
5
5
  "type": "module",
6
6
  "bin": {