skill-installer

Install AI skills from GitHub repositories into the correct directory structure.

3|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/yungweng/dotfiles --skill skill-installer-yungweng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-installer
Source: https://github.com/yungweng/dotfiles/tree/main/claude/.claude/skills/.system/skill-installer
Command: npx skills add https://github.com/yungweng/dotfiles --skill skill-installer-yungweng

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the process of installing new AI capabilities (skills) into your environment, whether from a curated list or a custom GitHub repository.

Core Features & Use Cases

  • Curated Skill Installation: Easily install skills from a pre-defined list of recommended options.
  • Custom Repository Installation: Install skills directly from any GitHub repository, including private ones.
  • Use Case: You've heard about a new "code review assistant" skill and want to try it out. You can use this skill to install it directly from its GitHub repository.

Quick Start

Install the 'skill-installer' skill from the 'openai/skills' 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 AI skills from a GitHub repository?

To install AI skills from a GitHub repository, you specify the target repository and the skill name. The installer handles fetching the files and places them in the correct directory structure for discovery and execution.

Can I install skills from private GitHub repositories?

Yes, you can install skills from private GitHub repositories. The installation process handles authentication and uses fallback methods like git sparse checkout to securely fetch the necessary skill components.

What is the best way to add a code review assistant skill to my environment?

The best way to add a code review assistant skill is to use an automated installer that fetches it from a curated list or custom GitHub repository, ensuring proper directory placement for immediate discovery.

Does the GitHub skill installation process support git sparse checkout?

Yes, the GitHub skill installation process supports git sparse checkout as a fallback method. This ensures specific skill components are fetched efficiently from the repository without downloading unnecessary files.

Why are installed AI skills not being discovered in my environment?

AI skills may not be discovered if they are not placed in the correct directory structure. Using an automated installer ensures skills are properly located in the environment for successful discovery and execution.