skill-installer

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

3|Updated Mar 7, 2020
One-click install
npx skills add https://github.com/qsdrqs/dotfiles --skill skill-installer-qsdrqs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-installer
Source: https://github.com/qsdrqs/dotfiles/tree/main/opencode/skills/.system/skill-installer
Command: npx skills add https://github.com/qsdrqs/dotfiles --skill skill-installer-qsdrqs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Install Codex skills from curated lists or external GitHub repositories, simplifying the process to extend Codex capabilities without manual setup.

Core Features & Use Cases

  • Discover available skills from curated catalogs or GitHub paths.
  • Install selected skills into CODEX_HOME/skills with deterministic naming and safety checks.
  • Support installation from both curated lists and arbitrary GitHub repositories (including private repos with credentials).

Quick Start

Ask Codex to install a skill by name or from a GitHub 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, use this tool to fetch them via direct download or git sparse checkout. It validates paths and places the skills into CODEX_HOME/skills with deterministic naming.

Can I install Codex skills from private GitHub repositories?

Yes, you can install Codex skills from private GitHub repositories. The installation process supports accessing private repos when you provide the necessary credentials.

How do I list available Codex skills before installing them?

You can list available Codex skills by querying curated catalogs or GitHub paths. This tool discovers available skills from curated lists to help you browse and select before installation.

How does Codex prevent naming collisions when installing skills?

Codex prevents naming collisions when installing skills by deriving deterministic destination names under CODEX_HOME/skills. It validates paths and checks for destination collisions before completing the installation.

What is the best way to automate Codex skill deployment?

Automating Codex skill deployment is best handled by installing from curated lists or external repos. This tool validates paths and safely checks destinations to extend Codex capabilities without manual setup.

Does Codex skill installation support git sparse checkout?

Yes, Codex skill installation supports git sparse checkout. It uses this method alongside direct downloads to fetch and install skills from external GitHub repositories into your environment.