skill-installer

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

8|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/ChoshimWy/iOSAgentSkills --skill skill-installer-choshimwy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-installer
Source: https://github.com/ChoshimWy/iOSAgentSkills/tree/main/skills/.system/skill-installer
Command: npx skills add https://github.com/ChoshimWy/iOSAgentSkills --skill skill-installer-choshimwy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Installs Codex skills into your local Codex skills directory from curated lists or GitHub repos, reducing manual setup time and helping teams grow their toolkit consistently.

Core Features & Use Cases

  • Install from the curated list at skills/.curated or from a GitHub repository path.
  • Supports private repos via token authentication and path-based selection.
  • Enables rapid provisioning of new capabilities across devices or teammates.

Quick Start

Run the installer to fetch and install your chosen skill(s) into your Codex 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?

To install Codex skills from a GitHub repository, run the installer with your chosen repository path. It safely fetches and copies the skills into your CODEX_HOME/skills directory.

Can I install Codex skills from a curated list?

Yes, you can install skills from a curated list at skills/.curated. The installer reads this list and safely copies your selected skills into the local Codex skills directory.

Does installing Codex skills from private GitHub repos require authentication?

Installing Codex skills from private repos requires token authentication. The installer uses your token to fetch and safely copy skills from private GitHub repositories.

How do I automatically provision Codex skills across multiple devices?

Automatic provisioning of Codex skills across devices is done by running the installer on each machine. It fetches skills from GitHub or curated lists and copies them into CODEX_HOME/skills.

What is the safest way to add external skills to my local Codex directory?

The safest way to add external skills to your local Codex directory is using an installer that validates skill paths. It safely copies skills into CODEX_HOME/skills, reducing manual setup errors.