skill-installer

Install AI skills from curated lists or GitHub repositories.

Updated Feb 18, 2026
One-click install
npx skills add https://github.com/XiongJingzhi/agent-learn --skill skill-installer-xiongjingzhi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-installer
Source: https://github.com/XiongJingzhi/agent-learn/tree/main/app/bub/src/bub/skills/skill-installer
Command: npx skills add https://github.com/XiongJingzhi/agent-learn --skill skill-installer-xiongjingzhi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of adding new AI capabilities (skills) to your agent, whether from a pre-approved list or a custom GitHub repository.

Core Features & Use Cases

  • Curated Skill Installation: Easily install skills from the official curated list.
  • Custom Repository Installation: Install skills directly from any GitHub repository, including private ones.
  • Use Case: You need a new skill to analyze code. You can ask the agent to install the 'code-analyzer' skill from the curated list, or if you found a promising skill on GitHub, provide its repository URL for installation.

Quick Start

Install the 'code-analyzer' skill from the curated list.

Frequently Asked Questions about skill-installer

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

FAQPage Schema
How do I install skills into my agent from a GitHub repository?

You can install skills into your agent by providing a GitHub repository path. The installer handles both public and private repository paths to add new AI capabilities to the environment.

Can I install AI skills globally instead of just locally to a project?

Yes, you can install AI skills globally or locally. The installer supports project-local installations for specific tasks and global installations for broad agent customization.

What is the best way to add a pre-approved AI skill to my agent?

The best way to add a pre-approved AI skill is through curated list installation. You simply request the specific skill name, like 'code-analyzer', and the installer retrieves it automatically.

Does the skill installer support private GitHub repositories?

Yes, the skill installer supports private GitHub repositories. It handles various installation commands and authenticates access to facilitate skill discovery from private sources.

How do I manage and discover custom skills for agent customization?

You manage and discover custom skills by installing them from curated lists or specified GitHub repository paths. This streamlines the process of adding new AI capabilities for agent customization.

Are there limitations when installing skills from custom repositories?

The primary limitation is repository access. You must ensure proper authentication and permissions are configured for private repositories before the installer can fetch the custom skills.