skill-installer

Install Codex skills from curated lists or GitHub repository paths into the skills directory.

1|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/Sologa/codex-pipeline --skill skill-installer-sologa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-installer
Source: https://github.com/Sologa/codex-pipeline/tree/main/.codex/skills/.system/skill-installer
Command: npx skills add https://github.com/Sologa/codex-pipeline --skill skill-installer-sologa

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of adding new AI capabilities by allowing users to install skills directly from GitHub repositories, simplifying the expansion of the AI's functionality.

Core Features & Use Cases

  • Curated Skill Installation: Easily install skills from a pre-defined list of curated repositories.
  • Custom Repository Installation: Install skills from any public or private GitHub repository by providing the repository path.
  • Use Case: A user wants to add a new skill for summarizing code. They can use this installer to fetch a code-summarization skill directly from a GitHub repository.

Quick Start

Use the skill installer to install the 'code-summarizer' skill from the 'my-org/my-skills' GitHub repository.

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, the installer fetches them directly into your designated skills directory using either a curated list or a specified repository path.

Can I install skills from private GitHub repositories?

Yes, you can install skills from private GitHub repositories. The installer supports fetching skill directories from both public and private repository paths.

Does the skill installer use git sparse checkout to download skills?

Yes, the skill installer uses git sparse checkout or direct download options to fetch and install skills into the designated $CODEX_HOME/skills directory.

What is the best way to add new AI capabilities from curated lists?

The best way to add new AI capabilities from curated lists is using the skill installer, which streamlines discovering and fetching skills directly into your local environment.

Where are installed skills saved on my local system?

Installed skills are saved in the $CODEX_HOME/skills directory. The installer handles skill discovery and provides user feedback on the installation status.