skill-installer

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

6|1|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/Bang-isme/CodexAI---Skills --skill skill-installer-bang-isme
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-installer
Source: https://github.com/Bang-isme/CodexAI---Skills/tree/main/skills/.system/skill-installer
Command: npx skills add https://github.com/Bang-isme/CodexAI---Skills --skill skill-installer-bang-isme

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Automates the process of adding new Codex skills by pulling from curated lists or GitHub repos and placing them into your Codex environment.

Core Features & Use Cases

  • List installable skills from curated repositories.
  • Install a curated skill into CODEX_HOME/skills.
  • Install a skill from another GitHub repo (including private repos).

Quick Start

Use the Skill Installer to discover, fetch, and place Codex skills into 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?

To install Codex skills from a GitHub repository, use the installer to fetch and copy selected skills into CODEX_HOME/skills. It validates the skill structure via SKILL.md and handles authentication, including access for private repos.

What are curated Codex skills lists?

Curated Codex skills lists are predefined collections of installable skills. The installer automates discovering and fetching these skills, allowing you to browse available options and install them directly into your Codex environment.

Can I install skills from private GitHub repos?

Yes, you can install skills from private GitHub repos. The installer manages authentication and errors automatically, validating the SKILL.md structure before copying the selected skills into the destination directory.

How do I list available Codex skills before installing?

You can list available Codex skills by using the installer to query curated repositories. It covers listing available skills, allowing you to review options before installing a curated skill into CODEX_HOME/skills.

Does the Codex skill installer validate skill structure?

Yes, the Codex skill installer validates skill structure by checking for SKILL.md. It ensures the selected skills meet the required format before copying them into the destination directory with optional dest naming.

What is the default installation path for Codex skills?

The default installation path for Codex skills is CODEX_HOME/skills. The installer places fetched skills from curated lists or GitHub repos into this destination directory while handling any required authentication.