From 17206e2df9cd3a3e5a124a2e4b05b4389b2b207a Mon Sep 17 00:00:00 2001 From: zhi Date: Sat, 21 Mar 2026 11:49:36 +0000 Subject: [PATCH] docs: define hf skill guidance for plugin install --- plans/harborforge-cli-go-plan.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/plans/harborforge-cli-go-plan.md b/plans/harborforge-cli-go-plan.md index 25159ea..8a19b7c 100644 --- a/plans/harborforge-cli-go-plan.md +++ b/plans/harborforge-cli-go-plan.md @@ -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.