skills-cli

Discover, install, and manage Agent Skills via the skills CLI.

Updated Jul 2, 2025
One-click install
npx skills add https://github.com/junechen7414/SpringBoot --skill skills-cli-junechen7414
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skills-cli
Source: https://github.com/junechen7414/SpringBoot/tree/main/.bob/skills/skills-cli
Command: npx skills add https://github.com/junechen7414/SpringBoot --skill skills-cli-junechen7414

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users discover, install, list, update, remove, back up, restore, sync, and initialize installable Agent Skills without needing to memorize the CLI workflow.

Core Features & Use Cases

  • Skill Discovery: Search for reusable skills by task, domain, or tool mention such as skills-cli requests and workflow needs.
  • Skill Installation and Management: Install one or many skills, target specific agents, switch between symlink and copy modes, and maintain installed skills over time.
  • Operational Guidance: Explains how to use the current skills CLI syntax, when to check skills.sh first, and how to restore or sync skill setups across machines.

Quick Start

Ask for the best skill for your task or tell me to install a specific skill using the current skills CLI syntax.

Frequently Asked Questions about skills-cli

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

FAQPage Schema
How do I discover and install reusable agent skills from the command line?

To discover and install agent skills, use the skills CLI to search by task or domain and apply the current syntax to install them. You can target specific agents and switch between symlink or copy modes for setup.

Can I sync installed skills across multiple environments or machines?

Yes, you can sync installed skills across environments using the CLI's sync command. It maintains your installed skill setups across machines by applying current scope handling and syntax.

What is the best way to manage and update existing skills installations?

The best way to manage skills installations is using the CLI's update and removal commands. You can list installed skills, apply updates, or remove them entirely while maintaining your environment's scope.

How do I back up and restore my agent skills setup?

You can back up and restore your agent skills setup using the CLI's backup and restore commands. This allows you to save your current skill configurations and recover them when needed.

Do I need to check skills.sh before initializing a new skills setup?

Yes, you should check skills.sh first before initializing a new setup. The CLI's initialization command relies on current syntax and scope handling to properly configure your agent skills environment.

Can I install multiple skills at once and target them to a specific agent?

Yes, the skills CLI supports installing one or many skills simultaneously and targeting them to a specific agent. You can manage these installations using symlink or copy modes.