skill-installer

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

Updated Dec 25, 2025
One-click install
npx skills add https://github.com/jibaxZZZ/codex-root-configuration --skill skill-installer-jibaxzzz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-installer
Source: https://github.com/jibaxZZZ/codex-root-configuration/tree/main/.codex/skills/.system/skill-installer
Command: npx skills add https://github.com/jibaxZZZ/codex-root-configuration --skill skill-installer-jibaxzzz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Install Codex skills from curated sources or GitHub repositories into the local CODEX_HOME/skills directory.

Core Features & Use Cases

  • List curated skills from the centralized curated list.
  • Install a specific skill by name from the curated list or install multiple skills from a repo path or URL.
  • Install a skill from another repository (including private repos) by specifying a path or URL, with optional ref and destination naming.

Quick Start

Use this skill to list available curated skills, or install a chosen skill by name or from a GitHub repo path.

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, you can use a skill installer that automates downloading from any repo path into your local CODEX_HOME/skills directory. It supports specifying optional refs and destination names.

Can I install Codex skills from private GitHub repositories?

Yes, you can install Codex skills from private GitHub repositories. The installer handles downloads from private repo paths or URLs, placing each skill under CODEX_HOME/skills with a unique directory name.

What is a curated Codex skills list?

A curated Codex skills list is a centralized collection of available skills that you can browse and install from. The installer automates listing these curated skills and installing specific ones by name into your local environment.

Does the Codex skill installer support sparse-checkout for downloading repositories?

Yes, the Codex skill installer supports sparse-checkout methods for downloading repositories. It validates relative paths and uses either direct downloads or sparse-checkout to place skills in the CODEX_HOME/skills directory.

How do I validate relative paths when installing GitHub skills locally?

When installing GitHub skills locally, the installer automatically validates relative paths to ensure correct placement. It processes the paths and assigns a unique directory name under your local CODEX_HOME/skills folder.