Public installer for theiterators/ai-skills (private repo).
macOS / Linux:
bash <(curl -sL https://raw.githubusercontent.com/theiterators/ai-skills-install/main/install.sh)Windows (PowerShell):
irm https://raw.githubusercontent.com/theiterators/ai-skills-install/main/install.ps1 | iexbash <(curl -sL https://raw.githubusercontent.com/theiterators/ai-skills-install/main/install.sh) update
bash <(curl -sL https://raw.githubusercontent.com/theiterators/ai-skills-install/main/install.sh) doctor- Downloads the private
theiterators/ai-skillsrepo viaghorgit(SSH) - Asks global or per-project installation scope
- Global — installs to
~/(available in all projects) - Per-project — installs to the current directory (versioned with the repo)
- Global — installs to
- Asks which tools to install for (Claude Code, GitHub Copilot, Cursor, Codex)
- Copies skills, references, and scripts to the selected tool directories:
- Claude Code →
.claude/ - GitHub Copilot →
.github/ - Cursor →
.cursor/ - Codex →
.agents/
- Claude Code →
- Saves version marker to
.iterators/ai-skills-version.json(in home dir or project dir) - Cleans up the temporary clone
For per-project installs, run update and doctor from the project directory — the installer auto-detects scope from the version marker.