Skip to content

Commit 1cb5cd8

Browse files
committed
docs: frame external_dirs as Hermes dev path, hub install as end-user path
Reorder Hermes README section: external_dirs (development) first, hermes skills install (end users) second. Add cross-agent pointer.
1 parent 695a936 commit 1cb5cd8

1 file changed

Lines changed: 11 additions & 4 deletions

File tree

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,20 @@ Make the skill discoverable by your agent.
3434
<details>
3535
<summary><b>Hermes Agent</b></summary>
3636

37+
**Recommended for development — clone the repo and add to `external_dirs`:**
38+
```yaml
39+
skills:
40+
external_dirs:
41+
- /path/to/python-project-workflow/skills
42+
```
43+
Every commit is immediately reflected without reinstalling.
44+
45+
**For end users — install from hub:**
3746
```bash
3847
hermes skills install CodeSigils/python-project-workflow-skill
39-
# Or add to external_dirs in ~/.hermes/config.yaml:
40-
# skills:
41-
# external_dirs:
42-
# - /path/to/python-project-workflow/skills
4348
```
49+
50+
*Other agents: see sections below for their native setup commands.*
4451
</details>
4552

4653
<details>

0 commit comments

Comments
 (0)