skill-installer

Install Bub skills from curated sources or GitHub repositories into local or global directories.

6|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/PsiACE/bub --skill skill-installer-psiace
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-installer
Source: https://github.com/PsiACE/bub/tree/main/src/bub/skills/skill-installer
Command: npx skills add https://github.com/PsiACE/bub --skill skill-installer-psiace

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Install Bub skills into the shared or project-local skills directory from curated lists or GitHub repos.

Core Features & Use Cases

  • Install from curated lists or GitHub paths using helper scripts.
  • Support project-local or global install locations with validation to avoid overwriting existing skills.
  • List available skills from curated sources or other repos and install selected ones.

Quick Start

Run the installer to fetch and install a requested Bub skill from curated lists or a GitHub path.

Frequently Asked Questions about skill-installer

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

FAQPage Schema
How do I install Bub skills from a GitHub repository?

To install Bub skills from GitHub, provide the GitHub URL or owner/repo specification to the installer. It fetches the requested skills and places them into your designated directory.

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

Yes, you can choose between a project-local or global shared destination when installing skills. This allows you to scope skill availability to a specific project or across your entire environment.

What is the best way to browse and install curated Bub skills?

The best way to browse curated Bub skills is by listing available sources through the installer. Once listed, you can select and install the specific curated skills directly into your project or shared directory.

Does the installer prevent overwriting existing skills in my directory?

Yes, the installer includes validation to avoid overwriting existing skills. It checks the destination directory before proceeding to ensure current skills remain intact during new installations.

Can I install Bub skills from private GitHub repositories?

Yes, the installer supports fetching and installing Bub skills from private GitHub repositories. You need to provide the appropriate repository specifications to access and install the private skills.