skill-installer

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

2|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/alanharrryy-wq/hitech-os --skill skill-installer-alanharrryy-wq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-installer
Source: https://github.com/alanharrryy-wq/hitech-os/tree/main/.agents/skills/Z_integrator/skill-installer
Command: npx skills add https://github.com/alanharrryy-wq/hitech-os --skill skill-installer-alanharrryy-wq

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Installs Codex skills into CODEX_HOME/skills from curated lists or GitHub repos to streamline setup and skill management.

Core Features & Use Cases

  • Discover and install skills from curated lists or external repositories with a single command.
  • Support for both local-curated selections and remote GitHub paths, including private repos, with validation and safety checks.
  • Manage installation destinations under CODEX_HOME/skills and handle multiple skills in one run.

Quick Start

Install a single skill from a GitHub path or from the curated list.

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 with the --repo or --url input flags. The tool fetches and installs the skills directly into CODEX_HOME/skills with validation and error handling.

Can I install skills from private GitHub repos?

Yes, you can install skills from private GitHub repos by providing the repository path or URL. The installer validates access and copies the skill scripts into the CODEX_HOME/skills directory.

How do I list available Codex skills before installing them?

You can list available Codex skills by running the installer script with the list command. It queries the curated lists to display all skills ready for installation into CODEX_HOME/skills.

What is the best way to manage multiple Codex skill installations?

The best way to manage multiple Codex skill installations is using the installer to handle multiple skills in one run. It places them under CODEX_HOME/skills using --dest and --name flags for organization.

How do I install a Codex skill from a local path instead of GitHub?

To install a Codex skill from a local path, use the --path input flag with the installer script. This copies the local skill files into CODEX_HOME/skills while applying the same validation checks as remote installs.

Does the Codex skill installer support specific Git branches or tags?

Yes, the Codex skill installer supports specific Git branches or tags through the --ref flag. This allows you to target exact versions of skills when installing from remote GitHub repository paths.