skill-installer

Install Codex skills from GitHub repositories into the $CODEX_HOME/skills directory.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of adding new capabilities to your AI by allowing you to install skills directly from GitHub repositories.

Core Features & Use Cases

  • Curated Skill Installation: Easily install skills from a pre-defined curated list.
  • Custom Repository Installation: Install skills from any public or private GitHub repository by providing the repository path.
  • Use Case: You discover a new skill on GitHub that can analyze code quality. Use this Skill to install it directly into your AI's environment without manual cloning or setup.

Quick Start

Use the skill-installer to install the 'code-analyzer' skill from the 'my-org/my-skills' GitHub repository.

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 GitHub by providing the repository path to the installer, which then downloads or uses git sparse checkout to place the skills directly into your $CODEX_HOME/skills directory.

Can I install skills from private GitHub repositories?▼

Yes, you can install skills from private GitHub repositories by providing authentication tokens or leveraging your existing git credentials during the installation process.

Does the skill installer support downloading from curated lists?▼

Yes, the skill installer supports downloading Codex skills from pre-defined curated lists as well as direct GitHub repository paths for efficient resource management.

What is the best way to add new AI capabilities from GitHub without manual cloning?▼

Using an automated skill installer is the best way to add AI capabilities, as it handles the setup by downloading or performing a git sparse checkout directly into your $CODEX_HOME/skills directory.

When should I use git sparse checkout instead of a direct download for skill installation?▼

You should use git sparse checkout for skill installation when you need to efficiently manage resources by fetching only specific skill directories from a larger GitHub repository instead of downloading everything.