skill-installer

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

1|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/dzackgarza/ai --skill skill-installer-dzackgarza
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-installer
Source: https://github.com/dzackgarza/ai/tree/main/opencode/skills/.system/skill-installer
Command: npx skills add https://github.com/dzackgarza/ai --skill skill-installer-dzackgarza

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Centralizes and simplifies the installation of Codex skills by pulling from curated lists or arbitrary GitHub repositories.

Core Features & Use Cases

  • List available skills from the curated sources (default) or from the experimental path when needed.
  • Install from the curated list or from another repo path (including private repos).
  • Install into CODEX_HOME/skills and support multi-skill installation in one run.

Quick Start

Run the installer with a GitHub URL or owner/repo path and one or more skill paths to install them 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, run the installer with a GitHub URL or owner/repo path and specify one or more skill paths. The skills are automatically installed into CODEX_HOME/skills.

Can I install multiple Codex skills at the same time?

Yes, you can install multiple Codex skills in one run. The installer supports passing one or more skill paths from a curated list or GitHub repository to install them simultaneously into CODEX_HOME/skills.

How do I list available Codex skills before installing them?

You can list available Codex skills by running the installer with the default curated sources. It also supports listing skills from an experimental path if needed to see what is available before installation.

Does the Codex skill installer work with private GitHub repositories?

Yes, the Codex skill installer works with private GitHub repositories. You can install curated skills or pull from any arbitrary repo path, including private ones, directly into your CODEX_HOME/skills directory.

Why are my installed Codex skills not showing up in my environment?

Installed Codex skills must be placed in the CODEX_HOME/skills directory to be recognized. The installer enforces this installation path automatically to ensure your environment detects the skills correctly.