skill-installer

Install and manage Codex skills from GitHub or curated sources.

1|Updated Nov 21, 2025
One-click install
npx skills add https://github.com/bamecho/my-claude-skills --skill skill-installer-bamecho
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-installer
Source: https://github.com/bamecho/my-claude-skills/tree/main/skills/.system/skill-installer
Command: npx skills add https://github.com/bamecho/my-claude-skills --skill skill-installer-bamecho

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Install Codex skills from GitHub or curated sources to simplify adding capabilities to your Codex setup.

Core Features & Use Cases

  • Install from curated lists using list-curated-skills.py to discover available skills.
  • Install a specific skill from a GitHub repo path using the provided scripts.
  • Copy individual skills to your local Codex skills directory for offline use.

Quick Start

Ask Claude to install a skill by name or provide a GitHub path to add it to your Codex setup.

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 repository by using the provided scripts to fetch specific repo paths via zip-download or sparse git fetch. The tool validates SKILL.md presence and enforces relative paths.

Can I install skills from private GitHub repositories?

Yes, you can install skills from private GitHub repositories. The installer supports fetching from private sources using both zip-download and sparse git fetch methods.

What is the best way to discover available Codex skills to install?

To discover available Codex skills, use the list-curated-skills.py script. It lists available skills from curated sources, allowing you to easily select and install the ones you need.

Does the skill installer require a SKILL.md file in the repository?

Yes, the skill installer requires a SKILL.md file in the repository. It validates the presence of SKILL.md during installation to ensure the skill is properly formatted.

How does sparse-checkout work when fetching GitHub skills?

Sparse-checkout fetches only the specific skill directories you need from a GitHub repository, rather than downloading the entire repo. This method is used alongside zip-download for efficient installation.

Can I map a skill to a different name during installation?

Yes, you can map a skill to a different name during installation. The installer includes optional name mapping functionality, allowing you to customize the skill identity within your local setup.