skill-installer

Install and register Codex skills from curated lists or GitHub repositories.

Updated Jan 22, 2026
One-click install
npx skills add https://github.com/Kaze-sn/Vibe-code --skill skill-installer-kaze-sn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-installer
Source: https://github.com/Kaze-sn/Vibe-code/tree/main/skills/.system/skill-installer
Command: npx skills add https://github.com/Kaze-sn/Vibe-code --skill skill-installer-kaze-sn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of discovering and installing Codex skills by enabling installation from curated lists or remote GitHub repositories.

Core Features & Use Cases

  • List curated skills from a centralized repository and identify which are already installed.
  • Install a chosen skill from the curated list into CODEX_HOME/skills.
  • Install a skill from any GitHub repo path or URL (including private repos) using a simple CLI workflow.
  • Safeguards prevent overwriting existing skill directories and ensure the skill content is validated before installation.

Quick Start

Use the Skill Installer to list curated skills, then install a skill by name from the curated list or install from a GitHub path. Example:

  • List curated: python scripts/list-curated-skills.py
  • Install by path: scripts/install-skill-from-github.py --repo owner/repo --path path/to/skill
  • Install from URL: scripts/install-skill-from-github.py --url https://github.com/owner/repo/tree/main/path/to/skill

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 installer script to fetch and register skill content from a specified GitHub path or URL, including private repos. The script validates the content and copies it into CODEX_HOME/skills.

What is the best way to discover available Codex skills for installation?

The best way to discover available Codex skills is by listing curated options from a centralized repository. The installer script identifies which curated skills are already installed locally and which are available for new installation.

Can I install a Codex skill from a private GitHub repository?

Yes, you can install a Codex skill from a private GitHub repository. The installer supports fetching skill content from private repos using a simple CLI workflow that takes the GitHub URL or owner/repo path.

Does the Codex skill installer overwrite existing skill directories?

No, the Codex skill installer enforces safeguards to prevent overwriting existing skill directories. It validates skill content before installation and ensures existing entries in CODEX_HOME/skills remain protected during the copy process.

How do I register a new skill into the local Codex environment?

You register a new skill into the local Codex environment by running the installer script to fetch the skill from a curated list or GitHub. The script handles validation and copies the content directly into CODEX_HOME/skills.