skill-installer

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

Updated Apr 23, 2026
One-click install
npx skills add https://github.com/wmasfoe/notch-pet --skill skill-installer-wmasfoe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-installer
Source: https://github.com/wmasfoe/notch-pet/tree/main/.codex/skills/.system/skill-installer
Command: npx skills add https://github.com/wmasfoe/notch-pet --skill skill-installer-wmasfoe

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Installs and manages Codex skills from curated lists or GitHub repositories to streamline discovery and setup, removing manual retrieval and file organization tasks.

Core Features & Use Cases

  • Discover and install skills from curated feeds or external repos
  • Validate skill directories and copy them safely into CODEX_HOME/skills
  • Support listing available skills and installing multiple picks in a single run

Quick Start

Install a skill by providing its repository path and let Codex place it in your CODEX_HOME/skills directory.

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?

Install Codex skills from a GitHub repository by providing its path so the tool can fetch and validate the directory. It safely copies the files into your CODEX_HOME/skills folder using either direct download or sparse git checkout fallbacks.

Can I list available skills from curated feeds before installing them?

Yes, you can list available skills from curated feeds before installing them. The tool discovers skills from curated lists or external repositories, allowing you to browse options and install multiple picks in a single run.

Does the skill installer work with private GitHub repos?

Yes, the skill installer fetches skills from private GitHub repos using git checkout fallbacks. It validates the retrieved directories and safely copies them into your CODEX_HOME/skills directory with conflict checks.

How are installation conflicts handled when copying skills to CODEX_HOME?

Installation conflicts are managed through safe copy operations with conflict checks. The installer validates skill directories before transferring files to CODEX_HOME/skills, preventing overwrites and ensuring a safe installation.

What is the best way to manage Codex skills from external sources?

The best way to manage Codex skills from external sources is using a curated list or repository feed. This streamlines discovery and setup, removing manual retrieval and file organization by validating and copying directories safely.