Files
translation-toolkit/skills
iacore 40abd7abe3 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.
2026-07-16 09:48:35 +08:00
..

# MPI Skills

These skills live in this directory and are loaded by your agent from this path.

## Install

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:
  external_dirs:
  - /path/to/mpi/toolkit/skills
```

{% Replace `/path/to/mpi` with the absolute path to your workspace. %}

## Structure

Each skill follows the Agent Skills layout:

```
skill-name/
├── SKILL.md          # frontmatter + core instructions
├── scripts/          # tiny deterministic CLIs
├── references/       # docs loaded on demand
└── assets/           # templates and static files
```

The `name` field in each `SKILL.md` frontmatter matches the directory name.

## Skills

| Name | What it does |
|---|---|
| `mpi-translation` | Translate Chinese↔English Buddhist/Dharma content |
| `mpi-terms-search` | Full-text search across MPI term database |
| `mpi-translation-review` | Review translations for quality issues |
| `mpi-chinese-text-normalize` | Normalize Chinese markdown line breaks |
| `mpi-pptx-translate` | Translate PowerPoint files |
| `mpi-pdf-to-docx-conversion` | Convert PDFs to DOCX with layout preservation |