skill-installer

Install VT Code skills from curated lists or GitHub repositories.

799|76|Updated Aug 29, 2025
One-click install
npx skills add https://github.com/vinhnx/VTCode --skill skill-installer-vinhnx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-installer
Source: https://github.com/vinhnx/VTCode/tree/main/vtcode-core/src/skills/assets/samples/skill-installer
Command: npx skills add https://github.com/vinhnx/VTCode --skill skill-installer-vinhnx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of acquiring and integrating new functionalities into VT Code, allowing users to easily expand the agent's capabilities without manual intervention.

Core Features & Use Cases

  • Curated Skill Installation: Install skills from a trusted, curated list maintained by the VT Code community.
  • Direct GitHub Installation: Install any skill directly from a specified GitHub repository, including private ones.
  • Use Case: A user wants to add a new skill for summarizing documents. They can use this Skill to search for available summarization skills in the curated list or provide a direct GitHub link to a custom skill they found.

Quick Start

Use the skill-installer to install the 'pdf-converter' skill from the default 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 VT Code skills directly from a GitHub repository?

Yes, you can install skills from private GitHub repositories by providing authentication tokens or using the GitHub CLI. The installer validates skill integrity and manages dependencies before completing the installation.

What are curated skill lists and how do they work with VT Code?

The skill installer validates skill integrity by checking for proper structure and frontmatter before installation. It also manages dependencies and handles potential overwrites to ensure a clean integration.

Can I install skills from private GitHub repositories?

Yes, you can install skills from private GitHub repositories by providing authentication tokens or using the GitHub CLI. The installer validates skill integrity and manages dependencies before completing the installation.

How does the installer handle dependencies and existing skill overwrites?

The installer manages dependencies and potential overwrites automatically during the installation process. It validates skill integrity before installation to ensure proper structure and frontmatter are maintained.

Do I need the GitHub CLI to install custom VT Code skills?

You do not always need the GitHub CLI, as authentication tokens can be used directly for private repositories. However, having the GitHub CLI provides an alternative method for authenticating and accessing custom skills.