skill-installer

Install Codex skills from curated lists or GitHub repositories.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/datamonsterr/justplan --skill skill-installer-datamonsterr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-installer
Source: https://github.com/datamonsterr/justplan/tree/main/.github/skills/skill-installer
Command: npx skills add https://github.com/datamonsterr/justplan --skill skill-installer-datamonsterr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Install Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).

Core Features & Use Cases

  • List curated skills available for installation from the central hub.
  • Install a skill from the curated list or from another repository, including private repos.
  • Manage installation destination and ensure existing skills are not overwritten.

Quick Start

Ask me to list available curated skills or install a specific skill from a curated list or 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, you can use the skill-installer to download and place them directly into your local Codex environment. It supports installing from both public and private repos.

Can I install Codex skills from a curated list?

Yes, you can install Codex skills from a curated list. The installer allows you to list available curated skills from the central hub and install your selected ones directly into your local environment.

Does installing Codex skills overwrite existing skills in my environment?

No, installing Codex skills does not overwrite existing ones. The installer manages the installation destination and includes validation to ensure your current skills remain untouched.

What is the best way to list available curated skills for installation?

The best way to list available curated skills is to use the installer's listing feature. It queries the central hub to display all installable skills so you can choose what to install.

Can I install skills from private GitHub repos into my Codex environment?

Yes, you can install skills from private GitHub repos. The installer supports fetching and validating skills from private repositories directly into your local Codex environment.

Where do installed Codex skills get saved on my local machine?

Installed Codex skills are saved directly into your local Codex environment. The installer relies on helper scripts to validate the destination directory and manage the downloaded files automatically.