skills/README.md

16 lines
835 B
Markdown

# Mylestech Central Skills Catalog
This repository is the single source of truth for the skills available to every
Mylestech OpenCode client. It is hosted on the platform node (Gitea) and pulled
by `client/install.sh` into `~/.config/opencode/skills` on each developer's laptop.
- **Full catalog:** every skill directory in this repo (472 skills) is available.
- **Working set:** the curated coding/agent-efficiency subset listed in
`WORKING_SET.md` is what the client references by default.
- **Update flow:** edit here, `git push`, and clients pull on next `install.sh`
run (or `git -C ~/.config/opencode/skills pull`).
Each skill is a directory containing a `SKILL.md` (YAML front-matter: `name`,
`description`) plus optional `references/`. The agent reads a skill's `SKILL.md`
when its description matches the task at hand.