Files
avdlee__xcode-build-optimiz…/INSTALLATION.md
Antoine van der Lee df7b8b8cc2 Prepare OpenAI Plugins Directory submission
Adds the Codex plugin manifest with listing metadata for the six-skill
bundle, renders PNG logos from the SVG (marketplace surfaces cannot use
SVGs), switches the Cursor and OpenAI wrappers to the PNG, bumps the
release workflow to version all manifests including .codex-plugin, and
restructures the README around the primary install paths with the
remaining clients moved to INSTALLATION.md.
2026-08-12 15:51:11 +02:00

3.1 KiB

All Installation Options

The README covers the recommended installation paths: skills.sh, the OpenAI Plugins Directory (ChatGPT & Codex), Claude Code, and Cursor. This file lists every other supported client.

Note: this plugin contains six skills. The orchestrator (xcode-build-orchestrator) depends on the five specialist skills, so install all of them unless you only need a single specialist standalone.

pi package manager

Install via pi:

pi install https://github.com/AvdLee/Xcode-Build-Optimization-Agent-Skill

The skills will be available automatically in pi sessions.

Gemini CLI

Install globally (user-level skills available in all Gemini CLI sessions):

gemini skills install https://github.com/AvdLee/Xcode-Build-Optimization-Agent-Skill

Or install at workspace level so the skills are shared with your team via version control:

gemini skills install https://github.com/AvdLee/Xcode-Build-Optimization-Agent-Skill --scope workspace

You can verify the installation with:

gemini skills list

For more information, see the Gemini CLI Agent Skills documentation.

Autohand Code

Install the skills globally:

git clone https://github.com/AvdLee/Xcode-Build-Optimization-Agent-Skill.git
mkdir -p ~/.autohand/skills
cp -R Xcode-Build-Optimization-Agent-Skill/skills/* ~/.autohand/skills/

Or install them only for the current project:

git clone https://github.com/AvdLee/Xcode-Build-Optimization-Agent-Skill.git
mkdir -p .autohand/skills
cp -R Xcode-Build-Optimization-Agent-Skill/skills/* .autohand/skills/

Autohand Code discovers skills from ~/.autohand/skills/ and .autohand/skills/.

Manual install

  1. Clone this repository.
  2. Install or symlink the skill folders from skills/ following your tool's official skills installation docs (see links below). Install all six for the full orchestrated workflow.
  3. Use your AI tool as usual and ask it to benchmark or optimize your Xcode builds.

Note: the skill folders moved from the repository root to skills/ when adopting the Agent Plugins format. Symlinks at the old paths keep existing local clones and scripts working; they will be removed in the next major version.

Where to Save Skills

Follow your tool's official documentation, here are a few popular ones:

Trigger the skills

After installing through any of these options, use the skills in your AI agent, for example:

Use the xcode build orchestrator skill to benchmark my build and propose optimizations