What problem does it solve? Finding and installing Codex skills manually requires browsing GitHub repositories, downloading files, and placing them in the correct directory. This Skill automates listing available skills and installing them into $CODEX_HOME/skills, including from private repositories. ## Core Features & Use Cases - List Available Skills: Fetch and display skills from the openai/skills curated or experimental directories, annotated with which ones are already installed. - Install from GitHub: Install one or more skills from any GitHub repo path or URL, with automatic fallback from direct download to git sparse checkout for private repos. - Use Case: A user asks what skills are available, picks two from the curated list, and has them installed into ~/.codex/skills in a single run, ready for their next turn. ## Quick Start List the available curated skills and install the one I choose into my Codex skills directory.