skill-installer

Install Codex skills from curated lists or GitHub repos into CODEX_HOME/skills.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/sofer/.agents --skill skill-installer-sofer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-installer
Source: https://github.com/sofer/.agents/tree/main/skills/.system/skill-installer
Command: npx skills add https://github.com/sofer/.agents --skill skill-installer-sofer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Manages the deployment of new Codex skills by pulling from curated lists or remote GitHub repositories, reducing manual setup time.

Core Features & Use Cases

  • List curated skills available for installation from a central repository.
  • Install a chosen skill from the curated list or from another GitHub repo (including private repos).
  • Validate the presence of SKILL.md and copy the skill into CODEX_HOME/skills.

Quick Start

Ask me to list curated skills or to install a specific skill from a repo path.

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 repo?

You can install curated Codex skills by requesting the skill-installer to fetch the repository, validate SKILL.md presence, and copy the skill into CODEX_HOME/skills in one step.

Can I install skills from private GitHub repositories?

Yes, you can install skills from private GitHub repositories. The installer fetches remote repos and applies sparse-checkout to retrieve the specific skill files into your local environment.

How do I list available curated skills for installation?

You can list available curated skills by requesting the skill-installer to fetch the central curated list, which queries the repository to display all Codex skills ready for deployment.

Does the skill installer validate SKILL.md before copying files?

Yes, the installer validates the presence of SKILL.md before copying. It checks the fetched repo to ensure the required metadata file exists, preventing invalid skill installations in CODEX_HOME/skills.

What is the best way to deploy new Codex skills from remote repos?

The best way to deploy new Codex skills is using the installer to fetch curated lists or remote repos, validate SKILL.md, and copy files into CODEX_HOME/skills, reducing manual setup time.

Are there limitations when fetching skills from GitHub repos?

A key limitation is that the installer requires a valid SKILL.md file in the target repo; if validation fails, the skill will not be copied into CODEX_HOME/skills, halting the installation process.