diff --git a/README.md b/README.md index 682611d..24245c0 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,16 @@ To automatically provide this Skill to everyone working in a repository, configu When team members open the project, Claude Code will prompt them to install the Skill. -### Option C: Manual install +### Option C: Using pi package manager + +Install via [pi](https://github.com/badlogic/pi-mono): +```bash +pi install https://github.com/AvdLee/Swift-Testing-Agent-Skill +``` + +The skill will be available automatically in pi sessions. + +### Option D: Manual install 1) **Clone** this repository. 2) **Install or symlink** the `swift-testing-expert/` folder following your tool's official skills installation docs (see links below). 3) **Use your AI tool** as usual and ask it to use the "swift-testing-expert" skill for Swift Testing tasks. diff --git a/package.json b/package.json new file mode 100644 index 0000000..b9353b9 --- /dev/null +++ b/package.json @@ -0,0 +1,6 @@ +{ + "keywords": ["pi-package"], + "pi": { + "skills": ["./swift-testing-expert"] + } +}