One Zip Installs airails.dev Skills in Any Agent 📎
The airails.dev skills ship as a single "Any agent" bundle: a zip that contains a skills/ folder. Installing it is two steps.
- Download the bundle.
- Unzip it into your agent's config directory.
curl -LO https://github.com/AdamBien/airails/releases/download/skills/airails-skills.zip unzip airails-skills.zip -d ~/.claude # Claude Code unzip airails-skills.zip -d ~/.copilot # GitHub Copilot CLI unzip airails-skills.zip -d ~/.agents # Codex unzip airails-skills.zip -d ~/.vibe # Vibe
The zip carries a skills/ folder, so the parent directory is the only thing that changes. Unzip into ~/.claude and the skills land in ~/.claude/skills. The same bundle works for every agent, including Claude Code, GitHub Copilot CLI, Codex, and Vibe.