Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"keywords": ["pi-package"],
"pi": {
"skills": ["./swift-testing-expert"]
}
}