@dzhechkov/harness-cli 0.3.114 → 0.3.115
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 +8 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@ The **`dz`** CLI — the main entry point to the DZ Harness Hub. Install AI skil
|
|
|
6
6
|
|
|
7
7
|
> **`dz` is a package manager + cross-compiler for your AI agent harness.** Write a skill once in one canonical form; `dz` installs it into any agent's harness, holds it to a quality bar, and lets the harness learn over time.
|
|
8
8
|
|
|
9
|
-
**The problem.** You accumulate ~
|
|
9
|
+
**The problem.** You accumulate ~124 skills (design-thinking, QE, devops, web3, MCP, academic…). Five pains follow:
|
|
10
10
|
|
|
11
11
|
1. **Every agent wants a different layout.** Claude Code reads `.claude/skills/`, Codex `.codex/`, OpenCode/Hermes/OpenClaude their own. Hand-maintaining N copies is sync hell.
|
|
12
12
|
2. **Skills arrive from many upstream repos** — they must be *canonicalized* (brought to one form) and kept in sync without losing provenance.
|
|
@@ -58,9 +58,9 @@ dz help # see all commands
|
|
|
58
58
|
dz pretrain # analyze project files → recommend by tech stack
|
|
59
59
|
dz recommend "build API and deploy to K8s" # keyword match → skills + toolkits
|
|
60
60
|
dz recommend "work on this project" # generic? → auto-runs pretrain → recommends by stack
|
|
61
|
-
dz stats #
|
|
61
|
+
dz stats # 36 packages, 124 skills, 6 targets, 12 presets
|
|
62
62
|
dz dashboard # visual panel — packages, adapters, skill packs
|
|
63
|
-
dz registry # browse all
|
|
63
|
+
dz registry # browse all 124 skills by category
|
|
64
64
|
dz registry search kubernetes # find specific skills
|
|
65
65
|
dz registry --category devops # filter by domain
|
|
66
66
|
dz downloads # npm weekly download stats
|
|
@@ -191,7 +191,7 @@ npx @dzhechkov/keysarium init # 7-phase research + comman
|
|
|
191
191
|
- Need a **themed set** that works together → `--preset`
|
|
192
192
|
- Need a **full pipeline** with commands and governance → `npx`
|
|
193
193
|
|
|
194
|
-
### Skill Packs (
|
|
194
|
+
### Skill Packs (10 packs · 124 skills)
|
|
195
195
|
|
|
196
196
|
Each pack is an npm package — click through for the **full per-skill documentation** (what each skill does + how to trigger it). Install a whole pack with `dz install <pkg>`, or pick skills with `dz init --select` / a `--preset`.
|
|
197
197
|
|
|
@@ -206,6 +206,7 @@ Each pack is an npm package — click through for the **full per-skill documenta
|
|
|
206
206
|
| [@dzhechkov/skills-academic](https://www.npmjs.com/package/@dzhechkov/skills-academic) | 5 | Thesis-defense toolkit — dissertation review, questions, doc-check, defense eval |
|
|
207
207
|
| [@dzhechkov/skills-news](https://www.npmjs.com/package/@dzhechkov/skills-news) | 3 | *dz-original* — news digests (`news-digest`) + delta watches (`news-monitor`) + bundled `goap-research-ed25519` verified-research backend (mandatory) |
|
|
208
208
|
| [@dzhechkov/skills-idea2prd](https://www.npmjs.com/package/@dzhechkov/skills-idea2prd) | 1 | *dz-original* — `idea2prd-manual`: idea/problem → PRD+ADR+DDD+C4+Pseudocode+Tests+Completion (9 checkpoints); bundles the analyst trio as a sources.json-tracked vendor ([ADR-0001](https://github.com/djd1m/dz-harness-hub/blob/main/docs/adr/0001-skill-canonicalization-and-dependency-model.md)) |
|
|
209
|
+
| [@dzhechkov/skills-reverse-engineering](https://www.npmjs.com/package/@dzhechkov/skills-reverse-engineering) | 1 | *dz-original* — `reverse-engineering-unicorn`: company → launch playbook (+CJM) via 6-module QUICK/DEEP/VERIFIED pipeline; canonical home that resolved the keysarium↔p-replicator drift ([ADR-0001](https://github.com/djd1m/dz-harness-hub/blob/main/docs/adr/0001-skill-canonicalization-and-dependency-model.md)) |
|
|
209
210
|
|
|
210
211
|
### Available Presets (12)
|
|
211
212
|
|
|
@@ -344,7 +345,7 @@ dz scout --since 2026-05-01 # only recent repos
|
|
|
344
345
|
**Radar mode** (`dz scout`) scans **11 sources** in parallel (GitHub + npm + HN + MCP Registry + Glama + OSSInsight + Smithery + Semantic Scholar + arXiv + ECC + AgentBox):
|
|
345
346
|
1. **Detects skill format** — SKILL.md, plugin.json, .claude/skills/, .claude-plugin/, MCP manifests
|
|
346
347
|
2. **Scores relevance** — format (40%) + stars (30%) + recency (20%) + novelty (10%)
|
|
347
|
-
3. **Compares against our
|
|
348
|
+
3. **Compares against our 36 packages** — finds skills we don't have
|
|
348
349
|
4. **Recommends** — integrate (score ≥70) / monitor (40-69 + ≥50 stars) / skip
|
|
349
350
|
|
|
350
351
|
**Deep analyst mode** (`dz scout --deep`) goes further for top-scored repos:
|
|
@@ -485,7 +486,7 @@ Scans a GitHub repo for SKILL.md files, generates `dz create-skill` commands.
|
|
|
485
486
|
### dz registry — searchable skill index
|
|
486
487
|
|
|
487
488
|
```bash
|
|
488
|
-
dz registry # visual panel:
|
|
489
|
+
dz registry # visual panel: 124 skills in 8 categories
|
|
489
490
|
dz registry search security # fuzzy search
|
|
490
491
|
dz registry --category mcp # filter by category
|
|
491
492
|
```
|
|
@@ -995,7 +996,7 @@ npx @dzhechkov/p-replicator init
|
|
|
995
996
|
|
|
996
997
|
## Status
|
|
997
998
|
|
|
998
|
-
`v0.3.
|
|
999
|
+
`v0.3.115` — published on npm. Also available as [Claude Plugin](#claude-plugin). Part of [DZ Harness Hub](https://github.com/djd1m/dz-harness-hub).
|
|
999
1000
|
|
|
1000
1001
|
## Claude Plugin
|
|
1001
1002
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dzhechkov/harness-cli",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.115",
|
|
4
4
|
"description": "The dz CLI — install AI skills for Claude Code, Codex, OpenCode, Hermes, OpenClaude, GitHub Copilot. 34 commands, 12 presets, 6 platform targets.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|