install-skills

Manage agent skills via the npx skills CLI.

1|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/rarestg/rarestg-skills --skill install-skills-rarestg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: install-skills
Source: https://github.com/rarestg/rarestg-skills/tree/main/skills/install-skills
Command: npx skills add https://github.com/rarestg/rarestg-skills --skill install-skills-rarestg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies the process of installing, discovering, removing, and updating agent skills, making it effortless to manage your AI's capabilities.

Core Features & Use Cases

  • Skill Management: Install, list, find, remove, and update skills from various sources.
  • Discovery: Search for skills that perform specific functions.
  • Use Case: When you need to add a new skill to your agent, such as one for managing GitHub repositories, you can use this skill to find and install it.

Quick Start

Use the install-skills skill to add the 'owner/repo' skill named 'my-new-skill' globally.

Frequently Asked Questions about install-skills

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

FAQPage Schema
How do I install agent skills using the npx CLI?

You can install agent skills using the npx skills CLI by specifying the source format, such as a GitHub shorthand or URL, and choosing either a project or global scope for the installation.

Can I find and discover new skills for my agent through the command line?

Yes, you can discover new skills for your agent through the command line. The CLI provides dedicated commands for finding and searching skills that perform specific functions to expand your agent's capabilities.

What is the best way to manage and update installed agent skills?

The best way to manage and update installed agent skills is using the npx CLI update commands. It handles removal, updating, and listing of installed skills across both project and global scopes.

Does the skills CLI support deterministic, non-interactive installations?

Yes, the skills CLI supports deterministic, non-interactive installations. You can use specific flags during installation to ensure the process runs automatically without requiring manual user input.

How do I list all agent skills installed in my current project?

To list all installed agent skills in your current project, use the CLI's list command. This will display all skills configured for the project scope, helping you track your agent's active capabilities.