@skilly-hand/skilly-hand 0.15.1 → 0.16.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/CHANGELOG.md
CHANGED
|
@@ -16,11 +16,27 @@ All notable changes to this project are documented in this file.
|
|
|
16
16
|
### Removed
|
|
17
17
|
- _None._
|
|
18
18
|
|
|
19
|
+
## [0.16.0] - 2026-04-07
|
|
20
|
+
[View on npm](https://www.npmjs.com/package/@skilly-hand/skilly-hand/v/0.16.0)
|
|
21
|
+
|
|
22
|
+
### Added
|
|
23
|
+
- _None._
|
|
24
|
+
|
|
25
|
+
### Changed
|
|
26
|
+
- _None._
|
|
27
|
+
|
|
28
|
+
### Fixed
|
|
29
|
+
- Added missing `output-optimizer` and `project-security` to the README catalog list.
|
|
30
|
+
|
|
31
|
+
### Removed
|
|
32
|
+
- _None._
|
|
33
|
+
|
|
19
34
|
## [0.15.1] - 2026-04-07
|
|
20
35
|
[View on npm](https://www.npmjs.com/package/@skilly-hand/skilly-hand/v/0.15.1)
|
|
21
36
|
|
|
22
37
|
### Added
|
|
23
|
-
-
|
|
38
|
+
- Added portable skill `output-optimizer` for compact interpreter modes that minimize response verbosity while preserving clarity and correctness.
|
|
39
|
+
- Added portable skill `project-security` for scanning and enforcing security gates on commit, push, and publish workflows across GitHub, GitLab, npm, pnpm, yarn, and generic CI.
|
|
24
40
|
|
|
25
41
|
### Changed
|
|
26
42
|
- _None._
|
|
@@ -56,7 +72,7 @@ All notable changes to this project are documented in this file.
|
|
|
56
72
|
|
|
57
73
|
- Removed "Clarification-First Planning Workflow" from `AGENTS.md` (superseded by refined workflows)
|
|
58
74
|
|
|
59
|
-
## [0.14.0] - 2026-04-
|
|
75
|
+
## [0.14.0] - 2026-04-05
|
|
60
76
|
[View on npm](https://www.npmjs.com/package/@skilly-hand/skilly-hand/v/0.14.0)
|
|
61
77
|
|
|
62
78
|
### Added
|
|
@@ -88,6 +104,8 @@ All notable changes to this project are documented in this file.
|
|
|
88
104
|
|
|
89
105
|
### Removed
|
|
90
106
|
- _None._
|
|
107
|
+
|
|
108
|
+
## [0.12.0] - 2026-04-05
|
|
91
109
|
[View on npm](https://www.npmjs.com/package/@skilly-hand/skilly-hand/v/0.12.0)
|
|
92
110
|
|
|
93
111
|
### Added
|
package/README.md
CHANGED
|
@@ -73,9 +73,11 @@ The catalog currently includes:
|
|
|
73
73
|
- `angular-guidelines`
|
|
74
74
|
- `figma-mcp-0to1`
|
|
75
75
|
- `frontend-design`
|
|
76
|
+
- `output-optimizer`
|
|
77
|
+
- `project-security`
|
|
76
78
|
- `project-teacher`
|
|
77
|
-
- `review-rangers`
|
|
78
79
|
- `react-guidelines`
|
|
80
|
+
- `review-rangers`
|
|
79
81
|
- `skill-creator`
|
|
80
82
|
- `spec-driven-development`
|
|
81
83
|
- `test-driven-development`
|
package/package.json
CHANGED