@dzhechkov/harness-cli 0.3.53 → 0.3.55
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 +7 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -24,9 +24,9 @@ npm install -g @dzhechkov/harness-cli # install the CLI
|
|
|
24
24
|
dz help # see all commands
|
|
25
25
|
dz pretrain # analyze project → auto-recommend skills/presets
|
|
26
26
|
dz recommend "build API and deploy to K8s" # task advisor — decomposes your task into skills
|
|
27
|
-
dz stats # 28 packages,
|
|
27
|
+
dz stats # 28 packages, 80 skills, 5 targets, 11 presets
|
|
28
28
|
dz dashboard # visual panel — packages, adapters, skill packs
|
|
29
|
-
dz registry # browse all
|
|
29
|
+
dz registry # browse all 80 skills by category
|
|
30
30
|
dz registry search kubernetes # find specific skills
|
|
31
31
|
dz registry --category devops # filter by domain
|
|
32
32
|
dz downloads # npm weekly download stats
|
|
@@ -141,7 +141,7 @@ dz publish # publish all changed packages
|
|
|
141
141
|
dz init --target claude-code --select design-thinking
|
|
142
142
|
|
|
143
143
|
# Curated set by topic (recommended):
|
|
144
|
-
dz setup --target claude-code --preset meta #
|
|
144
|
+
dz setup --target claude-code --preset meta # 8 development skills + self-learning
|
|
145
145
|
|
|
146
146
|
# Full toolkit with orchestrated pipeline:
|
|
147
147
|
npx @dzhechkov/keysarium init # 7-phase research + commands + memory
|
|
@@ -156,7 +156,7 @@ npx @dzhechkov/keysarium init # 7-phase research + comman
|
|
|
156
156
|
|
|
157
157
|
| Preset | Skills | Description |
|
|
158
158
|
|--------|--------|-------------|
|
|
159
|
-
| `meta` |
|
|
159
|
+
| `meta` | 8 | Development process (explore, goap-research, problem-solver, design-thinking, feature-adr, knowledge-extractor, understand-anything-bridge, agentshield-scan) |
|
|
160
160
|
| `qe-engineer` | 8 | Quality engineering (test-gen, coverage, chaos, defect, ...) |
|
|
161
161
|
| `bto` | 1 | Build-Benchmark-Test-Optimize pipeline |
|
|
162
162
|
| `health` | 8 | Medical AI (diagnostics, drugs, labs, clinical decisions) |
|
|
@@ -384,7 +384,7 @@ Scans a GitHub repo for SKILL.md files, generates `dz create-skill` commands.
|
|
|
384
384
|
### dz registry — searchable skill index
|
|
385
385
|
|
|
386
386
|
```bash
|
|
387
|
-
dz registry # visual panel:
|
|
387
|
+
dz registry # visual panel: 80 skills in 6 categories
|
|
388
388
|
dz registry search security # fuzzy search
|
|
389
389
|
dz registry --category mcp # filter by category
|
|
390
390
|
```
|
|
@@ -479,7 +479,7 @@ Phase 6: VALIDATE → Pilot with variance analysis: projected vs actual → Sc
|
|
|
479
479
|
|
|
480
480
|
### What's included vs what's optional
|
|
481
481
|
|
|
482
|
-
**Core DT** — the `meta` preset includes all required dependencies (
|
|
482
|
+
**Core DT** — the `meta` preset includes all required dependencies (8 skills):
|
|
483
483
|
|
|
484
484
|
```bash
|
|
485
485
|
dz setup --target claude-code --preset meta
|
|
@@ -776,7 +776,7 @@ npx @dzhechkov/p-replicator init
|
|
|
776
776
|
|
|
777
777
|
## Status
|
|
778
778
|
|
|
779
|
-
`v0.3.
|
|
779
|
+
`v0.3.54` — published on npm. Also available as [Claude Plugin](#claude-plugin). Part of [DZ Harness Hub](https://github.com/djd1m/dz-harness-hub).
|
|
780
780
|
|
|
781
781
|
## Claude Plugin
|
|
782
782
|
|
package/package.json
CHANGED