skill-installer

Install Codex skills into the local CODEX_HOME/skills directory from curated lists or GitHub paths.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Streamlines discovering and installing Codex skills from curated sources or external GitHub paths, eliminating manual setup and keeping skills up to date.

Core Features & Use Cases

  • List available skills from curated catalogs or remote repos, and indicate which are already installed.
  • Install one or more skills from a curated catalog or a GitHub path, including support for private repos via tokens.
  • Choose between installation methods (direct download or git sparse-checkout) and deploy to $CODEX_HOME/skills.

Quick Start

Run the install script to fetch the skill-installer from the curated list and place it under $CODEX_HOME/skills.

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?

You can install Codex skills from a GitHub repository by providing the repository path to the installer, which deploys the skill into your local CODEX_HOME/skills directory using direct download or git sparse-checkout.

Can I install Codex skills from private GitHub repos?

Yes, you can install Codex skills from private GitHub repositories by providing token-based authentication credentials to the installer for secure access.

What's the best way to discover available Codex skills for my project?

The installer lists available skills from curated catalogs or remote repos, and indicates which skills are already installed in your local environment for easy discovery.

Do I need network access to list and install curated skills?

Yes, network access is required because the installer fetches curated skills and repository paths from remote GitHub sources to deploy them locally.

Where are installed Codex skills stored on my local machine?

Installed Codex skills are deployed directly into the CODEX_HOME/skills directory, keeping your skill collection organized and up to date in one central location.

Can I install multiple curated skills at once instead of one at a time?

Yes, the installer supports installing one or more skills simultaneously from a curated catalog or GitHub path, streamlining the setup process for your local environment.