skill-installer

Install Codex skills into CODEX_HOME/skills from curated lists or GitHub repositories.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ebijun1007/vibe-coding --skill skill-installer-ebijun1007
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-installer
Source: https://github.com/ebijun1007/vibe-coding/tree/main/.codex/skills/.system/skill-installer
Command: npx skills add https://github.com/ebijun1007/vibe-coding --skill skill-installer-ebijun1007

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Centralize and automate the installation of Codex skills into your CODEX_HOME/skills from curated lists or GitHub repos.

Core Features & Use Cases

  • Install curated skills from known sources or fetch from private/public repos.
  • List available skills from curated paths and install selected ones with simple commands.
  • Supports both direct repo downloads and Git sparse-checkouts with fallbacks.

Quick Start

Run the skill installer to list or install Codex skills from a repository.

Frequently Asked Questions about skill-installer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I install Codex skills from a GitHub repository?

To install Codex skills from a GitHub repository, the installer fetches them directly into your CODEX_HOME/skills directory. It supports direct network downloads and uses git sparse-checkout as a fallback to retrieve the requested skill files.

Can I install skills from private GitHub repos?

Yes, you can install skills from private GitHub repositories. The installer uses network-based helper scripts that handle authentication and access to fetch the requested skills from your private repos into the CODEX_HOME/skills directory.

What is the best way to list available Codex skills for installation?

The best way to list available Codex skills is by running the skill installer against curated paths. It queries known sources and presents available skills, allowing you to select and install specific ones using simple commands.

Does the Codex skill installer use git sparse-checkout?

Yes, the Codex skill installer uses git sparse-checkout. It applies sparse-checkout as a fallback mechanism when fetching skills from repositories, ensuring efficient retrieval of specific skill directories without downloading entire repos.

Why does my Codex skill installation fail when fetching from a repo?

Codex skill installation may fail due to network issues or incorrect repository access. The installer handles these errors gracefully by attempting a git sparse-checkout fallback if the initial direct download fails, ensuring robust skill retrieval.