diff --git a/.context/system-prompt.txt b/.context/system-prompt.txt index 51498e4..f41a623 100644 --- a/.context/system-prompt.txt +++ b/.context/system-prompt.txt @@ -268,7 +268,7 @@ unconditionally on every host, every harness. ## Engineering Skills -Shared engineering skills are available in `~/dev/.skills/`. Load at task start — not "on demand" but on schedule, before writing code. See `~/dev/.skills/SKILLS_INDEX.md` for the full list. +Shared engineering skills live in the **`mathias/skills`** repo (`git.d-ma.be/mathias/skills`). Clone it to `~/dev/skills/` and run `SKILLS_CHECKOUT_DIR="$PWD" bash install.sh` there to wire every skill into your harnesses (Claude Code, Crush, Antigravity, Mistral Vibe) as native, on-demand skills. (Use `install.sh`, not `task install` — the latter is currently broken, skills#7.) Load at task start — not "on demand" but on schedule, before writing code. Browse `~/dev/skills/SKILLS_INDEX.md` for the full list. **Skill trigger table — load before starting, not after getting stuck:** diff --git a/AGENTS.md b/AGENTS.md index 29dca29..9e19619 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -263,7 +263,7 @@ unconditionally on every host, every harness. ## Engineering Skills -Shared engineering skills are available in `~/dev/.skills/`. Load at task start — not "on demand" but on schedule, before writing code. See `~/dev/.skills/SKILLS_INDEX.md` for the full list. +Shared engineering skills live in the **`mathias/skills`** repo (`git.d-ma.be/mathias/skills`). Clone it to `~/dev/skills/` and run `SKILLS_CHECKOUT_DIR="$PWD" bash install.sh` there to wire every skill into your harnesses (Claude Code, Crush, Antigravity, Mistral Vibe) as native, on-demand skills. (Use `install.sh`, not `task install` — the latter is currently broken, skills#7.) Load at task start — not "on demand" but on schedule, before writing code. Browse `~/dev/skills/SKILLS_INDEX.md` for the full list. **Skill trigger table — load before starting, not after getting stuck:**