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:
iacore
2026-07-16 09:48:35 +08:00
parent ef7deb36d8
commit 40abd7abe3
2 changed files with 124 additions and 4 deletions
+6 -4
View File
@@ -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