docs: define hf skill guidance for plugin install

This commit is contained in:
zhi
2026-03-21 11:49:36 +00:00
parent b0ee1b2450
commit 17206e2df9

View File

@@ -167,6 +167,22 @@ In other words:
- normal plugin install copies regular plugin skills
- `hf` skill content is gated behind `--install-cli`
#### `skills/hf/SKILL.md` content requirement
`skills/hf/` should contain a `SKILL.md` file.
That skill file should:
- introduce the basic usage of `hf`
- explain that `hf` is the HarborForge CLI
- encourage agents to use:
```bash
hf --help-brief
```
when they want a concise view of the currently permitted command surface
- point agents to normal `--help` when they need the full command tree including `(not permitted)` entries
### 8. Implication for implementation planning
This means the CLI plan is no longer only about `hf` command syntax.