skill-installer

Install Codex skills from curated lists or GitHub repositories.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires github_utils, and includes scripts (resource) components.

What problem does it solve?

Install Codex skills into $CODEX_HOME/skills from curated lists or GitHub repos to extend Codex capabilities across projects.

Core Features & Use Cases

  • List available skills from curated sources (and experimental) and install them from the command line.
  • Install a skill by name from the curated list or directly from a GitHub repository path.
  • Install multiple skills in a single operation and customize the destination name if needed.

Quick Start

Ask me to list available skills or install one from a curated list or a GitHub repo.

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?

Install Codex skills from a GitHub repository by providing the repository URL or path. The installer validates inputs, handles both public and private repositories, and safely extracts files to the $CODEX_HOME/skills directory.

Can I install multiple Codex skills in a single operation?

Yes, you can install multiple Codex skills in a single operation. The installer supports batch installation from curated lists or GitHub repositories and allows you to customize the destination name for each skill during the process.

What curated sources are available for discovering Codex skills?

Curated sources for Codex skills include standard and experimental lists. You can list available skills from these sources via command-line scripts to discover and install capabilities that extend Codex across your projects.

Does the Codex skill installer support private GitHub repositories?

Yes, the Codex skill installer supports private GitHub repositories. It validates repository inputs and applies safe extraction with error handling to securely install skills from private sources into your local environment.

What is the best way to manage and list available Codex skills?

The best way to list available Codex skills is by using the built-in scripts to query curated and experimental sources. This displays installable skills by name, allowing you to select and install them directly from the command line.

Why do I need a skill installer for extending Codex capabilities?

A skill installer is needed to extend Codex capabilities by automating the retrieval and setup of skills from GitHub repos or curated lists. It handles validation, extraction, and naming, ensuring safe installation into your $CODEX_HOME/skills directory.