skills-cli

Manage Agent Skills across agents using bunx CLI commands.

71|7|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/xixu-me/skills --skill skills-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skills-cli
Source: https://github.com/xixu-me/skills/tree/main/skills/skills-cli
Command: npx skills add https://github.com/xixu-me/skills --skill skills-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a streamlined command-line interface to discover, install, list, check, update, remove, back up, restore, and initialize Agent Skills, enabling teams to manage modular capabilities efficiently.

Core Features & Use Cases

  • Discover and install skills from sources with simple commands using bunx skills add and --skill to specify the exact skill.
  • List installed skills, check for updates, remove, back up, restore, and synchronize them across one or more agents.
  • Use to extend agent capabilities in CI pipelines and multi-agent environments, enabling consistent, repeatable skill management.

Quick Start

Install a skill from a source using bunx skills add --skill <name>.

Frequently Asked Questions about skills-cli

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

FAQPage Schema
How do I install Agent Skills from the command line?

To install Agent Skills from the command line, use the bunx skills add command and specify the exact skill with the --skill flag. This discovers and installs the requested modular capabilities from configured sources.

Can I manage and update skills across multiple agents?

Yes, you can manage and update skills across multiple agents using the bunx skills list, update, and remove commands. This ensures consistent, repeatable skill synchronization across your entire multi-agent environment.

What is the best way to back up and restore installed skills?

The best way to back up and restore installed skills is through the stable CLI workflow provided by the bunx skills utility. It includes built-in commands to safely back up your current skills setup and restore them when needed.

Do I need bunx to initialize and synchronize skills in CI pipelines?

Yes, you need the bunx runtime to initialize and synchronize skills in CI pipelines. The CLI specifies a stable workflow using bunx skills commands, enabling consistent and repeatable skill management for continuous integration.

How does the CLI validate skill inputs before installation?

The CLI validates skill inputs before installation by checking the specified skill name against available sources during the bunx skills add command execution, guiding users to learn more if the specified input is incorrect.