skill-installer

Install and update Codex skills from GitHub repositories or curated sources.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/mithran-hq/aegis-code --skill skill-installer-mithran-hq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-installer
Source: https://github.com/mithran-hq/aegis-code/tree/main/codex-rs/skills/src/assets/samples/skill-installer
Command: npx skills add https://github.com/mithran-hq/aegis-code --skill skill-installer-mithran-hq

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines the process of installing and managing Codex skills from various repositories or curated lists, reducing manual effort and setup time.

Core Features & Use Cases

  • Install Skills from GitHub: Fetch and install specified skills directly from GitHub repositories or curated lists with minimal commands.
  • Support for Multiple Methods: Utilize direct download or git sparse checkout to acquire skills, accommodating different access scenarios.
  • Use Case: A developer needs to incorporate a new skill into their environment; they specify the repo and path, and this Skill automates the download, extraction, and placement within the system.

Quick Start

Ask the AI to install a specific skill from a GitHub repo using the provided script commands.

Frequently Asked Questions about skill-installer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate installing skills from a GitHub repository?

Automating skill installation from a GitHub repository is done by specifying the repo and path, which triggers an automated download, extraction, and placement process. This eliminates manual setup by fetching skills directly into your environment.

Can I download skills from private GitHub repositories?

Yes, downloading skills from private GitHub repositories is supported through authenticated access methods. The installer accommodates different access scenarios, including direct downloads and git sparse checkout, to securely fetch skills.

Does the skill installer support batch installation from curated sources?

Batch installation from curated sources is supported, allowing you to acquire multiple skills simultaneously. This maintains organized skill storage while automating the extraction and placement of each skill within your system.

What is the best way to update existing Codex skills?

The best way to update existing Codex skills is using an installer that automates the download and extraction process from their original GitHub repositories. This ensures you maintain compatibility while replacing outdated files.

Do I need git installed to install skills from a GitHub repo?

You do not strictly need git installed to install skills from a GitHub repo, because direct download methods are supported as an alternative to git sparse checkout. This accommodates environments without git.