skill-installer

Discover and install Codex skills from curated sources or GitHub repositories.

Updated Mar 3, 2025
One-click install
npx skills add https://github.com/LZY2333/LZY-FE-JumpTrack --skill skill-installer-lzy2333
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-installer
Source: https://github.com/LZY2333/LZY-FE-JumpTrack/tree/main/agent-configs/skills/.system/skill-installer
Command: npx skills add https://github.com/LZY2333/LZY-FE-JumpTrack --skill skill-installer-lzy2333

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Organizations and teams struggle to keep Codex skills up to date and consistently available across environments. This Skill Installer streamlines discovery and installation of skills from curated sources or GitHub repos, reducing manual setup time and errors.

Core Features & Use Cases

  • Discover and list available skills from curated lists or remote repos.
  • Install one or multiple skills into CODEX_HOME/skills with simple commands.
  • Install skills from external repos using a URL or owner/repo path, with safe extraction and validation.

Quick Start

Ask Codex to install a skill by name or provide a GitHub URL and path to fetch and install it.

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?

You can install Codex skills from a GitHub repo by providing a URL or owner/repo path. The installer validates subdirectories for SKILL.md files and safely copies them into CODEX_HOME/skills.

Can I discover available skills before installing them?

Yes, you can discover available skills before installing them. The installer supports listing available skills from curated sources or remote repositories, allowing you to review options before committing to an installation.

Does the skill installer validate external repos before copying files?

Yes, the skill installer validates external repos before copying files. It enforces safe extraction, checks that subdirectories contain a valid SKILL.md file, and ensures unique destination names within CODEX_HOME/skills.

What is the best way to automate Codex skill setup across environments?

Automating Codex skill setup is best handled by installing from curated lists. This streamlines discovery and installation into CODEX_HOME/skills, reducing manual setup time and ensuring consistent skill availability across environments.

Are there limitations on where I can install external skills?

Yes, a key limitation is that all skills must be installed into CODEX_HOME/skills. The installer enforces unique destination directory names to prevent conflicts and will only process subdirectories containing a valid SKILL.md file.