@dzhechkov/harness-cli 0.3.154 → 0.3.156

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 +8 -7
  2. 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 ~155 skills (design-thinking, QE, devops, web3, MCP, academic…). Five pains follow:
9
+ **The problem.** You accumulate ~167 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.
@@ -117,9 +117,9 @@ dz help # see all commands
117
117
  dz pretrain # analyze project files → recommend by tech stack
118
118
  dz recommend "build API and deploy to K8s" # keyword match → skills + toolkits
119
119
  dz recommend "work on this project" # generic? → auto-runs pretrain → recommends by stack
120
- dz stats # 41 packages, 155 skills, 6 targets, 13 presets
120
+ dz stats # 42 packages, 167 skills, 6 targets, 13 presets
121
121
  dz dashboard # visual panel — packages, adapters, skill packs
122
- dz registry # browse all 155 skills by category
122
+ dz registry # browse all 167 skills by category
123
123
  dz registry search kubernetes # find specific skills
124
124
  dz registry --category devops # filter by domain
125
125
  dz downloads # npm weekly download stats
@@ -250,7 +250,7 @@ npx @dzhechkov/keysarium init # 7-phase research + comman
250
250
  - Need a **themed set** that works together → `--preset`
251
251
  - Need a **full pipeline** with commands and governance → `npx`
252
252
 
253
- ### Skill Packs (15 packs · 155 skills)
253
+ ### Skill Packs (16 packs · 167 skills)
254
254
 
255
255
  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`.
256
256
 
@@ -271,6 +271,7 @@ Each pack is an npm package — click through for the **full per-skill documenta
271
271
  | [@dzhechkov/skills-pm](https://www.npmjs.com/package/@dzhechkov/skills-pm) | 18 | *imported (MIT)* — product-management toolkit: OST, RICE/ICE prioritization, product-strategy, pricing, OKRs, NSM/metrics/A-B/cohort, outcome-roadmap, stakeholder-map, sprint-plan, strategy-red-team, GTM/growth/beachhead, market-sizing; curated from phuryn/pm-skills (`dz init --preset pm`) ([ADR-0002](https://github.com/djd1m/dz-harness-hub/blob/main/docs/adr/0002-product-and-design-expansion.md)) |
272
272
  | [@dzhechkov/skills-taste](https://www.npmjs.com/package/@dzhechkov/skills-taste) | 1 | *imported (MIT)* — `design-taste-frontend`: anti-slop landing/portfolio/redesign framework (dials + pre-flight + GSAP skeletons); complements frontend-design (`dz init --select design-taste-frontend`) ([ADR-0002](https://github.com/djd1m/dz-harness-hub/blob/main/docs/adr/0002-product-and-design-expansion.md)) |
273
273
  | [@dzhechkov/skills-book-digitizer](https://www.npmjs.com/package/@dzhechkov/skills-book-digitizer) | 8 | *dz-original* — book → installable methodology pack: `digitize-book` (orchestrator) + ingest/extract/distill/pack/kb-index + `book-brain-register` (CP6 promote → cross-project brain) + `source-brain-ingest` (repo sibling). Verified provenance, IP-safe, resumable (`dz init --select digitize-book`) ([ADR-001](https://github.com/djd1m/dz-harness-hub/blob/main/features/book-knowledge-digitizer/03_adr/001-book-to-skillpack-pipeline.md)) |
274
+ | [@dzhechkov/skills-12factor](https://www.npmjs.com/package/@dzhechkov/skills-12factor) | 12 | *generated by the digitizer, CC BY 4.0* — The Twelve-Factor App distilled into 12 decision-moment skills (one per factor). The first PUBLIC digitized-book pack; paraphrased (shingling-gated), routing-gated 100%/0%, attributed (`NOTICE`) (`dz init --select 12factor-config-in-environment,…`) |
274
275
 
275
276
  ### Available Presets (13)
276
277
 
@@ -419,7 +420,7 @@ dz scout --since 2026-05-01 # only recent repos
419
420
  **Radar mode** (`dz scout`) scans **11 sources** in parallel (GitHub + npm + HN + MCP Registry + Glama + OSSInsight + Smithery + Semantic Scholar + arXiv + ECC + AgentBox):
420
421
  1. **Detects skill format** — SKILL.md, plugin.json, .claude/skills/, .claude-plugin/, MCP manifests
421
422
  2. **Scores relevance** — format (40%) + stars (30%) + recency (20%) + novelty (10%)
422
- 3. **Compares against our 41 packages** — finds skills we don't have
423
+ 3. **Compares against our 42 packages** — finds skills we don't have
423
424
  4. **Recommends** — integrate (score ≥70) / monitor (40-69 + ≥50 stars) / skip
424
425
 
425
426
  **Deep analyst mode** (`dz scout --deep`) goes further for top-scored repos:
@@ -510,7 +511,7 @@ Compares installed skills with canonical source, reports which need `dz init --f
510
511
  ### dz downloads — npm weekly download stats
511
512
 
512
513
  ```bash
513
- dz downloads # fetch weekly downloads for all 41 packages
514
+ dz downloads # fetch weekly downloads for all 42 packages
514
515
  ```
515
516
 
516
517
  ### dz benchmark — L0 quality gate
@@ -560,7 +561,7 @@ Scans a GitHub repo for SKILL.md files, generates `dz create-skill` commands.
560
561
  ### dz registry — searchable skill index
561
562
 
562
563
  ```bash
563
- dz registry # visual panel: 155 skills in 11 categories
564
+ dz registry # visual panel: 167 skills in 11 categories
564
565
  dz registry search security # fuzzy search
565
566
  dz registry --category mcp # filter by category
566
567
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dzhechkov/harness-cli",
3
- "version": "0.3.154",
3
+ "version": "0.3.156",
4
4
  "description": "The dz CLI — install AI skills for Claude Code, Codex, OpenCode, Hermes, OpenClaude, GitHub Copilot. 35 commands, 13 presets, 6 platform targets.",
5
5
  "type": "module",
6
6
  "license": "MIT",