skill-installer

List and install Codex skills from curated lists or GitHub repositories.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates discovery and installation of Codex skills from curated lists or GitHub repositories, reducing manual setup and configuration.

Core Features & Use Cases

  • Discover available skills from curated locations (and experimental ones) without manual digging.
  • Install from the curated list or pull a skill from another GitHub repository path, including private repos.
  • After installation, restart Codex to pick up the new skills so they become immediately available.

Quick Start

Ask Codex to list available skills or install a specific skill from a GitHub 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 repository?

To install Codex skills from a GitHub repository, you can use a script that pulls a skill from a specific GitHub path, including private repos, and installs it directly to your CODEX_HOME/skills destination.

What is the best way to discover available Codex skills?

Discovering available Codex skills is done by listing them from curated locations and experimental lists, allowing you to browse and install available skills without manual digging through repositories.

Can I install Codex skills from private GitHub repositories?

Yes, you can install Codex skills from private GitHub repositories. The installation process validates inputs and paths to securely pull skills from external private repos into your local environment.

Where are installed Codex skills saved on my system?

Installed Codex skills are saved to the CODEX_HOME/skills directory by default. The installation process validates paths to ensure the skills are correctly placed in this destination.

Do I need to restart Codex after installing a new skill?

Yes, you need to restart Codex after installing a new skill. Restarting Codex ensures the newly installed skills are picked up and become immediately available for use.

How does installing skills from curated lists differ from using external repos?

Installing from curated lists lets you discover and install pre-vetted skills easily, while pulling from external GitHub repositories allows you to install specific skills by path, including private ones, requiring input validation.