From 208f14867fe453cd17707173ec72091937dd7ad8 Mon Sep 17 00:00:00 2001 From: Adam Serafini Date: Thu, 4 Jun 2026 23:24:06 +0200 Subject: [PATCH] docs: document Pi skill installation in install.md --- install.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/install.md b/install.md index 021af5c7..5e6e6d0f 100644 --- a/install.md +++ b/install.md @@ -32,7 +32,13 @@ After the repo is installed, register this repo's `SKILL.md` with the agent you - **Claude Code**: add an import to `~/.claude/CLAUDE.md` that points at this repo's `SKILL.md`, for example `@~/Developer/browser-harness/SKILL.md`. -This makes new Codex or Claude Code sessions in other folders load the runtime browser harness instructions automatically. +- **Pi**: symlink this repository folder into your Pi global skills directory (`~/.agents/skills/` or `~/.pi/agent/skills/`): + + ```bash + ln -sf "$PWD" ~/.agents/skills/browser-harness + ``` + +This makes new Codex, Claude Code, or Pi sessions in other folders load the runtime browser harness instructions automatically. ## Keeping the harness current