mirror of
https://github.com/AvdLee/Xcode-Build-Optimization-Agent-Skill.git
synced 2026-09-14 13:59:59 +08:00
feat: add pi package manager install support
This commit is contained in:
@@ -176,7 +176,16 @@ cp -R skills/ "$CODEX_HOME/skills/"
|
||||
|
||||
See [Codex skills documentation](https://developers.openai.com/codex/skills/#where-to-save-skills) for details on where to save skills.
|
||||
|
||||
### Option E: Manual Install
|
||||
### Option E: Using pi package manager
|
||||
|
||||
Install via [pi](https://github.com/mariozechner/pi-mono):
|
||||
```bash
|
||||
pi install https://github.com/AvdLee/Xcode-Build-Optimization-Agent-Skill
|
||||
```
|
||||
|
||||
The skills will be available automatically in pi sessions.
|
||||
|
||||
### Option F: Manual Install
|
||||
|
||||
1. Clone this repository.
|
||||
2. Install or symlink the specific skill folder from `skills/` that you want.
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"keywords": ["pi-package"],
|
||||
"pi": {
|
||||
"skills": [
|
||||
"./skills/xcode-build-benchmark",
|
||||
"./skills/xcode-build-fixer",
|
||||
"./skills/xcode-build-orchestrator",
|
||||
"./skills/xcode-compilation-analyzer",
|
||||
"./skills/xcode-project-analyzer",
|
||||
"./skills/spm-build-analysis"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user