@dzhechkov/harness-cli 0.3.107 → 0.3.109

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 +16 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -187,6 +187,21 @@ npx @dzhechkov/keysarium init # 7-phase research + comman
187
187
  - Need a **themed set** that works together → `--preset`
188
188
  - Need a **full pipeline** with commands and governance → `npx`
189
189
 
190
+ ### Skill Packs (8 packs · 121 skills)
191
+
192
+ 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`.
193
+
194
+ | Pack | Skills | What's inside |
195
+ |------|--------|---------------|
196
+ | [@dzhechkov/skills-devops](https://www.npmjs.com/package/@dzhechkov/skills-devops) | 29 | CI/CD, IaC, containers, databases, observability, incident & problem mgmt, ITSM/ITIL |
197
+ | [@dzhechkov/skills-mcp](https://www.npmjs.com/package/@dzhechkov/skills-mcp) | 16 | MCP-server integrations — search, git/GitLab, Google Workspace, Notion, AgentDB memory |
198
+ | [@dzhechkov/skills-web3](https://www.npmjs.com/package/@dzhechkov/skills-web3) | 12 | On-chain / DeFi — wallets, swaps, bridges, ENS, agent identity (ERC-8004) |
199
+ | [@dzhechkov/skills-qe](https://www.npmjs.com/package/@dzhechkov/skills-qe) | 20 | Quality engineering — test-gen, coverage, chaos, defect intelligence, QCSD swarms |
200
+ | [@dzhechkov/skills-ecc](https://www.npmjs.com/package/@dzhechkov/skills-ecc) | 20 | Claude-Code engineering craft — agent architecture, autonomous loops, framework patterns |
201
+ | [@dzhechkov/skills-meta](https://www.npmjs.com/package/@dzhechkov/skills-meta) | 17 | Dev-process meta skills — explore, feature-adr, design-thinking, audit, skill-advisor |
202
+ | [@dzhechkov/skills-academic](https://www.npmjs.com/package/@dzhechkov/skills-academic) | 5 | Thesis-defense toolkit — dissertation review, questions, doc-check, defense eval |
203
+ | [@dzhechkov/skills-news](https://www.npmjs.com/package/@dzhechkov/skills-news) | 2 | *dz-original* — source-cited news digests (`news-digest`) + delta watches (`news-monitor`) |
204
+
190
205
  ### Available Presets (12)
191
206
 
192
207
  | Preset | Skills | Description |
@@ -974,7 +989,7 @@ npx @dzhechkov/p-replicator init
974
989
 
975
990
  ## Status
976
991
 
977
- `v0.3.100` — published on npm. Also available as [Claude Plugin](#claude-plugin). Part of [DZ Harness Hub](https://github.com/djd1m/dz-harness-hub).
992
+ `v0.3.108` — published on npm. Also available as [Claude Plugin](#claude-plugin). Part of [DZ Harness Hub](https://github.com/djd1m/dz-harness-hub).
978
993
 
979
994
  ## Claude Plugin
980
995
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dzhechkov/harness-cli",
3
- "version": "0.3.107",
3
+ "version": "0.3.109",
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",