skill-installer

Install skills into the $CODEX_HOME/skills directory from GitHub repositories.

1|Updated Dec 22, 2025
One-click install
npx skills add https://github.com/dhar174/langgraph_system_generator --skill skill-installer-dhar174
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-installer
Source: https://github.com/dhar174/langgraph_system_generator/tree/main/.github/skills/skill-installer
Command: npx skills add https://github.com/dhar174/langgraph_system_generator --skill skill-installer-dhar174

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of adding new capabilities to your system by allowing you to install skills directly from GitHub repositories, whether they are curated or custom.

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: You discover a new skill on GitHub that automates code documentation. You can use this installer to add it to your system with a single command, specifying the GitHub URL.

Quick Start

Install the 'skill-name' from the curated list by running the following command.

Frequently Asked Questions about skill-installer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I install skills from a GitHub repository into my Codex directory?

To install skills from a GitHub repository, you provide the repository path to the installer, which then handles discovery, validation, and copying to the $CODEX_HOME/skills directory.

Can I install skills from private GitHub repositories?

Yes, you can install skills from private GitHub repositories. The installer supports fetching from both public and private repository paths to copy skills into your target directory.

What is the best way to add a curated skill to my system?

The best way to add a curated skill is to use the installer with the curated list option, which automatically discovers, validates, and copies the skill to your $CODEX_HOME/skills directory.

Does the installer provide fallback mechanisms if a GitHub skill download fails?

Yes, the installer includes fallback mechanisms for download failures. If a download from a GitHub repository fails, it attempts alternative methods to ensure the skill is copied successfully.

How do I specify a custom destination when installing skills from GitHub?

You can specify a custom destination by using the installer's destination option, overriding the default $CODEX_HOME/skills directory to copy the validated skill to your preferred location.

Can I target a specific reference or branch when installing skills from GitHub?

Yes, you can target a specific reference when installing skills from GitHub. The installer accepts options for specifying repository references to ensure you copy the correct skill version.