@dzhechkov/harness-cli 0.3.36 → 0.3.37
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 +2 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -133,7 +133,7 @@ dz publish # publish all changed packages
|
|
|
133
133
|
| **--select** | Want specific skills by name | `dz init --target claude-code --select explore,feature-adr` |
|
|
134
134
|
| **Standalone npx** | Want a full toolkit with its own CLI | `npx @dzhechkov/keysarium init` |
|
|
135
135
|
|
|
136
|
-
### Available Presets (
|
|
136
|
+
### Available Presets (11)
|
|
137
137
|
|
|
138
138
|
| Preset | Skills | Description |
|
|
139
139
|
|--------|--------|-------------|
|
|
@@ -147,6 +147,7 @@ dz publish # publish all changed packages
|
|
|
147
147
|
| `devops` | 27 | DevOps skills (terraform, kubernetes, c4-architecture, risk-assessment, ...) |
|
|
148
148
|
| `web3` | 12 | Web3/DeFi (quicknode, zerion, symbiosis, bankr, veil, neynar, ...) |
|
|
149
149
|
| `mcp` | 16 | MCP servers (agentdb, brave-search, gmail, gitlab, comfyui, notion, ...) |
|
|
150
|
+
| `academic` | 3 | Thesis defense (dissertation-review, question-generator, document-checker) |
|
|
150
151
|
|
|
151
152
|
### Standalone Packages (install via npx, no dz CLI needed)
|
|
152
153
|
|
package/package.json
CHANGED