docs: add README and align skills readme for Oh My Pi
Add a workspace setup guide for new translation volunteers so they can clone the public toolkit, load skills, and run a first project without guessing the directory layout. Update skills/readme.dj to remove the Hermes-specific instructions and describe generic agent loading so it works for Oh My Pi users.
This commit is contained in:
+6
-4
@@ -1,10 +1,12 @@
|
||||
# MPI Skills
|
||||
|
||||
These skills live in this directory and are loaded via `~/.hermes/config.yaml`.
|
||||
These skills live in this directory and are loaded by your agent from this path.
|
||||
|
||||
## Install for Hermes
|
||||
## Install
|
||||
|
||||
Add to `~/.hermes/config.yaml`:
|
||||
Add the absolute path to this directory to your agent's external skill paths.
|
||||
For Oh My Pi and compatible agents, this is usually a config file with an
|
||||
`external_dirs` list:
|
||||
|
||||
```yaml
|
||||
skills:
|
||||
@@ -12,7 +14,7 @@ skills:
|
||||
- /path/to/mpi/toolkit/skills
|
||||
```
|
||||
|
||||
{% Replace `/path/to/mpi` with the absolute path to this repository. Edit config.yaml directly — `hermes config set` stores list values as strings. %}
|
||||
{% Replace `/path/to/mpi` with the absolute path to your workspace. %}
|
||||
|
||||
## Structure
|
||||
|
||||
|
||||
Reference in New Issue
Block a user