Commit 602e0a1
docs(skills): document the skills installer and dhq skills command (#29)
* docs(skills): document the skills installer and dhq skills command
PRs #25 (dhq launch) and #26 (skills installer) merged, but only launch
made it into the docs. Bring the skills installer up to date:
- Quick Start: note that dhq hello now offers to install the DeployHQ
skill into detected agents, and add a standalone 'dhq skills install'.
- Command list: add 'dhq skills list | install'.
- Agent Integration: lead with 'dhq skills install' (auto-detects 12
agents, native formats, user vs project scope), and frame 'dhq setup'
as the narrower per-agent alternative.
- CLAUDE.md: add internal/skillinstaller/ to the architecture map.
- hello.go: extend the command's long description to mention the skill
install step so --help matches the new behaviour.
Docs-only (plus the one help string); no behaviour change.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* docs(skills): fix scope overpromise and agent display names
Address Review Council findings on PR #29:
- Quick Start + hello.go no longer imply bare 'dhq skills install' /
'dhq hello' cover project-scope agents. Copilot is ScopeProject and is
skipped by the bare command (opt-in via --agent), which the prose now
reflects instead of contradicting the Agent Integration section.
- Align the supported-agent list with the CLI display names:
Continue -> Continue.dev, Kiro -> Kiro CLI (as shown by 'dhq skills list').
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 902a45f commit 602e0a1
3 files changed
Lines changed: 48 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
39 | 45 | | |
40 | 46 | | |
41 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
59 | 64 | | |
60 | 65 | | |
61 | 66 | | |
| |||
178 | 183 | | |
179 | 184 | | |
180 | 185 | | |
| 186 | + | |
181 | 187 | | |
182 | 188 | | |
183 | 189 | | |
| |||
285 | 291 | | |
286 | 292 | | |
287 | 293 | | |
288 | | - | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
289 | 299 | | |
290 | 300 | | |
291 | | - | |
292 | | - | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
293 | 313 | | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
294 | 328 | | |
295 | 329 | | |
296 | 330 | | |
297 | 331 | | |
298 | 332 | | |
299 | 333 | | |
300 | 334 | | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
301 | 338 | | |
302 | 339 | | |
303 | 340 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments